Sponsored by Deepsite.site

Clirank

Created By
alexanderclapp13 days ago
API intelligence for AI coding agents. CLIRank scores 387 APIs on agent-friendliness: auth method, CLI tools, headless operation, pricing transparency. Six MCP tools for API discovery, comparison, scoring, and docs retrieval. Built for Claude Code, Cursor, Copilot, Codex, and Windsurf.
Overview

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-10
  • pricing (optional) - free, freemium, paid, pay-per-use, transaction-based
  • limit (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 slug
  • limit (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

Server Config

{
  "mcpServers": {
    "clirank": {
      "command": "npx",
      "args": [
        "-y",
        "clirank-mcp-server"
      ]
    }
  }
}
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
WindsurfThe new purpose-built IDE to harness magic
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
DeepChatYour AI Partner on Desktop
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
CursorThe AI Code Editor
Amap Maps高德地图官方 MCP Server
Playwright McpPlaywright MCP server
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Tavily Mcp
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Serper MCP ServerA Serper MCP Server
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
ChatWiseThe second fastest AI chatbot™
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.