AI Pricing Hub MCP server

Model Context Protocol

AI Pricing Hub MCP Server

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

Remote MCP endpoint

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

Context exposed to MCP clients

Resource

aiph://providers

providers data from generated AI Pricing Hub datasets.

Resource

aiph://models

models data from generated AI Pricing Hub datasets.

Resource

aiph://rankings

rankings data from generated AI Pricing Hub datasets.

Resource

aiph://benchmarks

benchmarks data from generated AI Pricing Hub datasets.

Resource

aiph://history

history data from generated AI Pricing Hub datasets.

Resource

aiph://pricing

pricing data from generated AI Pricing Hub datasets.

Resource

aiph://calculator

calculator data from generated AI Pricing Hub datasets.

Resource

aiph://workloads

workloads data from generated AI Pricing Hub datasets.

Resource

aiph://news

news data from generated AI Pricing Hub datasets.

Resource

aiph://changelog

changelog data from generated AI Pricing Hub datasets.

Resource

aiph://provider-trends

provider trends data from generated AI Pricing Hub datasets.

Tools

Read-only tools

NamePurpose
search_modelsSearch and filter the model catalog.
compare_modelsCompare price, context, and benchmark evidence for model IDs.
calculate_costEstimate workload cost from input, cached input, output, and request count.
find_cheapestReturn cheapest models by listed token price.
find_best_valueRank models by available benchmark signal per listed token price.
provider_summarySummarize provider model counts, prices, and benchmark coverage.
pricing_historyReturn historical pricing snapshots for a model.
benchmark_lookupSearch sourced benchmark rows.
latest_changesList model launches, removals, and pricing changes.
search_newsSearch AI news items.
recommend_modelRecommend models by workload using source-backed signals.

Prompts

Reusable assistant workflows

Examples

JSON-RPC requests

Initialize
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "initialize",
  "params": {
    "protocolVersion": "2025-06-18",
    "capabilities": {},
    "clientInfo": {
      "name": "example-client",
      "version": "1.0.0"
    }
  }
}
Tool call
{
  "jsonrpc": "2.0",
  "id": 2,
  "method": "tools/call",
  "params": {
    "name": "find_cheapest",
    "arguments": {
      "provider": "openai",
      "limit": 5
    }
  }
}

Client setup

Cursor, Claude Desktop, OpenAI, and VS Code

Cursor

Remote MCP server

Add an MCP server named ai-pricing-hub with URL https://aipricinghub.com/mcp/rpc in Cursor MCP settings.

Claude Desktop

Connector config

Use a remote MCP connector if available, or a local proxy that forwards JSON-RPC requests to https://aipricinghub.com/mcp/rpc.

OpenAI

Agent tools

Register https://aipricinghub.com/mcp/rpc as the MCP server URL in MCP-capable OpenAI agent tooling.

VS Code

MCP extension

Add the endpoint as a remote MCP server in an MCP-compatible VS Code extension or agent configuration.

Analytics

Request tracking

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.

Public API

Build with AI Pricing Hub data

Use static JSON endpoints for providers, models, rankings, history, market metrics, and changelog events.

Newsletter

Get AI pricing changes in your inbox

Monthly pricing moves, new model launches, and practical cost notes. Provider integration is not enabled yet.

Editorial information

Reviewed by AI Pricing Hub Editorial

Last updated

2026-08-04

Methodology

Methodology explains collection, validation, limitations, and update cadence.