Back to Browse

Curatedmcp Catalog MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

Search the CuratedMCP catalog of risk-classified MCP servers and check verification status.

About

Search the CuratedMCP catalog of risk-classified MCP servers and check verification status.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (3 strong, 3 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

4 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

file_system

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Override the CuratedMCP API base URL (defaults to https://curatedmcp.com). Only needed for local development against a different deployment.Optional

Environment variable: CURATEDMCP_APP_URL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-oneprofile-dev-curatedmcp-catalog-mcp": {
      "env": {
        "CURATEDMCP_APP_URL": "your-curatedmcp-app-url-here"
      },
      "args": [
        "-y",
        "@curatedmcp/mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

@curatedmcp/mcp

An MCP server that exposes the CuratedMCP catalog — search human-reviewed, risk-classified MCP servers, check whether a server is verified, and pull its full risk/capability profile, all from inside any MCP client.

npx -y @curatedmcp/mcp

Why

Before installing an unfamiliar npx some-mcp-server command, ask your AI agent to check it against the catalog first — no need to leave the conversation.

Tools

ToolWhat it does
search_mcp_catalogSearch the catalog by keyword and/or category
get_mcp_server_detailsFull risk profile for one server: risk level, declared capabilities (file access, network egress, shell exec, etc.), compatible clients, transport type, install command
check_mcp_server_verifiedQuick check: is this server name or npm package in the verified catalog?

Client config

{
  "mcpServers": {
    "curatedmcp": {
      "command": "npx",
      "args": ["-y", "@curatedmcp/mcp"]
    }
  }
}

Development

npm install
npm run build
node test/smoke.mjs   # exercises all three tools against curatedmcp.com

By default the server calls the production API at https://curatedmcp.com. Override with CURATEDMCP_APP_URL for local development against a different deployment.

Reviews

No reviews yet

Be the first to review this server!