ATOM: The Global Price Benchmark for AI Inference. MCP server access to the AIPI index family.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"atom-mcp-server": {
"command": "npx",
"args": [
"-y",
"A7OM-AI/atom-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add atom-mcp-server npx -y A7OM-AI/atom-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"atom-mcp-server": {
"command": "npx",
"args": [
"-y",
"A7OM-AI/atom-mcp-server"
]
}
}
}