Endpoint
MCP JSON-RPC 2.0 over HTTP. No authentication. No rate limiting. Powered by Cloudflare Workers.
License
- Attribution required - credit DemandSphere
- Non-commercial use only
- Commercial use requires written permission
Quick Start
Available Tools
List and filter frontier AI models. Returns name, provider, release date, parameters, benchmarks, and pricing. Sorted by release date descending.
Get a single model's full record by ID. Includes all benchmarks, pricing, download links, and source URL.
Search models by name, provider, or description.
Calculate token costs. Defaults to 1M input + 1M output if omitted (baseline comparison).
List all tracked providers with model counts and latest release dates. Use to discover valid provider names for filtering.
List and filter Google algorithm and AI search updates from 2000 to present.
Search algorithm updates by name or description.
Server metadata: data freshness timestamps, model/provider/update counts, version. Use to verify recency.
Example: Search for "opus"
Request
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "search_ai_models",
"arguments": { "query": "opus" }
}
}
Response (abbreviated)
"query": "opus",
"count": 3,
"models": [
{
"name": "Claude Opus 4.7",
"provider": "Anthropic",
"released": "2026-04-16",
"pricing": {
"input_per_mtok": "$5",
"output_per_mtok": "$25"
}
}, ...
]
}
Discovery
AI agents can discover this MCP server through standard discovery mechanisms: