Skip to content

Commit 0146656

Browse files
authored
Add Chainflip Broker as a Service (#98)
Signed-off-by: David Cumps <david@cumps.be>
1 parent 47e6599 commit 0146656

1 file changed

Lines changed: 44 additions & 0 deletions

File tree

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "io.chainflip-broker-mcp",
4+
"name": "Chainflip Broker as a Service",
5+
"alias": "chainflip-broker",
6+
"description": "Cross-chain cryptocurrency swaps via Chainflip. Get quotes, execute simple or DCA swaps, and track swap progress across blockchains.",
7+
"icon": "https://docs.chainflip-broker.io/icons/android-chrome-512x512.png",
8+
"schema_version": "2.1",
9+
"categories": ["productivity"],
10+
"tags": ["chainflip", "crypto", "swap", "defi", "cross-chain", "cryptocurrency"],
11+
12+
"transport": {
13+
"type": "http",
14+
"url": "https://chainflip-broker.io/mcp",
15+
"metadata": {
16+
"inputs": []
17+
}
18+
},
19+
20+
"auth": {
21+
"type": "none"
22+
},
23+
24+
"contributor": {
25+
"name": "Chainflip Broker",
26+
"github": "CumpsD",
27+
"url": "https://chainflip-broker.io"
28+
},
29+
30+
"links": {
31+
"repository": "https://github.com/CumpsD/broker-as-a-service",
32+
"homepage": "https://chainflip-broker.io",
33+
"documentation": "https://docs.chainflip-broker.io/resources/ai-documentation/"
34+
},
35+
36+
"platforms": ["all"],
37+
38+
"capabilities": {
39+
"tools": true,
40+
"prompts": true,
41+
"resources": false,
42+
"read_only_mode": false
43+
}
44+
}

0 commit comments

Comments
 (0)