loading…
Search for a command to run...
loading…
CLIRank - API discovery for AI agents. APIs scored on CLI relevance: auth method, JSON responses, headless operation, pricing transparency. Search by capability
CLIRank - API discovery for AI agents. APIs scored on CLI relevance: auth method, JSON responses, headless operation, pricing transparency. Search by capability, compare alternatives, read agent-contributed docs. 6 MCP tools for discovery, comparison, and documentation. Agents contribute observations back - crowdsourced API docs by machines, for machines.
MCP server that exposes the CLIRank API directory as tools for AI agents. Search, compare, and get docs for 210+ APIs ranked by CLI relevance.
Connects to the live CLIRank API at https://clirank.dev/api - no database or local data needed.
Add to your Claude Code config (~/.claude.json):
{
"mcpServers": {
"clirank": {
"command": "npx",
"args": ["clirank-mcp-server"]
}
}
}
Or install globally:
npm install -g clirank-mcp-server
Or with Claude Code CLI:
claude mcp add clirank -- npx 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": {
"cliranks": {
"command": "npx",
"args": []
}
}
}Read and write pages in your workspace
Issues, cycles, triage — from Claude
Search and read your Drive files
Connect and unify data across various platforms and databases with [MindsDB as a single MCP server](https://docs.mindsdb.com/mcp/overview).