From 550732f4c935cf83bd4d2d85a9a3a55531c3f996 Mon Sep 17 00:00:00 2001 From: Mohammod Al Amin Ashik Date: Thu, 25 Jun 2026 11:23:41 +0800 Subject: [PATCH] Add Mercury MCP server Signed-off-by: Mohammod Al Amin Ashik Claude-Session: https://claude.ai/code/session_01S58U7phvDgphx6ZTXuWMJQ --- servers/com.mercury-mcp.json | 50 ++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 servers/com.mercury-mcp.json diff --git a/servers/com.mercury-mcp.json b/servers/com.mercury-mcp.json new file mode 100644 index 0000000..489de9c --- /dev/null +++ b/servers/com.mercury-mcp.json @@ -0,0 +1,50 @@ +{ + "$schema": "../schemas/server-definition.schema.json", + "id": "com.mercury-mcp", + "name": "Mercury", + "alias": "mercury", + "description": "Connect AI tools to your Mercury business banking account through Mercury's hosted remote MCP server. Provides read-only access to accounts, balances, transactions, recipients, cards, and statements. Authenticates via OAuth in your browser, no API key setup required.", + "logo": "https://avatars.githubusercontent.com/u/139356468?v=4", + "schema_version": "2.1", + "categories": [ + "developer-tools" + ], + "tags": [ + "mercury", + "banking", + "fintech", + "finance", + "accounts", + "transactions", + "read-only" + ], + "transport": { + "type": "http", + "url": "https://mcp.mercury.com/mcp", + "metadata": { + "inputs": [] + } + }, + "auth": { + "type": "oauth", + "instructions": "Authenticates via OAuth 2.0 in your browser using your Mercury account. Mercury's hosted server supports Dynamic Client Registration (RFC 7591), so no client ID, API key, or manual setup is needed. Access is read-only. Note: Mercury MCP is currently in beta." + }, + "contributor": { + "name": "Mercury", + "github": "mercury-technologies", + "url": "https://mercury.com" + }, + "links": { + "homepage": "https://mercury.com", + "documentation": "https://docs.mercury.com/docs/what-is-mercury-mcp" + }, + "platforms": [ + "all" + ], + "capabilities": { + "tools": true, + "resources": false, + "prompts": false, + "read_only_mode": true + } +}