atom-mcp-server 1.1.0 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,28 @@
1
+ {
2
+ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3
+ "name": "io.github.A7OM-AI/atom-mcp-server",
4
+ "title": "ATOM Pricing Intelligence",
5
+ "description": "The Global Price Benchmark for AI Inference. 1,600+ SKUs, 40+ vendors, 14 price indexes.",
6
+ "repository": {
7
+ "url": "https://github.com/A7OM-AI/atom-mcp-server",
8
+ "source": "github"
9
+ },
10
+ "version": "1.1.0",
11
+ "websiteUrl": "https://a7om.com/mcp",
12
+ "packages": [
13
+ {
14
+ "registryType": "npm",
15
+ "identifier": "atom-mcp-server",
16
+ "version": "1.1.0",
17
+ "transport": {
18
+ "type": "stdio"
19
+ }
20
+ }
21
+ ],
22
+ "remotes": [
23
+ {
24
+ "type": "sse",
25
+ "url": "https://atom-mcp-server-production.up.railway.app/mcp"
26
+ }
27
+ ]
28
+ }
package/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  <p align="center">
8
8
  <strong>AI Inference Pricing Intelligence — delivered as a native tool for AI agents.</strong><br/>
9
- 1,600+ SKUs · 40+ vendors · 6 modalities · 25 AIPI indexes · Updated weekly
9
+ 1,600+ SKUs · 40+ vendors · 6 modalities · 4 channels · 14 AIPI indexes · Updated weekly
10
10
  </p>
11
11
 
12
12
  <p align="center">
