Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

mcpindex

io.github.gautamgb/mcp-server-mcpindex

The MCP server index that vets servers, not just lists them. Advisory screen before you install.

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

Tools · 6

recommend_mcp_for_task

Recommend the best MCP servers for a natural-language task. Returns top 3 ranked picks with reasoning, install commands, and quality scores. Use this when the user asks for the right MCP server for a …

search_mcp_servers

Keyword + semantic search across every MCP server mcpindex indexes. Use when the user knows what tool category they want but not which server.

get_install_command

Get the exact install command for a given MCP server and client. Returns a JSON block ready to paste into the client config.

compare_servers

Side-by-side comparison of 2-5 MCP servers - quality scores, install paths, env vars.

check_tool_trust

Pre-invocation advisory screen for a specific tool on an MCP server. Returns an advisory verdict object (directive ALLOW | DENY | REVIEW | UNVERIFIED, dimensions, freshness). At v1 the public screen p…

assess_server

Aggregated pre-flight trust assessment across all tools on an MCP server. Same verdict shape as check_tool_trust. Use for "is THIS server worth integrating?" decisions. v1 advisory; conformance monito…

How to use

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

{
  "mcpServers": {
    "mcpindex": {
      "url": "https://mcpindex.ai/api/mcp",
      "transport": "streamable-http"
    }
  }
}