MCP server for API discovery and recommendations: help Claude Code, Codex, Cursor, Cline, and other coding agents choose APIs with current CLIRank data instead of stale model memory
| Tool name | Description | Destructive? |
|---|---|---|
| discover_apis | ✓ no | |
| get_api_details | ✓ no | |
| get_api_docs | ✓ no | |
| compare_apis | ✓ no | |
| browse_categories | ✓ no |
| get_reviews | ✓ no | |
| recommend | ✓ no | |
| get_package_info | ✓ no | |
| submit_review | ✓ no |
{
"mcpServers": {
"clirank": {
"command": "npx",
"args": [
"-y",
"clirank-mcp-server"
]
}
}
}