atom-mcp-server 1.1.0 → 1.1.1

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, 25 indexes.",
6
+ "repository": {
7
+ "url": "https://github.com/A7OM-AI/atom-mcp-server",
8
+ "source": "github"
9
+ },
10
+ "version": "1.1.1",
11
+ "websiteUrl": "https://a7om.com/mcp",
12
+ "packages": [
13
+ {
14
+ "registryType": "npm",
15
+ "identifier": "atom-mcp-server",
16
+ "version": "1.1.1",
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
+ }
@@ -0,0 +1 @@
1
+ ghu_ypUdcA5Lj55wYobIFzmTWwZ4iTUGNk0Xg7wN
@@ -0,0 +1 @@
1
+ {"token":"eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJtY3AtcmVnaXN0cnkiLCJleHAiOjE3NzI2MzkwNDgsIm5iZiI6MTc3MjYzODc0OCwiaWF0IjoxNzcyNjM4NzQ4LCJhdXRoX21ldGhvZCI6ImdpdGh1Yi1hdCIsImF1dGhfbWV0aG9kX3N1YiI6IlN0YW1hdGlvc0thbmVsbGFraXMiLCJwZXJtaXNzaW9ucyI6W3siYWN0aW9uIjoicHVibGlzaCIsInJlc291cmNlIjoiaW8uZ2l0aHViLlN0YW1hdGlvc0thbmVsbGFraXMvKiJ9LHsiYWN0aW9uIjoicHVibGlzaCIsInJlc291cmNlIjoiaW8uZ2l0aHViLkE3T00tQUkvKiJ9XX0.2lC3-kwofLRb8VirH_TPfasooG3WBs5Cx2mv580em3dQVCJnGTclrSoGsU9HjTvZdFBRQJUowDt0dSVsmogMAg","expires_at":1772639048}
Binary file
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "atom-mcp-server",
3
- "version": "1.1.0",
3
+ "mcpName": "io.github.A7OM-AI/atom-mcp-server",
4
+ "version": "1.1.1",
4
5
  "description": "ATOM Inference Price Index — AI pricing intelligence for agents and developers. 1,600+ SKUs, 40+ vendors, 25 AIPI indexes, 8 tools.",
5
6
  "type": "module",
6
7
  "main": "dist/index.js",
@@ -49,4 +50,4 @@
49
50
  "engines": {
50
51
  "node": ">=18.0.0"
51
52
  }
52
- }
53
+ }