by noskillish
BankMCP™: your AI can now read your bank. Self-hosted, read-only MCP server for your own bank accounts via open banking (Enable Banking). Standard MCP; tested with Claude and Ollama.
# Add to your Claude Code skills
git clone https://github.com/noskillish/bankmcpGuides for using mcp servers skills like bankmcp.
bankmcp is an open-source mcp servers skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by noskillish. BankMCP™: your AI can now read your bank. Self-hosted, read-only MCP server for your own bank accounts via open banking (Enable Banking). Standard MCP; tested with Claude and Ollama. It has 139 GitHub stars.
bankmcp's catalog security scan is still queued. You can run an instant dependency and prompt-injection check now with the "Scan for vulnerabilities" button above.
Clone the repository with "git clone https://github.com/noskillish/bankmcp" and add it to your Claude Code skills directory (see the Installation section above).
bankmcp is primarily written in TypeScript. It is open-source under noskillish on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other MCP Servers skills you can browse and compare side by side. Open the MCP Servers category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh bankmcp against similar tools.
No comments yet. Be the first to share your thoughts!
Top skills in this category by stars
Unlocks once the catalog security scan passes (runs nightly).
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
The deep catalog scan for this skill is still queued. Run an instant dependency check now instead.
Your AI now reads your bank. Ask it anything about your accounts. Read-only, self-hosted, one user. Standard MCP; tested with Claude and Ollama.
BankMCP™ is not a bank. It is a small open-source server you host yourself
(npm package bankmcp). It connects to your banks
through Enable Banking, which wraps 2,700+
European banks in one PSD2 API, and exposes them to any MCP client as a
connector. Read-only, no payments, no third party holding your data.
"Has the invoice from Acme been paid?" · "What did we spend on groceries in August?" · "Which subscriptions am I paying for, and what do they cost per year?" · "Tell me when my balance drops below 5,000."
Your assistant ──OAuth──▶ your BankMCP™ server ──JWT──▶ Enable Banking ──PSD2──▶ your bank
Two ways to run it. Both need a free Enable Banking account and about ten minutes.
The server and its state live on your computer, and no AI vendor or app maker sees your data. The bank connection is not on your computer: it goes through Enable Banking, as described above.
Requires Node 24 or newer. Add BankMCP™ to your client:
Claude Code:
claude mcp add bankmcp -- npx -y bankmcp
Claude Desktop: download
bankmcp.mcpb
and open it; Claude Desktop installs it as an extension. Or add it by hand in
claude_desktop_config.json:
{ "mcpServers": { "bankmcp": { "command": "npx", "args": ["-y", "bankmcp"] } } }
Cursor and others: the same command, npx -y bankmcp, as a stdio server.
Then ask your assistant anything about your bank. It will answer with a localhost address. Open it: the setup page lists the values to register an application at Enable Banking, then takes the application id and the key file. Your browser will warn once about the certificate on localhost, which the server made for itself because Enable Banking requires https for the bank redirect. Continue past it. Say "connect my bank" and log in at your bank.
State lives in ~/.bankmcp. Delete the folder to forget everything.
Any container host works. The server needs a persistent volume at /data
and a public https address; it asks you for everything else in the browser.
Railway: New Project, Deploy from GitHub repo, pick this repo. Add a
volume mounted at /data and generate a domain (Settings, Networking, port
8080). The Dockerfile and railway.json are picked up
automatically, and the server learns its own address from Railway.
Docker Compose on your own box: docker compose up -d, then put a TLS
terminator in front (Caddy needs two lines:
YOUR-HOST { reverse_proxy localhost:8080 }) and set BASE_URL to the
public address. Fly.io works like Railway: volume at /data, the app name
gives the address.
Open the address. A fresh server shows a setup page.
The setup page lists the exact values Enable Banking's form asks for: the redirect URL, a description for the consent screen, and the privacy and terms URLs, all pointing at your server. At https://enablebanking.com/cp/applications create an application with them:
.pem file downloads once when you
save; that is the key. The application id (a UUID) is shown after saving.Back on the setup page: paste the application id, choose the .pem file, pick
a password of twelve characters or more. Everything is stored on the volume,
and the page turns into a status page showing the connector URL for your
assistant.
Prefer configuration by environment? Set these and the setup page does not appears:
| Variable | Value |
|---|---|
EB_APP_ID |
the application id |
EB_PRIVATE_KEY |
the .pem contents, base64: base64 -i app.pem | tr -d '\n' |
ADMIN_PASSWORD_HASH |
output of npm run hash-password (or set ADMIN_PASSWORD) |
BASE_URL |
https://YOUR-HOST (Railway and Fly set this for you) |
DEFAULT_COUNTRY |
your country code, e.g. DK |
APP_NAME |
optional, the name shown on the sign-in and status pages (default BankMCP™) |
Optional: NOTIFY_WEBHOOK_URL for watch notifications and sign-in alerts (a
Slack incoming webhook works). Full list in .env.example.
npm run check verifies a configuration from a terminal.
In claude.ai (or the desktop app): Settings → Connectors → Add custom
connector. Name it BankMCP™, paste https://YOUR-HOST/mcp, save, then click
Connect. Your server shows a password page; enter the admin password. That
is the only login you will do.
In Claude Code:
claude mcp add --transport http bank https://YOUR-HOST/mcp
then run /mcp inside Claude Code to sign in.
Other MCP clients (ChatGPT, Mistral Le Chat, Cursor, VS Code) work the same
way: add the URL as a remote MCP server, sign in with the password. Tested
with Claude, Claude Code and Ollama; the others follow the same standard.
A client whose domain is not in ALLOWED_REDIRECT_HOSTS needs adding there.
In your assistant, say "connect my bank" (or use the connect-bank prompt). It
looks up your bank, gives you a link, you log in at the bank and approve, and
the accounts appear. Consents last up to 180 days; you are told when one
is about to expire and the same conversation renews it.
Give accounts labels ("Everyday", "Joint expenses", "Mortgage") when it suggests them. Every tool accepts labels instead of ids.
Enable Banking's production environment normally requires a contract, but it has a restricted mode for accessing your own accounts, explicitly allowed for individual non-commercial use. After registering a Production application:
Read the Restriction of Use section of Enable Banking's Terms of Service before you rely on it: restricted mode is for your own accounts, not for offering a service to others. This project does not change those terms.
Tools (all read-only):
| Tool | What it does |
|---|---|
list_banks, start_consent, consent_status, disconnect_bank |
connect and manage banks |
list_accounts, set_account_label |
accounts with booked balances; your own names for them |
get_balances |
booked and available balance for one account |
get_transactions |
signed amounts, one counterparty, one description; paginated |
create_watch, list_watches, delete_watch, check_watches |
background rules with webhook notifications |
Prompts: connect-bank, monthly-summary, build-budget,
subscription-audit, unusual-transactions.
Watches run on the server. Rules: balance below or above an amount, a
single debit over an amount, an incoming or outgoing payment matching a name,
and "tell me if this payment has not arrived by this date". Accounts are
checked at most four times a day, the PSD2 limit for unattended access.
Notifications go to NOTIFY_WEBHOOK_URL as a Slack message or a JSON POST.
Enable Banking's own webhooks cover payment initiation only, so account data is polled. There is no way around that under PSD2.
The repository is also a Claude Code plugin marketplace. The bank plugin
brings three skills: /bank:setup walks you through installing BankMCP™ on
your machine, /bank:deploy through hosting it, and bank encodes how to work
with the data: an account map, categorisation rules, the monthly review format
and when to create watches.
Point it at your server, then install:
export OPENBANK_URL=https://YOUR-HOST/mcp # put this in your shell profile
/plugin marketplace add noskillish/bankmcp
/plugin install bank@bank
Then /mcp, select bank, Authenticate, and enter your password. No
organisation admin is involved; plugins are per user.
The skill lives at plugin/skills/bank/SKILL.md. Copy it into your own skills to fill in the account map and your merchant rules. The server stays generic; your rules stay yours.
The server does not care which model asks. npm run chat bridges an
Ollama model to the same tools over stdio, so no AI
vendor sees a transaction:
ollama pull qwen3:8b
npm run chat -- "what's my balance?"
Measured on a MacBook Air with 24 GB: correct per-account balances, a wrong total, ten minutes per answer. An 8B model is not yet