mcps / mcpexplorer
✓ MCPExplorer Verified

MCPExplorer MCP server

The trust and capability graph for MCP servers — as an MCP server.

Discoveryby MCPExplorer

01What it is

MCPExplorer indexes MCP servers, extracts their tools and auth scopes, verifies health in a sandbox, and scores trust with explainable reasons. This is that whole graph exposed as an MCP server — so your agent can find a trustworthy server for any capability, generate the exact install config for its runtime, and check trust and risk before wiring anything up.

Who it’s for: Agents and agent builders who want to discover, vet, and install other MCP servers programmatically — without leaving the loop.


02Highlights
Find the right server
search_servers and get_capability return verified, trust-ranked servers for an intent like “send email” or “postgres”.
Install without guesswork
generate_runtime_config emits the exact client config for claude-desktop, cursor, vscode, windsurf, and more.
Vet before you wire
check_trust gives an explainable score, risk labels, and verification history; get_alternatives finds safer equivalents.
8 tools, no auth
search_servers · get_server · get_capability · compare_servers · generate_runtime_config · check_trust · get_alternatives · report_broken_server.

03Add it to your agent

Remote MCP server (Streamable HTTP).

claude mcp add --transport http mcpexplorer https://mcpexplorer.com/mcp
{ "mcpServers": { "mcpexplorer": { "type": "streamable-http", "url": "https://mcpexplorer.com/mcp" } } }

Get started

Set up MCPExplorer and put it to work. Or see its full verified profile.