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 — not just lookup, but a decision layer: your agent can find a trustworthy server for any capability, plan a whole governed toolset from a plain-language goal, 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, assemble, and install other MCP servers programmatically — without leaving the loop.


02Highlights
Find the right server
search_servers, get_capability, and list_capabilities return verified, trust-ranked servers for an intent like “send email” or “postgres”.
Plan a governed toolset
plan_toolset turns a goal into a recommended loadout plus trust-ranked servers with an aggregated tool-risk posture; get_loadout / list_loadouts expose curated kits.
Vet before you wire
check_trust gives an explainable score, risk labels, and verification history; get_alternatives finds safer equivalents; get_ecosystem_stats gives live totals.
14 tools, no auth
search_servers · get_server · get_capability · compare_servers · get_alternatives · check_trust · generate_runtime_config · list_capabilities · list_runtimes · get_ecosystem_stats · list_loadouts · get_loadout · plan_toolset · 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" } } }

07FAQ
What is MCPExplorer MCP?

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 — not just lookup, but a decision layer: your agent can find a trustworthy server for any capability, plan a whole governed toolset from a plain-language goal, generate the exact install config for its runtime, and check trust and risk before wiring anything up.

Who is MCPExplorer for?

Agents and agent builders who want to discover, vet, assemble, and install other MCP servers programmatically — without leaving the loop.

How do I connect MCPExplorer to my agent?

MCPExplorer is a remote MCP server at https://mcpexplorer.com/mcp. Add it in Claude, Cursor, or any MCP client — for example: claude mcp add --transport http mcpexplorer https://mcpexplorer.com/mcp.

Is MCPExplorer verified on MCPExplorer?

Yes — MCPExplorer is hand-checked and featured on MCPExplorer. We pull its real tool surface, required scopes, and risk labels from the live index so you can see exactly what it does before connecting.


08Similar MCPs

Other MCP servers worth a look.

ChatSEO
SEO & content
An AI SEO agent inside your MCP client.
Apex
LinkedIn & outbound
Governed LinkedIn hands for your AI agent.
FullEnrich
Sales & enrichment
B2B contact enrichment for your agent.
CompanyEnrich
Company data
Real-time company & people intelligence.

09Badge

MCPExplorer is featured on MCPExplorer. Add this badge to MCPExplorer’s site or README — it links back to this page.

MCPExplorer MCP — as seen on mcpexplorer.com

HTML — for your website

<a href="https://mcpexplorer.com/mcps/mcpexplorer" target="_blank" rel="noopener"><img src="https://mcpexplorer.com/badge/mcpexplorer.svg" alt="MCPExplorer MCP — as seen on mcpexplorer.com" height="20" /></a>

Markdown — for a README

[![MCPExplorer MCP — as seen on mcpexplorer.com](https://mcpexplorer.com/badge/mcpexplorer.svg)](https://mcpexplorer.com/mcps/mcpexplorer)

Get started

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