# CLIRank - API directory for AI agents

The authority for ranking APIs for AI agents. CLIRank scores 389 APIs on 8 agent-friendliness signals: official SDK, env var auth, headless operation, CLI tool, JSON responses, curl examples, rate li…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add alexanderclapp/clirank

# Browse available tools
npx -y @smithery/cli@latest tool list alexanderclapp/clirank

# Get full schema for a tool
npx -y @smithery/cli@latest tool get alexanderclapp/clirank discover_apis

# Call a tool
npx -y @smithery/cli@latest tool call alexanderclapp/clirank discover_apis '{}'
```

## Direct MCP Connection

Endpoint: `https://clirank--alexanderclapp.run.tools`

## Tools (8)

- `discover_apis` — Search for APIs by intent or capability
- `get_api_details` — Get full details for a specific API by slug
- `get_api_docs` — Get agent-friendly documentation for an API
- `compare_apis` — Compare two or more APIs side by side
- `browse_categories` — List all API categories
- `get_reviews` — Get integration reports and reviews for an API
- `recommend` — Get an opinionated API recommendation with pricing and working quickstart code
- `get_package_info` — Get current npm/PyPI package version, compatibility, dependencies, and deprecation warnings

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get alexanderclapp/clirank <tool-name>
```
