-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
23 lines (23 loc) · 842 Bytes
/
Copy pathserver.json
File metadata and controls
23 lines (23 loc) · 842 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.bankstatemently/bankstatemently-mcp",
"title": "Bankstatemently",
"description": "Convert PDF bank statements into structured transactions, accounts, and balances.",
"version": "0.14.0",
"repository": { "url": "https://github.com/bankstatemently/plugins", "source": "github" },
"websiteUrl": "https://bankstatemently.com/developers/mcp",
"remotes": [
{
"type": "streamable-http",
"url": "https://api.bankstatemently.com/mcp",
"headers": [
{
"name": "X-API-Key",
"description": "Your Bankstatemently API key (bsk_live_...). Create one at https://bankstatemently.com/developer",
"isRequired": true,
"isSecret": true
}
]
}
]
}