aiph://providers
providers data from generated AI Pricing Hub datasets.
Model Context Protocol
Connect AI assistants to source-backed AI Pricing Hub providers, models, pricing, benchmarks, history, workloads, news, and changelog data through a read-only MCP endpoint.
Installation
Use https://aipricinghub.com/mcp/rpc as the Streamable HTTP JSON-RPC endpoint. The server is read-only, Cloudflare compatible, and backed by generated static datasets.
{
"mcpServers": {
"ai-pricing-hub": {
"url": "https://aipricinghub.com/mcp/rpc"
}
}
}
Resources
aiph://providersproviders data from generated AI Pricing Hub datasets.
aiph://modelsmodels data from generated AI Pricing Hub datasets.
aiph://rankingsrankings data from generated AI Pricing Hub datasets.
aiph://benchmarksbenchmarks data from generated AI Pricing Hub datasets.
aiph://historyhistory data from generated AI Pricing Hub datasets.
aiph://pricingpricing data from generated AI Pricing Hub datasets.
aiph://calculatorcalculator data from generated AI Pricing Hub datasets.
aiph://workloadsworkloads data from generated AI Pricing Hub datasets.
aiph://newsnews data from generated AI Pricing Hub datasets.
aiph://changelogchangelog data from generated AI Pricing Hub datasets.
aiph://provider-trendsprovider trends data from generated AI Pricing Hub datasets.
Tools
| Name | Purpose |
|---|---|
search_models | Search and filter the model catalog. |
compare_models | Compare price, context, and benchmark evidence for model IDs. |
calculate_cost | Estimate workload cost from input, cached input, output, and request count. |
find_cheapest | Return cheapest models by listed token price. |
find_best_value | Rank models by available benchmark signal per listed token price. |
provider_summary | Summarize provider model counts, prices, and benchmark coverage. |
pricing_history | Return historical pricing snapshots for a model. |
benchmark_lookup | Search sourced benchmark rows. |
latest_changes | List model launches, removals, and pricing changes. |
search_news | Search AI news items. |
recommend_model | Recommend models by workload using source-backed signals. |
Prompts
Examples
{
"jsonrpc": "2.0",
"id": 1,
"method": "initialize",
"params": {
"protocolVersion": "2025-06-18",
"capabilities": {},
"clientInfo": {
"name": "example-client",
"version": "1.0.0"
}
}
}{
"jsonrpc": "2.0",
"id": 2,
"method": "tools/call",
"params": {
"name": "find_cheapest",
"arguments": {
"provider": "openai",
"limit": 5
}
}
}Client setup
Add an MCP server named ai-pricing-hub with URL https://aipricinghub.com/mcp/rpc in Cursor MCP settings.
Use a remote MCP connector if available, or a local proxy that forwards JSON-RPC requests to https://aipricinghub.com/mcp/rpc.
Register https://aipricinghub.com/mcp/rpc as the MCP server URL in MCP-capable OpenAI agent tooling.
Add the endpoint as a remote MCP server in an MCP-compatible VS Code extension or agent configuration.
Analytics
The MCP function emits response headers for static-compatible analytics: x-aiph-analytics-event: mcp_request, x-aiph-mcp-tool, and x-aiph-mcp-provider. Cloudflare logs or analytics exports can aggregate MCP requests, most used tools, and most requested providers without adding a database.
Continue
Public API
Use static JSON endpoints for providers, models, rankings, history, market metrics, and changelog events.
Editorial information
2026-08-04
Methodology explains collection, validation, limitations, and update cadence.