@@ -27,13 +27,28 @@ Built by [ATOM (A7OM)](https://a7om.com) — the world's first methodological in
27
27
 
28
28
  ---
29
29
 
30
+ ## AIPI Indexes
31
+
32
+ 14 benchmark indexes across four categories:
33
+
34
+ | Category | Indexes | What It Answers |
35
+ |----------|---------|-----------------|
36
+ | **Modality** | TXT, MML, IMG, AUD, VID, VOC | What does this type of inference cost? |
37
+ | **Channel** | DEV, CLD, PLT, NCL | Where should you buy — direct, marketplace, platform, or neocloud? |
38
+ | **Tier** | FTR, BDG, RSN | What's the premium for flagship vs budget vs reasoning? |
39
+ | **Special** | OSS | How much cheaper is open-source inference across all channels? |
40
+
41
+ All indexes are global (GLB), calculated weekly using chained matched-model methodology to eliminate composition bias.
42
+
43
+ ---
44
+
30
45
  ## Tools
31
46
 
32
47
  | Tool | Tier | Description |
33
48
  |------|------|-------------|
34
- | `list_vendors` | Free | All 41 tracked vendors with country, region, and pricing page URLs |
49
+ | `list_vendors` | Free | All tracked vendors with country, region, channel type, and pricing page URLs |
35
50
  | `get_kpis` | Free | 6 market KPIs: output premium, caching savings, open-source advantage, context cost curve, caching availability, size spread |
36
- | `get_index_benchmarks` | Free | AIPI price benchmarks across 25 indexes — text, image, audio, video, multimodal by geography and tier |
51
+ | `get_index_benchmarks` | Free | AIPI price benchmarks across 14 indexes — modality, channel, tier, and licensing |
37
52
  | `get_market_stats` | Tiered | Aggregate market intelligence: medians, quartiles, distributions, modality breakdown |
38
53
  | `search_models` | Tiered | Multi-filter search: modality, vendor, creator, open-source, price range, context window, parameters |
39
54
  | `get_model_detail` | Tiered | Full specs + pricing across all vendors for a single model |
@@ -140,6 +155,8 @@ Once connected, just ask your AI assistant naturally:
140
155
  - *"Find open-source text models under $0.50 per million tokens"*
141
156
  - *"Show me Google's full model catalog"*
142
157
  - *"What are the AIPI benchmark prices for text inference?"*
158
+ - *"How do neocloud prices compare to cloud marketplaces?"*
159
+ - *"How much cheaper is open-source inference?"*
143
160
  - *"Give me a market overview of AI inference pricing"*
144
161
  - *"What are the key market KPIs for AI inference?"*
145
162
 
@@ -169,7 +186,9 @@ Once connected, just ask your AI assistant naturally:
169
186
 
170
187
  ## About ATOM
171
188
 
172
- ATOM tracks 1,600+ AI inference pricing SKUs from 40+ vendors globally through the AIPI (ATOM Inference Price Index) system — the first methodological price benchmark for AI inference. Updated weekly using chained matched-model methodology to eliminate composition bias.
189
+ ATOM tracks 1,600+ AI inference pricing SKUs from 40+ vendors globally through the AIPI (ATOM Inference Price Index) system — the first methodological price benchmark for AI inference. 14 indexes span modality, channel, tier, and licensing dimensions, updated weekly using chained matched-model methodology to eliminate composition bias.
190
+
191
+ Vendors are classified across four distribution channels: Model Developers (direct API), Cloud Marketplaces (AWS Bedrock, Google Vertex, Azure), Inference Platforms (DeepInfra, Fireworks, Together AI), and Neoclouds (Groq, Cerebras).
173
192
 
174
193
  **Products:** [ATOM MCP](https://a7om.com/mcp) · [ATOM Terminal](https://a7om.com/terminal) · [ATOM Feed](https://a7om.com/feed)
175
194
 
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "atom-mcp-server",
3
- "version": "1.1.0",
4
- "description": "ATOM Inference Price Index — AI pricing intelligence for agents and developers. 1,600+ SKUs, 40+ vendors, 25 AIPI indexes, 8 tools.",
3
+ "mcpName": "io.github.A7OM-AI/atom-mcp-server",
4
+ "version": "1.1.2",
5
+ "description": "ATOM Inference Price Index — AI pricing intelligence for agents and developers. 1,600+ SKUs, 40+ vendors, 14 AIPI indexes, 8 tools.",
5
6
  "type": "module",
6
7
  "main": "dist/index.js",
7
8
  "bin": {
package/src/server.ts CHANGED
@@ -31,7 +31,7 @@ const apiKeyField = {
31
31
  export function createServer(): McpServer {
32
32
  const server = new McpServer({
33
33
  name: "atom-mcp-server",
34
- version: "1.0.0",
34
+ version: "1.1.0",
35
35
  });
36
36
 
37
37
  // ----------------------------------------------------------
@@ -189,16 +189,24 @@ Examples:
189
189
  title: "Get AIPI Index Benchmarks",
190
190
  description: `AIPI (ATOM Inference Price Index) — chained matched-model price benchmarks for AI inference.
191
191
 
192
- Returns benchmark prices across index families (Text, Image, Audio, Video, Multimodal, Composite) with input, cached, and output pricing per period.
192
+ Returns 14 benchmark indexes across four categories:
193
+ - Modality (6): Text, Multimodal, Image, Audio, Video, Voice — what does this type of inference cost?
194
+ - Channel (4): Model Developers, Cloud Marketplaces, Inference Platforms, Neoclouds — where should you buy?
195
+ - Tier (3): Frontier, Budget, Reasoning — what's the premium for capability?
196
+ - Special (1): Open-Source — how much cheaper is open-weight inference?
197
+
198
+ Each index includes input, cached input, and output pricing per period.
193
199
 
194
200
  These are market-wide benchmarks, not individual vendor prices. Use them to understand where the market is and how it's moving.
195
201
 
196
202
  Fully public — available to all tiers.
197
203
 
198
204
  Examples:
199
- - "What's the current benchmark for text inference?" → index_category="Text"
205
+ - "What's the current benchmark for text inference?" → index_category="Modality"
200
206
  - "Show me all AIPI indexes" → (no params)
201
- - "AIPI-TXT-GLB history" → index_code="AIPI-TXT-GLB"`,
207
+ - "Neocloud pricing benchmark" → index_code="AIPI NCL GLB"
208
+ - "Channel pricing comparison" → index_category="Channel"
209
+ - "Open-source vs market pricing" → index_code="AIPI OSS GLB"`,
202
210
  inputSchema: { ...getIndexBenchmarksSchema, ...apiKeyField },
203
211
  annotations: {
204
212
  readOnlyHint: true,
@@ -222,7 +230,7 @@ Examples:
222
230
  title: "Get Market KPIs",
223
231
  description: `ATOM Inference Price Index (AIPI) market-level KPIs.
224
232
 
225
- Returns 6 key performance indicators derived from 1,600+ SKUs:
233
+ Returns 6 key performance indicators derived from live pricing data:
226
234
  - Output Premium: how much more output tokens cost vs input
227
235
  - Caching Savings: average discount for cached input pricing
228
236
  - Open Source Advantage: price difference between open-source and proprietary
@@ -252,9 +260,9 @@ These KPIs are available to all tiers — they demonstrate ATOM's market intelli
252
260
  "list_vendors",
253
261
  {
254
262
  title: "List All Vendors",
255
- description: `List all 41 AI inference vendors tracked by ATOM.
263
+ description: `List all AI inference vendors tracked by ATOM.
256
264
 
257
- Returns vendor name, country, region, and pricing page URL. Optionally filter by region or country.
265
+ 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.
258
266
 
259
267
  Examples:
260
268
  - "List all vendors" → (no params)
@@ -1,6 +1,6 @@
1
1
  // ============================================================
2
2
  // Tool: get_index_benchmarks
3
- // AIPI index family benchmarks — public market intelligence.
3
+ // AIPI index benchmarks — public market intelligence.
4
4
  // ============================================================
5
5
 
6
6
  import { z } from "zod";
@@ -12,13 +12,13 @@ export const getIndexBenchmarksSchema = {
12
12
  .string()
13
13
  .optional()
14
14
  .describe(
15
- "Filter by specific AIPI index code, e.g. 'AIPI-TXT-GLB', 'AIPI-IMG-GLB'. Omit to see all indexes."
15
+ "Filter by specific AIPI index code, e.g. 'AIPI TXT GLB', 'AIPI DEV GLB', 'AIPI OSS GLB'. Omit to see all indexes."
16
16
  ),
17
17
  index_category: z
18
18
  .string()
19
19
  .optional()
20
20
  .describe(
21
- "Filter by index category, e.g. 'Text', 'Image', 'Audio', 'Video', 'Multimodal', 'Composite'"
21
+ "Filter by index category: 'Modality', 'Channel', 'Tier', 'Special'"
22
22
  ),
23
23
  limit: z
24
24
  .coerce.number()