CLIRank MCP Server
MCP server for discovering, comparing, and reading docs for APIs ranked by agent-friendliness.
安裝
npx -y clirank-mcp-server@latest
把這段加入 Claude Code MCP 設定,或直接透過 CLI 執行。
介紹
CLIRank MCP server provides API discovery and recommendation tools for coding agents. It is intended to help agents choose third-party APIs using current CLIRank data instead of relying on stale model memory. The server connects to `https://clirank.dev/api` and does not require a CLIRank API key. It exposes tools for searching APIs, getting recommendations, comparing options, reading agent-friendly docs, and submitting reviews after integration attempts. The README shows stdio usage through `npx -y clirank-mcp-server@latest`, along with setup examples for Claude Code, Codex CLI, Cursor, Cline, Continue, Windsurf, and other MCP clients. It also documents a hosted HTTP MCP endpoint for clients that support remote servers.