Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

MCPExplorer

io.github.rzere/mcpexplorer

Search, vet & assemble MCP servers from your agent: verified tools, risk labels, and trust scores.

Uptime
100.0%
1 direct probes · 30d
Response
720ms
last probe
Tools
14
callable
Resources
0
readable
Prompts
0
available

Tools · 14

search_servers

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…

get_server

Fetch the full record for one MCP server by slug: install methods, tools, trust, verification, and provenance.

get_capability

List the best MCP servers that provide a capability (e.g. 'send-email', 'web-search'), ranked by trust.

compare_servers

Compare two MCP servers side by side: trust, transport, tools, install, and links.

generate_runtime_config

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

check_trust

Return the explainable trust score, label, scoring reasons, and verification history for an MCP server.

get_alternatives

Find verified MCP servers with the same capabilities as a given server, ranked by trust.

list_loadouts

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…

get_loadout

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_capabilities

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…

get_ecosystem_stats

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_runtimes

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.

plan_toolset

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_broken_server

Report that an MCP server's install, docs, or endpoint is broken. Creates a submission for editorial review.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

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