oom-x402-mcp 1.0.4 → 1.0.7
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.
- package/README.md +45 -0
- package/package.json +2 -2
package/README.md
ADDED
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
# OOM x402 MCP Server
|
|
2
|
+
|
|
3
|
+
MCP server exposing 1,000+ pay-per-call API endpoints across data, compute, coordination, memory, verification, and agent infrastructure categories.
|
|
4
|
+
|
|
5
|
+
## Installation
|
|
6
|
+
```json
|
|
7
|
+
{
|
|
8
|
+
"mcpServers": {
|
|
9
|
+
"oom-x402": {
|
|
10
|
+
"command": "npx",
|
|
11
|
+
"args": ["oom-x402-mcp"]
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
```
|
|
16
|
+
|
|
17
|
+
## Available Categories
|
|
18
|
+
|
|
19
|
+
- **ai_analysis** (10 endpoints): AI-powered analysis tools for text, images, and data patterns
|
|
20
|
+
- **ai_media** (10 endpoints): AI media generation and processing capabilities
|
|
21
|
+
- **compute** (39 endpoints): General-purpose compute and processing endpoints
|
|
22
|
+
- **crypto_finance** (80 endpoints): Cryptocurrency prices, market data, DeFi metrics, and funding rates
|
|
23
|
+
- **entertainment_media** (29 endpoints): Entertainment industry data including movies, music, and gaming
|
|
24
|
+
- **geography_location** (249 endpoints): Geographic data, location services, and mapping information
|
|
25
|
+
- **government** (81 endpoints): Government data, public records, and administrative information
|
|
26
|
+
- **government_economic** (116 endpoints): Economic indicators, fiscal data, and government financial reports
|
|
27
|
+
- **health_medical** (29 endpoints): Medical data, health statistics, and healthcare information
|
|
28
|
+
- **information** (202 endpoints): General information retrieval and reference data
|
|
29
|
+
- **ns_compute** (20 endpoints): Specialized compute endpoints for specific processing tasks
|
|
30
|
+
- **reference_knowledge** (16 endpoints): Encyclopedic knowledge and reference materials
|
|
31
|
+
- **regional_finance** (4 endpoints): Regional financial data and market information
|
|
32
|
+
- **sea_finance** (5 endpoints): Southeast Asia-specific financial and economic data
|
|
33
|
+
- **social_trends** (14 endpoints): Social media trends, sentiment analysis, and cultural data
|
|
34
|
+
- **sports** (22 endpoints): Sports data, scores, statistics, and event information
|
|
35
|
+
- **weather_environment** (85 endpoints): Weather forecasts, environmental data, and climate information
|
|
36
|
+
|
|
37
|
+
## Payment
|
|
38
|
+
|
|
39
|
+
x402 protocol with USDC on Base network. Pay-per-call pricing with no subscription required. Each endpoint call costs a small fraction of a cent, deducted automatically via the x402 payment protocol.
|
|
40
|
+
|
|
41
|
+
## Links
|
|
42
|
+
|
|
43
|
+
- API base: https://x402-api-production-5133.up.railway.app
|
|
44
|
+
- Endpoint manifest: https://x402-api-production-5133.up.railway.app/x402.json
|
|
45
|
+
- Agent schema: https://x402-api-production-5133.up.railway.app/llms.txt
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oom-x402-mcp",
|
|
3
3
|
"mcpName": "io.github.OrdersOfMagnitudeLLC/mcp-package",
|
|
4
|
-
"version": "1.0.
|
|
5
|
-
"description": "MCP server for the Orders of Magnitude x402 endpoint catalog — search 1,
|
|
4
|
+
"version": "1.0.7",
|
|
5
|
+
"description": "MCP server for the Orders of Magnitude x402 endpoint catalog — search 1,000+ pay-per-call API endpoints",
|
|
6
6
|
"main": "mcp.js",
|
|
7
7
|
"bin": {
|
|
8
8
|
"oom-x402-mcp": "mcp.js"
|