Skip to content

Commit 550732f

Browse files
committed
Add Mercury MCP server
Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com> Claude-Session: https://claude.ai/code/session_01S58U7phvDgphx6ZTXuWMJQ
1 parent 2fd91f8 commit 550732f

1 file changed

Lines changed: 50 additions & 0 deletions

File tree

servers/com.mercury-mcp.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "com.mercury-mcp",
4+
"name": "Mercury",
5+
"alias": "mercury",
6+
"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.",
7+
"logo": "https://avatars.githubusercontent.com/u/139356468?v=4",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"developer-tools"
11+
],
12+
"tags": [
13+
"mercury",
14+
"banking",
15+
"fintech",
16+
"finance",
17+
"accounts",
18+
"transactions",
19+
"read-only"
20+
],
21+
"transport": {
22+
"type": "http",
23+
"url": "https://mcp.mercury.com/mcp",
24+
"metadata": {
25+
"inputs": []
26+
}
27+
},
28+
"auth": {
29+
"type": "oauth",
30+
"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."
31+
},
32+
"contributor": {
33+
"name": "Mercury",
34+
"github": "mercury-technologies",
35+
"url": "https://mercury.com"
36+
},
37+
"links": {
38+
"homepage": "https://mercury.com",
39+
"documentation": "https://docs.mercury.com/docs/what-is-mercury-mcp"
40+
},
41+
"platforms": [
42+
"all"
43+
],
44+
"capabilities": {
45+
"tools": true,
46+
"resources": false,
47+
"prompts": false,
48+
"read_only_mode": true
49+
}
50+
}

0 commit comments

Comments
 (0)