🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@curatedmcp/mcp

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@curatedmcp/mcp

MCP server that exposes the CuratedMCP catalog — search risk-classified MCP servers, check verification status, and pull risk/capability details, from inside any MCP client.

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

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

Keywords

mcp

FAQs

Package last updated on 05 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts