com.dropwatchhq/ai-api-radar
Official4 toolsAI API Radar
Live LLM API price + status radar across 11 providers, with public per-model price HISTORY.
Monitor LLM API pricing and status across 11 providers with historical price data.
Captured live from the server via tools/list.
cheapest_model
Return the cheapest LLM API models that meet a constraint, ranked by blended $/M-token cost. Use this to route an agent to the lowest-cost model with enough context that is currently operational. Filter by minimum context window and provider; weight input vs output cost for your workload.
Parameters (6)
- min_contextnumber
Minimum context window (tokens), e.g. 128000.
- providerstring
Restrict to one provider slug (openai, anthropic, google, ...).
- in_weightnumber
Relative weight of input-token price (default 1).
- out_weightnumber
Relative weight of output-token price (default 3, output-heavy).
- limitnumber
How many to return (default 10).
- operational_onlyboolean
Drop providers with a major/critical status indicator.
price_history
Return the dated $/M-token price history (input + output) for one model. This is AI API Radar's exclusive time-series — useful for spotting price-war cuts and trend.
Parameters (1)
- modelstringrequired
Model slug, e.g. 'anthropic--claude-opus-4-x' or just the id.
status
Current operational status for one or all AI API providers (from each provider's public status page).
Parameters (1)
- providerstring
Provider slug; omit for all providers.
price_change_alerts
Subscribe a webhook to fire when a provider changes prices (or read recent price changes). Pass `webhook` to subscribe (optionally filter by provider and direction 'cut'|'raise'); omit to read recent changes.
Parameters (4)
- webhookstring
HTTPS URL to POST price-change events to. Omit to just read recent changes.
- providerstring
- directionstring
- limitnumber
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"ai-api-radar": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://aiapi.dropwatchhq.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.