MCPExplorer
io.github.mcpexplorer/mcpexplorerSearch, vet & assemble MCP servers from your agent: verified tools, risk labels, and trust scores.
Tools · 14
Search the MCPExplorer index of MCP servers by free text and filters. Omit `query` to browse the whole index ranked by trust score. Every filter either applies or is echoed back in `ignored_filters` w…
Fetch the full record for one MCP server by slug: install methods, tools, trust, verification, and provenance.
List the best MCP servers that provide a capability (e.g. 'send-email', 'web-search'), ranked by trust.
Compare two MCP servers side by side: trust, transport, tools, install, and links.
Generate the install + client config for an MCP server in a given runtime (claude-desktop, cursor, vscode, windsurf, cline, continue, goose, openai-agents, langgraph, crewai).
Return the explainable trust score, label, scoring reasons, and verification history for an MCP server.
Find verified MCP servers with the same capabilities as a given server, ranked by trust.
List curated loadouts — deliberately-assembled kits of MCP servers + governance + plays for a specific job (GTM, coding, research, support, infra). The agent-facing version of the /loadouts product. U…
Fetch one curated loadout: its servers (each with role + LIVE trust/transport/tool-risk from the index), an aggregated governance posture for the whole kit, and the plays (see→decide→act sequences) it…
List the capability slugs an agent can filter or look up by (e.g. 'send-email', 'query-database'), most-populated first. Use these with get_capability or search_servers' capability filter — the taxono…
Live snapshot of the indexed MCP ecosystem: totals (servers, tools, handshake-verified), provenance and transport breakdowns, and the current top-trust / most-adopted / newest / biggest-trust-riser se…
List the runtimes generate_runtime_config supports (Claude Desktop, Cursor, VS Code, agent frameworks, …), with each one's config path. Enumerate these instead of guessing runtime slugs.
Turn a plain-language goal into a recommended, governed toolset: the best-fit curated loadout (matched transparently by goal terms) plus an assembled set of the most relevant indexed servers, each wit…
Report that an MCP server's install, docs, or endpoint is broken. Creates a submission for editorial review.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"mcpexplorer": {
"url": "https://mcpexplorer.com/mcp",
"transport": "streamable-http"
}
}
}