Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLIRANK_API_URL | No | Override the base API URL | https://clirank.dev/api |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| discover_apis | Search for APIs by intent or capability. Describe what you need and get ranked matches. Examples: 'send transactional emails', 'process payments', 'image generation'. |
| get_api_details | Get full details for a specific API by its slug. Returns scores, pricing, auth method, capabilities, and quality breakdown. |
| get_api_docs | Get agent-friendly documentation for an API, including quickstart guide and documented endpoints. Use this before integrating an API. |
| compare_apis | Compare two or more APIs side by side. Returns a comparison table with scores, pricing, auth, and capabilities. |
| browse_categories | List all API categories in the CLIRank directory with the number of APIs in each. |
| get_reviews | Get integration reports and reviews for an API. Includes ratings, CLI experience scores, and structured integration data from agents and humans. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |