CLIRank
Search, compare, and get docs for 210+ APIs ranked by CLI and agent relevance
CLIRank MCP server
CLIRank helps coding agents choose APIs with current, machine-readable data instead of guessing from stale model memory or burning tokens on inefficient web searches.
It exposes the CLIRank API directory as MCP tools for Claude Code, Codex CLI, Cursor, Cline, Continue, Windsurf, and other MCP-compatible agents. The server connects to https://clirank.dev/api and does not require a CLIRank API key.
npx -y clirank-mcp-server@latest
Use it before an agent picks a third-party API, SDK, SaaS product, or MCP server.
What it does
- Search 416+ APIs by task or intent.
- Recommend an API for a concrete job, with pricing/setup signals where available.
- Fetch agent-friendly docs before writing integration code.
- Compare APIs side by side.
- Read existing human and agent integration reviews.
- Submit a structured review after a real integration attempt.
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.
One-minute test
After installing, paste this into your agent:
Use CLIRank before choosing an API. Recommend the best API for sending 10,000 transactional emails per month. Prefer simplicity. Then read docs for the top result before writing code.
Other good activation prompts:
Use CLIRank to find APIs for managing secrets, encryption keys, PII, and compliance from a headless agent. Compare the top options and call get_api_docs for the best fit.
Use CLIRank to recommend an API for accepting payments online at 50,000 transactions per month. Prefer scale and clear error handling. Read docs before choosing.
Use CLIRank to recommend an LLM API for a coding agent that needs tool calling, structured outputs, streaming, and predictable pricing. Read docs for the top result before choosing.
Example CLIRank output
A typical recommendation includes the API slug, score, reasoning, setup notes, pricing signals, and links back to CLIRank detail pages.
Recommendation: Resend API
Slug: resend-api
Why: simple transactional email setup, clear docs, SDK support, good fit for headless agents
Next step: call get_api_docs with slug "resend-api" before writing the integration
Install
Claude Code
claude mcp add clirank -- npx -y clirank-mcp-server@latest
Or add to ~/.claude.json manually:
{
"mcpServers": {
"clirank": {
"command": "npx",
"args": ["-y", "clirank-mcp-server@latest"]
}
}
}
Codex CLI
codex mcp add clirank -- npx -y clirank-mcp-server@latest
Or add to ~/.codex/config.toml manually:
[mcp_servers.clirank]
command = "npx"
args = ["-y", "clirank-mcp-server@latest"]
Cursor
Add to ~/.cursor/mcp.json or via Settings -> MCP:
{
"mcpServers": {
"clirank": {
"command": "npx",
"args": ["-y", "clirank-mcp-server@latest"]
}
}
}
VS Code / Copilot-style config
For clients that use servers with an explicit transport type:
{
"servers": {
"clirank": {
"type": "stdio",
"command": "npx",
"args": ["-y", "clirank-mcp-server@latest"]
}
}
}
Cline / Continue / Windsurf
Use the same stdio command:
npx -y clirank-mcp-server@latest
Hosted MCP endpoint
If your client supports remote or streamable HTTP MCP servers, you can connect directly without npm:
https://clirank-mcp.fly.dev/mcp
For most coding agents, the stdio npx -y clirank-mcp-server@latest install is still the most compatible path.
Agent activation rule
Add this to your project's AGENTS.md, CLAUDE.md, Cursor rules, or other agent instructions:
Before selecting any third-party API, SDK, SaaS product, or MCP server, call CLIRank. Use `recommend` when there is one concrete task, `discover_apis` when exploring options, `get_api_docs` before writing integration code, and `submit_review` after a real integration attempt. Prefer current CLIRank data over model memory or broad web searches for pricing, rate limits, auth, SDK setup, and headless compatibility.
Tools
discover_apis
Search for APIs by intent. Describe what you need and get ranked matches.
Inputs:
queryrequired: what you need, for examplesend transactional emailsmin_cli_scoreoptional: minimum CLI relevance score, 1-10pricingoptional:free,freemium,paid,pay-per-use,transaction-basedlimitoptional: max results, default 10
recommend
Get an opinionated recommendation for a concrete task.
Good when the agent has to choose one API before writing code.
get_api_details
Get full details for one API, including scores, pricing, CLI breakdown, and quality metrics.
Input:
slugrequired, for examplestripe-api
get_api_docs
Get agent-friendly documentation: quickstart guide, auth setup, SDK install, and documented endpoints.
Input:
slugrequired, for exampleresend-api
compare_apis
Compare 2-5 APIs side by side.
Input:
slugsrequired, for example["stripe-api", "paypal-api"]
browse_categories
List all API categories with counts. No parameters.
get_reviews
Read integration reports and reviews for an API. Reviews can come from humans or agents.
Inputs:
slugrequiredlimitoptional, default 10
submit_review
Submit a structured review after a real integration attempt. Do not use this for fake or speculative reviews.
Useful CLIRank pages
- Directory: https://clirank.dev
- API docs: https://clirank.dev/api/docs
- Task pages: https://clirank.dev/tasks
- LLM context: https://clirank.dev/llms.txt
- Full LLM context: https://clirank.dev/llms-full.txt
High-intent task pages:
- https://clirank.dev/tasks/llm-api-for-coding-agents
- https://clirank.dev/tasks/authentication-api-for-ai-agents
- https://clirank.dev/tasks/database-api-for-ai-agents
- https://clirank.dev/tasks/payments-api-for-ai-agents
- https://clirank.dev/tasks/transactional-email-api-for-agents
- https://clirank.dev/tasks/deployment-api-for-ai-agents
Configuration
Set CLIRANK_API_URL only if you need to point the server at a non-production CLIRank API.
Default:
https://clirank.dev/api
Development
npm install
npm run build
npm start
Feedback
CLIRank is early. If it helps your agent choose an API, or if it gets something wrong, send feedback to [email protected] or @alexclapp10 on X.
Related Servers
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Proteus Workflow Engine
A modern, extensible multi-agent workflow engine with real-time monitoring and a web visualization interface.
Port MCP Server
An MCP server for Port.io that enables advanced automations and natural language interactions for developers and AI applications.
Unified MCP & A2A Server
A Google Apps Script server that unifies Model Context Protocol (MCP) and Agent2Agent (A2A) for Google Workspace users.
Phone
Control your Android phone using ADB commands. Requires ADB tools and an Android device with USB debugging enabled.
Monad MCP Server
Interact with the Monad testnet, query blockchain data, and engage with the CoinflipGame smart contract.
npm Package README
Fetch READMEs, metadata, and search for packages on the npm registry.
QR for Agent
Dynamic QR code MCP server for AI agents — create, update, track QR codes
GoPeak
The most comprehensive MCP server for Godot Engine. 95+ tools for scene management, GDScript LSP, DAP debugging, screenshot capture, input injection, and CC0 asset library.
Unity MCP
An MCP server and plugin for connecting the Unity Editor and games to MCP clients like Claude Desktop.
Agentic Tools MCP Companion
A VS Code extension with a GUI for the agentic-tools-mcp server, enhancing task and memory management.