{
  "markdown": "# @curatedmcp/mcp\n\nAn MCP server that exposes the [CuratedMCP](https://curatedmcp.com) 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.\n\n```\nnpx -y @curatedmcp/mcp\n```\n\n## Why\n\nBefore 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.\n\n## Tools\n\n| Tool | What it does |\n|---|---|\n| `search_mcp_catalog` | Search the catalog by keyword and/or category |\n| `get_mcp_server_details` | Full risk profile for one server: risk level, declared capabilities (file access, network egress, shell exec, etc.), compatible clients, transport type, install command |\n| `check_mcp_server_verified` | Quick check: is this server name or npm package in the verified catalog? |\n\n## Client config\n\n```json\n{\n  \"mcpServers\": {\n    \"curatedmcp\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"@curatedmcp/mcp\"]\n    }\n  }\n}\n```\n\n## Development\n\n```bash\nnpm install\nnpm run build\nnode test/smoke.mjs   # exercises all three tools against curatedmcp.com\n```\n\nBy default the server calls the production API at `https://curatedmcp.com`. Override with `CURATEDMCP_APP_URL` for local development against a different deployment.\n",
  "bytes": 1323,
  "sha": "559c5f1ad9bbeb3c0aeb99edb5ae9bd1117ac5dde31480512c9597407d6b3df0",
  "repo_slug": "oneprofile-dev/curatedmcp-catalog-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_oneprofile_dev_curatedmcp_cata_92ea07bb/readme"
}