ATOM Inference Price Index — AI pricing intelligence for agents and developers. 1,600+ SKUs, 40+ vendors, 14 AIPI indexes, 8 tools.
Atom MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. ATOM Inference Price Index — AI pricing intelligence for agents and developers. 1,600+ SKUs, 40+ vendors, 14 AIPI indexes, 8 tools.
The Global Price Benchmark for AI Inference, delivered as a native tool for AI agents.
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.
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Once Atom is connected, these are the calls the assistant has available:
list_vendors — Freeget_kpis — Freeget_model_intelligence — Freeget_index_benchmarks — Freeget_market_stats — Tieredsearch_models — Tieredget_model_detail — Tieredcompare_prices — Tieredget_vendor_catalog — TieredYou will need 2 environment variables: SUPABASE_URL, SUPABASE_ANON_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Atom's toolset — list_vendors, get_kpis, get_model_intelligence and 6 more — is a fair guide to whether it matches your workflow. It is maintained by a7om-ai; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Atom's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| list_vendors | Free |
| get_kpis | Free |
| get_model_intelligence | Free |
| get_index_benchmarks | Free |
| get_market_stats | Tiered |
| search_models | Tiered |
| get_model_detail | Tiered |
| compare_prices | Tiered |
| get_vendor_catalog | Tiered |
Add to your MCP client config:
```json
{
"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"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| SUPABASE_URL | Endpoint or connection string the server talks to. | Yes |
| SUPABASE_ANON_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.