-
-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathserver-ibm.json
More file actions
26 lines (26 loc) · 712 Bytes
/
Copy pathserver-ibm.json
File metadata and controls
26 lines (26 loc) · 712 Bytes
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
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.nirholas/ibm-x402-mcp-remote",
"title": "IBM Granite x402 Remote",
"websiteUrl": "https://three.ws",
"icons": [
{
"src": "https://three.ws/three-ws-mcp-icon.svg",
"mimeType": "image/svg+xml",
"sizes": ["any"]
}
],
"description": "Pay-per-use IBM Granite AI via x402: chat, code, embeddings, forecasting. USDC on Base or Solana.",
"repository": {
"url": "https://github.com/nirholas/three.ws",
"source": "github",
"subfolder": "packages/ibm-x402-mcp"
},
"version": "1.0.0",
"remotes": [
{
"type": "streamable-http",
"url": "https://three.ws/api/ibm-mcp"
}
]
}