Skip to main content
Glama
oneprofile-dev

@curatedmcp/mcp

@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.

Related MCP server: MCP Registry Server

Tools

Tool

What it does

search_mcp_catalog

Search the catalog by keyword and/or category

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

check_mcp_server_verified

Quick 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.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/oneprofile-dev/curatedmcp-catalog-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server