ATOM Pricing Intelligence
AI 与智能体by a7om-ai
面向 AI Inference 的全球价格基准,覆盖 1,600+ SKUs、40+ vendors 与 25 项指数。
什么是 ATOM Pricing Intelligence?
面向 AI Inference 的全球价格基准,覆盖 1,600+ SKUs、40+ vendors 与 25 项指数。
README
What This Is
ATOM MCP Server lets any MCP-compatible AI agent (Claude, GPT, Cursor, Windsurf, VS Code Copilot) query live AI inference pricing data programmatically. Built on financial index methodology comparable to S&P Dow Jones, MSCI, and Bloomberg, the ATOM Inference Price Index (AIPI) is the first independent benchmark for the AI inference market.
Ask your AI assistant a question like "What's the cheapest way to run GPT-4o?" and it calls ATOM's tools behind the scenes, returning a data-backed answer pulled from live coverage across the global vendor landscape.
AIPI Indexes
The AIPI index family spans four categories, all calculated weekly using chained matched-model methodology to eliminate composition bias:
| Category | Examples | What It Answers |
|---|---|---|
| Modality | Text, Multimodal, Image, Audio, Video, Voice, Embeddings | What does this type of inference cost? |
| Channel | Model Developers, Cloud Marketplaces, Inference Platforms, Neoclouds | Where should you buy: direct, marketplace, platform, or neocloud? |
| Tier | Frontier, Budget, Mid-Tier, Reasoning | What is the premium for capability? |
| Special | Open-Source | How much cheaper is open-weight inference? |
All indexes are global (GLB) and reported across three pricing directions: input, cached input, output.
Tools
Two complementary intelligence layers. Pricing tells you what inference costs; Model Intelligence tells you what you are paying for.
| Tool | Tier | Description |
|---|---|---|
list_vendors | Free | All tracked vendors with country, region, channel type, and pricing page URLs |
get_kpis | Free | 9 pricing KPIs: output premium, caching discount, open-source discount, context window cost, model size spread, reasoning premium, platform discount, neocloud discount, caching availability |
get_model_intelligence | Free | 6 capability KPIs from model metadata: reasoning tier share, long-context saturation, frontier context ceiling, output ceiling spread, training cutoff lag, vendor modality breadth |
get_index_benchmarks | Free | AIPI price benchmarks across all indexes |
get_market_stats | Tiered | Aggregate market intelligence: medians, quartiles, distributions, modality breakdown |
search_models | Tiered | Multi-filter search: modality, vendor, creator, open-source, price range, context window, parameters |
get_model_detail | Tiered | Full specs and pricing across all vendors for a single model |
compare_prices | Tiered | Cross-vendor price comparison for a model or model family |
get_vendor_catalog | Tiered | Complete catalog for a specific vendor |
Pricing Tiers
| ATOM MCP (Free) | ATOM MCP Pro | |
|---|---|---|
| Vendors, KPIs, Model Intelligence, AIPI indexes | Full data | Full data |
| Market stats | Aggregates only | Vendor-level breakdown |
| Model search and comparison | Counts and price ranges | Full granular SKU data |
| Model detail | Specs only | Per-vendor pricing |
| Vendor catalog | Summary only | Full SKU listing |
Free tier (no API key): enough to understand the market through counts, ranges, distributions, benchmarks, and capability metrics.
ATOM MCP Pro: full granular data across every vendor, model, price, and spec. Subscribe at a7om.com/mcp.
Quick Start
Option 1: Remote URL for Claude.ai and Claude Desktop (recommended)
No install required. Connect directly to ATOM's hosted server.
Claude.ai (web): Settings → Connectors → Add custom connector
Name: ATOM Pricing Intelligence
URL: https://atom-mcp-server-production.up.railway.app/mcp
Claude Desktop: Settings → Developer → Edit Config
{
"mcpServers": {
"atom-pricing": {
"url": "https://atom-mcp-server-production.up.railway.app/mcp"
}
}
}
Note: Remote URL support requires a recent Claude Desktop version. If it does not work, use the npx method below.
Claude Desktop (via npx proxy):
{
"mcpServers": {
"atom-pricing": {
"command": "npx",
"args": ["mcp-remote", "https://atom-mcp-server-production.up.railway.app/mcp"]
}
}
}
Option 2: Local (stdio) for Cursor, Windsurf, and similar clients
git clone https://github.com/A7OM-AI/atom-mcp-server.git
cd atom-mcp-server
npm install && npm run build
Add to your MCP client config:
{
"mcpServers": {
"atom-pricing": {
"command": "node",
"args": ["/path/to/atom-mcp-server/dist/index.js"],
"env": {
"SUPABASE_URL": "https://jonncmzxvxzwyaznokba.supabase.co",
"SUPABASE_ANON_KEY": "your-anon-key"
}
}
}
}
Option 3: Deploy your own (Railway)
Set environment variables in Railway dashboard:
SUPABASE_URLSUPABASE_ANON_KEYATOM_API_KEYS(comma-separated, for paid tier validation)TRANSPORT=http
Example Queries
Once connected, ask your AI assistant in natural language:
- "What's the cheapest way to run GPT-4o?"
- "Compare Claude Sonnet 4.5 pricing across all vendors"
- "Find open-source text models under $0.50 per million tokens"
- "Show me Google's full model catalog"
- "What are the AIPI benchmark prices for text inference?"
- "How do neocloud prices compare to cloud marketplaces?"
- "How much cheaper is open-source inference?"
- "How stale is the median AI model's training data?"
- "What share of models ship with long context, and how rare are reasoning models?"
- "Give me a market overview of AI inference pricing"
Environment Variables
| Variable | Required | Description |
|---|---|---|
SUPABASE_URL | Yes | Supabase project URL |
SUPABASE_ANON_KEY | Yes | Supabase anonymous/public key |
ATOM_API_KEYS | No | Comma-separated valid API keys for paid tier |
TRANSPORT | No | stdio (default) or http |
PORT | No | HTTP port (default 3000) |
Tech Stack
- TypeScript / Node.js
- MCP SDK (
@modelcontextprotocol/sdk) - Supabase (PostgreSQL) via REST API
- Express (HTTP transport)
- Zod (schema validation)
About ATOM
The Global Price Benchmark for AI Inference. Independent pricing intelligence for developers, analysts, and infrastructure buyers. Transparent methodology, deterministic indexing, weekly market intelligence across the global AI inference market.
ATOM was founded in 2025 by Stamos Kanellakis. The platform is built on financial index methodology comparable to S&P Dow Jones, MSCI, and Bloomberg, and applies that discipline to a market that previously had no pricing benchmark of its own.
Products: ATOM MCP · ATOM Terminal · ATOM Feed
License
MIT
<p align="center"><strong>ATOM</strong> · <em>The Global Price Benchmark for AI Inference.</em></p>
常见问题
ATOM Pricing Intelligence 是什么?
面向 AI Inference 的全球价格基准,覆盖 1,600+ SKUs、40+ vendors 与 25 项指数。
相关 Skills
Claude接口
by anthropics
面向接入 Claude API、Anthropic SDK 或 Agent SDK 的开发场景,自动识别项目语言并给出对应示例与默认配置,快速搭建 LLM 应用。
✎ 想把Claude能力接进应用或智能体,用claude-api上手快、兼容Anthropic与Agent SDK,集成路径清晰又省心
RAG架构师
by alirezarezvani
聚焦生产级RAG系统设计与优化,覆盖文档切块、检索链路、索引构建、召回评估等关键环节,适合搭建可扩展、高准确率的知识库问答与检索增强应用。
✎ 面向RAG落地,把知识库、向量检索和生成链路系统串联起来,做架构设计时更清晰,也更少踩坑。
多智能体架构
by alirezarezvani
聚焦多智能体系统架构设计,梳理 Supervisor、Swarm、分层和 Pipeline 等模式,覆盖角色定义、通信协作与性能评估,适合规划稳健可扩展的 AI agent 编排方案。
✎ 帮你系统解决多智能体应用的架构设计与协同编排难题,适合构建复杂 AI 工作流,成熟度高、社区认可也很亮眼。
相关 MCP Server
顺序思维
编辑精选by Anthropic
Sequential Thinking 是让 AI 通过动态思维链解决复杂问题的参考服务器。
✎ 这个服务器展示了如何让 Claude 像人类一样逐步推理,适合开发者学习 MCP 的思维链实现。但注意它只是个参考示例,别指望直接用在生产环境里。
知识图谱记忆
编辑精选by Anthropic
Memory 是一个基于本地知识图谱的持久化记忆系统,让 AI 记住长期上下文。
✎ 帮 AI 和智能体补上“记不住”的短板,用本地知识图谱沉淀长期上下文,连续对话更聪明,数据也更可控。
by deusdata
持久化的代码库知识图谱,可跨会话保留上下文,在 session 重启或上下文压缩后仍能继续使用。
✎ 专治 AI 编程助手“会话失忆”,把代码库沉淀为持久知识图谱,重启或压缩上下文后也能无缝续上开发状态。