loading…
Search for a command to run...
loading…
API intelligence for AI coding agents. 387 APIs scored on agent-friendliness with tools to recommend, compare, check scores, and discover APIs. Install: npx cli
API intelligence for AI coding agents. 387 APIs scored on agent-friendliness with tools to recommend, compare, check scores, and discover APIs. Install: npx clirank-mcp-server. Web: clirank.dev.
MCP server that exposes the CLIRank API directory as tools for AI agents. Search, compare, and get docs for 416+ APIs ranked by agent-friendliness.
Works with Claude Code, Codex CLI, Cursor, Cline, Continue, Windsurf - any MCP-compatible client. Connects to the live CLIRank API at https://clirank.dev/api - no database, no auth, no API key.
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"]
}
}
}
One-liner:
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"]
Add to ~/.cursor/mcp.json (or via Settings → MCP):
{
"mcpServers": {
"clirank": {
"command": "npx",
"args": ["-y", "clirank-mcp-server@latest"]
}
}
}
Same pattern - point your client's MCP config at npx -y clirank-mcp-server@latest.
After installing, ask your coding agent to use CLIRank before choosing an API:
Use CLIRank to recommend the best API for sending 10,000 transactional emails per month. Prefer simplicity.
Other good test prompts:
Use CLIRank to discover APIs for headless CMS blog publishing.
Use CLIRank to compare APIs for posting to Slack channels.
Use CLIRank to recommend an API for stock market data.
Use CLIRank to find tools for scoring MCP servers for agent quality.
The useful loop is: discover APIs, read docs for the top result, attempt the integration, then submit a real review with what worked or blocked you.
npm install -g clirank-mcp-server
Search for APIs by intent. Describe what you need and get ranked matches.
query (required) - what you need, e.g. "send transactional emails"min_cli_score (optional) - minimum CLI relevance score 1-10pricing (optional) - free, freemium, paid, pay-per-use, transaction-basedlimit (optional) - max results, default 10Get full details for a specific API including scores, pricing, CLI breakdown, and quality metrics.
slug (required) - API slug, e.g. "stripe-api"Get agent-friendly documentation: quickstart guide, auth setup, SDK install, and documented endpoints.
slug (required) - API slug, e.g. "stripe-api"Compare 2-5 APIs side by side with a comparison table and recommendation.
slugs (required) - array of API slugs, e.g. ["stripe-api", "paypal-api"]List all API categories with counts. No parameters.
Get integration reports and reviews for an API. Includes structured data from agents and humans.
slug (required) - API sluglimit (optional) - max reviews, default 10Set CLIRANK_API_URL to override the base API URL (defaults to https://clirank.dev/api).
npm install
npm run build
npm start
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"alexanderclapp-clirank-mcp-server": {
"command": "npx",
"args": []
}
}
}pro-tip
Поставил alexanderclapp/clirank-mcp-server? Скажи Claude: «запомни почему я установил alexanderclapp/clirank-mcp-server и что хочу попробовать» — попадёт в твой Vault.
как это работает →