Skip to content
Back to search
100
MCP live v1.1.2 MCP 2025-11-25 sse

ATOM Pricing Intelligence

io.github.A7OM-AI/atom-mcp-server

The Global Price Benchmark for AI Inference. 1,600+ SKUs, 40+ vendors, 14 price indexes.

Uptime
100.0%
1 direct probes · 30d
Response
653ms
last probe
Tools
9
callable
Resources
0
readable
Prompts
0
available

Tools · 9

search_models

Search and filter AI inference models across all tracked vendors and SKUs. Query by modality (Text, Image, Audio, Video, Multimodal), vendor, creator, model family, open-source status, price range, c…

get_model_detail

Deep dive on a single AI model: technical specs + pricing across all vendors. Returns model_registry data (context window, parameters, open-source status, training cutoff, model family) plus all SKU …

compare_prices

Cross-vendor price comparison for a specific model or model family. Shows the same model (or family) priced across different vendors, sorted cheapest first. Essential for cost optimization and vendor…

get_vendor_catalog

Full catalog for a specific vendor: all models, modalities, and pricing. Returns vendor metadata (country, region, pricing page URL) plus every model and SKU they offer. Examples: - "What does Tog…

get_market_stats

Aggregate AI inference market intelligence. Returns total vendor/model/SKU counts, price distribution (median, mean, quartiles, min/max), and modality breakdown. Optionally filter by modality. Examp…

get_index_benchmarks

AIPI (ATOM Inference Price Index) — chained matched-model price benchmarks for AI inference. Returns benchmark indexes across four categories: - Modality: Text, Multimodal, Image, Audio, Video, Voice…

get_kpis

ATOM Inference Market KPIs — 9 cost and structure metrics derived from live pricing data across all tracked vendors: - Output Price Premium: how much more output tokens cost vs input - Caching Discoun…

get_model_intelligence

ATOM Model Intelligence — 6 capability and coverage metrics derived from the metadata behind every tracked model. Complements the pricing KPIs in get_kpis. Returns 6 metrics: - Reasoning Tier Share: …

list_vendors

List all AI inference vendors tracked by ATOM. Returns vendor name, country, region, and pricing page URL. Vendors span four channel types: Model Developers, Cloud Marketplaces, Inference Platforms, …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "atom_pricing_intelligence": {
      "url": "https://atom-mcp-server-production.up.railway.app/mcp",
      "transport": "sse"
    }
  }
}