# mcpindex MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-gautamgb-mcp-server-mcpindex
- Repository: https://github.com/mcpindex-ai/mcpindex-web
- Website: https://mcpindex.ai

## Install
- Command: `npx -y mcp-server-mcpindex`
- Endpoint: https://mcpindex.ai/api/mcp
- Auth: Not captured

## Setup notes
- Package: Npm mcp-server-mcpindex v0.3.13
- Remote endpoint: https://mcpindex.ai/api/mcp

## Tools
- recommend_mcp_for_task (Recommend MCP servers for a 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 task they want to do. Endpoint: https://mcpindex.ai/api/mcp
- search_mcp_servers (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. Endpoint: https://mcpindex.ai/api/mcp
- get_install_command (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. Endpoint: https://mcpindex.ai/api/mcp
- compare_servers (Compare MCP servers) - Side-by-side comparison of 2-5 MCP servers - quality scores, install paths, env vars. Endpoint: https://mcpindex.ai/api/mcp
- check_tool_trust (Check tool trust (advisory)) - 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 produces REVIEW or UNVERIFIED only - ALLOW/DENY are reserved. Not the in-path gate (mcpindex-gate). Agents SHOULD treat UNVERIFIED as "human review required", never as ALLOW. Endpoint: https://mcpindex.ai/api/mcp
- assess_server (Assess server trust (advisory)) - 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 monitored not enforced; verdicts may be UNVERIFIED if not yet probed. Endpoint: https://mcpindex.ai/api/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.gautamgb
- Version: 0.3.13
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 31, 2026
- Source: https://registry.modelcontextprotocol.io
