atom-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP port (default 3000) | 3000 |
| TRANSPORT | No | Transport protocol: 'stdio' (default) or 'http' | stdio |
| SUPABASE_URL | Yes | Supabase project URL | |
| ATOM_API_KEYS | No | Comma-separated valid API keys for paid tier | |
| SUPABASE_ANON_KEY | Yes | Supabase anonymous/public key |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_modelsA | Search and filter AI inference models across 40+ vendors and 1,600+ SKUs. Query by modality (Text, Image, Audio, Video, Multimodal), vendor, creator, model family, open-source status, price range, context window, and parameter count. Returns matching models with pricing. Free tier shows count + price range; paid tier shows full details. Examples:
|
| get_model_detailA | 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 pricing across every vendor that offers this model. Examples:
|
| compare_pricesA | 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 selection. Examples:
|
| get_vendor_catalogA | 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:
|
| get_market_statsA | 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. Examples:
|
| get_index_benchmarksA | AIPI (ATOM Inference Price Index) — chained matched-model price benchmarks for AI inference. Returns 14 benchmark indexes across four categories:
Each index includes input, cached input, and output pricing per period. These are market-wide benchmarks, not individual vendor prices. Use them to understand where the market is and how it's moving. Fully public — available to all tiers. Examples:
|
| get_kpisA | ATOM Inference Price Index (AIPI) market-level KPIs. Returns 6 key performance indicators derived from live pricing data:
These KPIs are available to all tiers — they demonstrate ATOM's market intelligence. |
| list_vendorsA | 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, and Neoclouds. Optionally filter by region or country. Examples:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/A7OM-AI/atom-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server