clirank-mcp-server
Description
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.
Installation
claude install-skill https://github.com/alexanderclapp/clirank-mcp-server README
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.
- undefined
get_api_details
Get full details for a specific API including scores, pricing, CLI breakdown, and quality metrics.
- undefined
get_api_docs
Get agent-friendly documentation: quickstart guide, auth setup, SDK install, and documented endpoints.
- undefined
compare_apis
Compare 2-5 APIs side by side with a comparison table and recommendation.
- undefined
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.
- undefined
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
Related Skills
Claude Code Terminal Title
Gives each Claude Code terminal window a dynamic title describing the work being done
Productivity community N8n Skills
Enables AI assistants to directly understand and operate n8n workflows
Productivity community Composio Make
Trigger and manage Make (Integromat) scenarios
Productivity community Getting Help
career-ops is an open source project maintained in limited time. Here's how to get help efficiently.
Productivity community Worktree Status Check
Verify the current worktree environment and show task details.
Productivity community Time Command
Display the current date and time in Pakistan Standard Time (PKT, UTC+5).
Productivity community