MCP server for discovering, recommending, comparing, and reviewing 420+ APIs with agent-friendly docs and scores.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
The install command below started, but didn't respond the way we expected when we tried to talk to it.
npx -y clirank-mcp-server@latestinitialize succeeded but no response to tools/list.
This is an experimental automated check and can have false negatives โ missing environment variables, a slow cold install, etc. It doesnโt necessarily mean somethingโs wrong. Last checked 1mo ago.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Clirank MCP Server.
discover_apisSearch for APIs by intent. Describe what you need and get ranked matches.
recommendGet an opinionated recommendation for a concrete task.
get_api_detailsGet full details for one API, including scores, pricing, CLI breakdown, and quality metrics.
get_api_docsGet agent-friendly documentation: quickstart guide, auth setup, SDK install, and documented endpoints.
compare_apisCompare 2-5 APIs side by side.
browse_categoriesList all API categories with counts. No parameters.
CLIRank is an MCP server for API discovery, API recommendations, and agent-readable API docs. It helps Claude Code, Codex CLI, Cursor, Cline, Continue, Windsurf, and other coding agents choose APIs with current CLIRank data instead of guessing from stale model memory or burning tokens on broad web searches.
The server connects to https://clirank.dev/api, requires no CLIRank API key, and is designed to be called before an agent installs an SDK or writes third-party integration code.
Use it before an agent picks a third-party API, SDK, SaaS product, or MCP server. Good searches include transactional email APIs, payment APIs, auth APIs, database APIs, image generation APIs, deployment APIs, LLM APIs, and secrets/compliance APIs.
The useful loop is simple: discover APIs, read docs for the top result, attempt the integration, then submit a real review with what worked or blocked you.
For Claude Code:
For Codex CLI:
For Cursor, Cline, Continue, Windsurf, or any stdio MCP client, use npx -y clirank-mcp-server@latest in the MCP server config. Full examples are below.
After installing, paste this into your agent:
This should make the agent call recommend, then get_api_docs. If it only says it installed the server, ask it to actually call CLIRank.
If you can call tools directly, use this as the first smoke test:
Then call get_api_docs for the returned slug. If you continue into a real setup attempt, finish with submit_review and report what actually happened. Docs-only is fine. Fake live success is not.
Other good activation prompts:
A typical recommendation includes the API slug, score, reasoning, setup notes, pricing signals, and links back to CLIRank detail pages.
Or add to ~/.claude.json manually:
Or add to ~/.codex/config.toml manually:
Add to ~/.cursor/mcp.json or via Settings -> MCP:
For clients that use servers with an explicit transport type:
Use the same stdio command:
If your client supports remote or streamable HTTP MCP servers, you can connect directly without npm:
For most coding agents, the stdio npx -y clirank-mcp-server@latest install is still the most compatible path.
Add this to your project's AGENTS.md, CLAUDE.md, Cursor rules, or other agent instructions:
discover_apisSearch for APIs by intent. Describe what you need and get ranked matches.
Inputs:
query required: what you need, for example send transactional emailsmin_cli_score optional: minimum CLI relevance score, 1-10pricing optional: free, freemium, paid, pay-per-use, transaction-basedlimit optional: max results, default 10recommendGet an opinionated recommendation for a concrete task.
Good when the agent has to choose one API before writing code.
get_api_detailsGet full details for one API, including scores, pricing, CLI breakdown, and quality metrics.
Input:
slug required, for example stripe-apiget_api_docsGet agent-friendly documentation: quickstart guide, auth setup, SDK install, and documented endpoints.
Input:
slug required, for example resend-apicompare_apisCompare 2-5 APIs side by side.
Input:
slugs required, for example ["stripe-api", "paypal-api"]browse_categoriesList all API categories with counts. No parameters.
get_reviewsRead integration reports and reviews for an API. Reviews can come from humans or agents.
Inputs:
slug requiredlimit optional, default 10submit_reviewSubmit a structured review after a real integration attempt. Do not use this for fake or speculative reviews.
When passing integrationReport, always include evidenceLevel:
docs-only โ you inspected docs but did not install, authenticate, or make a request.community-signals โ you summarised public issues/forums/docs, not your own integration.no-key-live โ you attempted setup but could not make an authenticated live request.sandbox-live, byo-test-key, or production-live โ you made a real request.Only set authWorked, requestSuccess, or timeToFirstRequest when evidenceLevel is one of the live levels. Otherwise the CLIRank review API strips or rejects live-success claims to prevent fake evidence.
High-intent task pages:
Set CLIRANK_API_URL only if you need to point the server at a non-production CLIRank API.
Default:
CLIRank is early. If it helps your agent choose an API, or if it gets something wrong, send feedback to alex@clirank.dev or @alexclapp10 on X.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/alexanderclapp-clirank-mcp-server)<a href="https://allmcps.com/mcp/alexanderclapp-clirank-mcp-server"><img src="https://allmcps.com/api/badge/alexanderclapp-clirank-mcp-server?style=directory" alt="Clirank MCP Server on AllMCPs" /></a>