# ATOM Pricing Intelligence

ATOM — The Global Price Benchmark for AI Inference, delivered as a native tool for AI agents. Query the world's most comprehensive inference price database: 1,600+ SKUs, 40+ vendors, 6 modalities, 25…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add a7om/atom-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list a7om/atom-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get a7om/atom-mcp-server search_models

# Call a tool
npx -y @smithery/cli@latest tool call a7om/atom-mcp-server search_models '{}'
```

## Direct MCP Connection

Endpoint: `https://atom-mcp-server--a7om.run.tools`

## Tools (8)

- `search_models` — Search and filter AI inference models across 40+ vendors and 1,600+ SKUs.
- `get_model_detail` — Deep dive on a single AI model: technical specs + pricing across all vendors.
- `compare_prices` — Cross-vendor price comparison for a specific model or model family.
- `get_vendor_catalog` — Full catalog for a specific vendor: all models, modalities, and pricing.
- `get_market_stats` — Aggregate AI inference market intelligence.
- `get_index_benchmarks` — AIPI (ATOM Inference Price Index) — chained matched-model price benchmarks for AI inference.
- `get_kpis` — ATOM Inference Price Index (AIPI) market-level KPIs.
- `list_vendors` — List all 41 AI inference vendors tracked by ATOM.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get a7om/atom-mcp-server <tool-name>
```
