From 591aa2b5d39f90719a7d24b3f84d66f2d93b800e Mon Sep 17 00:00:00 2001 From: David Cumps Date: Sun, 22 Mar 2026 01:23:24 +0100 Subject: [PATCH] Add Chainflip Broker as a Service Signed-off-by: David Cumps --- servers/io.chainflip-broker-mcp.json | 44 ++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 servers/io.chainflip-broker-mcp.json diff --git a/servers/io.chainflip-broker-mcp.json b/servers/io.chainflip-broker-mcp.json new file mode 100644 index 0000000..05b37ec --- /dev/null +++ b/servers/io.chainflip-broker-mcp.json @@ -0,0 +1,44 @@ +{ + "$schema": "../schemas/server-definition.schema.json", + "id": "io.chainflip-broker-mcp", + "name": "Chainflip Broker as a Service", + "alias": "chainflip-broker", + "description": "Cross-chain cryptocurrency swaps via Chainflip. Get quotes, execute simple or DCA swaps, and track swap progress across blockchains.", + "icon": "https://docs.chainflip-broker.io/icons/android-chrome-512x512.png", + "schema_version": "2.1", + "categories": ["productivity"], + "tags": ["chainflip", "crypto", "swap", "defi", "cross-chain", "cryptocurrency"], + + "transport": { + "type": "http", + "url": "https://chainflip-broker.io/mcp", + "metadata": { + "inputs": [] + } + }, + + "auth": { + "type": "none" + }, + + "contributor": { + "name": "Chainflip Broker", + "github": "CumpsD", + "url": "https://chainflip-broker.io" + }, + + "links": { + "repository": "https://github.com/CumpsD/broker-as-a-service", + "homepage": "https://chainflip-broker.io", + "documentation": "https://docs.chainflip-broker.io/resources/ai-documentation/" + }, + + "platforms": ["all"], + + "capabilities": { + "tools": true, + "prompts": true, + "resources": false, + "read_only_mode": false + } +}