CLIRank
Search, compare, and get docs for 210+ APIs ranked by CLI and agent relevance
clirank-mcp-server
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.
Install
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
Tools
discover_apis
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 10
get_api_details
Get full details for a specific API including scores, pricing, CLI breakdown, and quality metrics.
slug(required) - API slug, e.g. "stripe-api"
get_api_docs
Get agent-friendly documentation: quickstart guide, auth setup, SDK install, and documented endpoints.
slug(required) - API slug, e.g. "stripe-api"
compare_apis
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"]
browse_categories
List all API categories with counts. No parameters.
get_reviews
Get integration reports and reviews for an API. Includes structured data from agents and humans.
slug(required) - API sluglimit(optional) - max reviews, default 10
Configuration
Set CLIRANK_API_URL to override the base API URL (defaults to https://clirank.dev/api).
Development
npm install
npm run build
npm start
Servidores relacionados
Scout Monitoring MCP
patrocinadorPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
patrocinadorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
MCP Chaos Rig
A local MCP server that breaks on demand. Test your client against auth failures, disappearing tools, flaky responses, and token expiry, all from a web UI.
Tree-Hugger-JS
Analyze and transform JavaScript/TypeScript code using the tree-hugger-js library.
MCP Simple Server
A simple MCP server with streamable HTTP transport that supports basic math tools like add and multiply.
Nexus MCP Bridge for VSCode
A bridge that connects Claude Desktop to your VSCode workspace, enabling local file system access.
Micronaut Fun
It exposes Micronaut framework documentation and guides as MCP resources, it offers tools to search the docs and prompts to help you write tests and perform tasks in an idiomatic way
GrowthBook
Create and read feature flags, review experiments, generate flag types, search docs, and interact with GrowthBook's feature flagging and experimentation platform.
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers without authentication.
OpenAPI to MCP Server
A tool to create MCP servers from OpenAPI/Swagger specifications, allowing AI assistants to interact with your APIs.
Bonsai MCP
An MCP server that integrates IFC model support using Bonsai BIM (Blender) and IfcOpenShell.
Agent Evals by Galileo
Bring agent evaluations, observability, and synthetic test set generation directly into your IDE for free with Galileo's new MCP server