From e8ddf268a3a8310265f81a1861d93f1ada26dd7b Mon Sep 17 00:00:00 2001 From: junct-bot Date: Wed, 18 Mar 2026 21:13:07 +0800 Subject: [PATCH] feat: add coinbase-mcp MCP server --- servers/coinbase-mcp.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 servers/coinbase-mcp.json diff --git a/servers/coinbase-mcp.json b/servers/coinbase-mcp.json new file mode 100644 index 0000000000..85cad9714c --- /dev/null +++ b/servers/coinbase-mcp.json @@ -0,0 +1,24 @@ +{ + "id": "coinbase-mcp", + "name": "Coinbase MCP", + "description": "Get all accounts for a profile — Get a list of trading accounts from the profile of the API key.", + "repository": "https://github.com/junct-bot/coinbase-mcp", + "endpoint": "https://coinbase.mcp.junct.dev/mcp", + "transport": [ + "streamable-http" + ], + "tags": [ + "read", + "accounts", + "coinbase accounts", + "write", + "conversions", + "analytics", + "currencies", + "transfers" + ], + "version": "1.0.0", + "author": "Junct", + "llms_txt": "https://coinbase.mcp.junct.dev/llms.txt", + "created_at": "2026-03-18T13:13:05.950Z" +}