-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
48 lines (48 loc) · 1.46 KB
/
Copy pathserver.json
File metadata and controls
48 lines (48 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.alexar76/aimarket-oracle-gateway",
"title": "AIMarket Oracle Gateway",
"description": "Stdio MCP: 17 verifiable AIMarket oracles, 35 pay-per-call tools for AI agents.",
"repository": {
"url": "https://github.com/alexar76/aimarket-oracle-gateway",
"source": "github"
},
"version": "0.2.0",
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "aimarket-oracle-gateway",
"version": "0.2.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "AIMARKET_HUB_URL",
"description": "AIMarket Hub base URL (recommended metered path)",
"isRequired": false,
"isSecret": false
},
{
"name": "AIMARKET_ORACLE_URL",
"description": "Direct oracle-family URL (demo/free path if no hub)",
"isRequired": false,
"isSecret": false
},
{
"name": "AIMARKET_MAX_PER_CALL_USD",
"description": "Hard cap per call in USD (default 0.10)",
"isRequired": false,
"isSecret": false
},
{
"name": "AIMARKET_MAX_SPEND_USD",
"description": "Hard cumulative budget for this process (default 5.0)",
"isRequired": false,
"isSecret": false
}
]
}
]
}