Server data from the Official MCP Registry
Connect AI agents to bank accounts, transactions, balances, and investments.
Connect AI agents to bank accounts, transactions, balances, and investments.
Remote endpoints: streamable-http: https://mcp.banksync.io
Valid MCP server (5 strong, 4 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
13 files analyzed · 2 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: BANKSYNC_API_KEY
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
Talk to your bank data. Connect AI agents to real bank accounts — transactions, balances, investments, and loans — across 15,000+ financial institutions.
BankSync MCP is an open Model Context Protocol server with 28 tools that gives Claude, ChatGPT, Cursor, VS Code, and other AI agents secure, read-write access to your financial data. Sync to Notion, Google Sheets, and Airtable — all through conversation.
Get your API key at banksync.io/developers. BankSync runs as a remote MCP server — no install required:
URL: https://mcp.banksync.io
Transport: Streamable HTTP
Header: X-API-Key: your-key
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"banksync": {
"type": "http",
"url": "https://mcp.banksync.io",
"headers": {
"X-API-Key": "your-key"
}
}
}
}
claude mcp add --transport http banksync https://mcp.banksync.io \
--header "X-API-Key: your-key"
Add to .cursor/mcp.json:
{
"mcpServers": {
"banksync": {
"url": "https://mcp.banksync.io",
"headers": {
"X-API-Key": "your-key"
}
}
}
}
Add to .vscode/mcp.json:
{
"servers": {
"banksync": {
"type": "http",
"url": "https://mcp.banksync.io",
"headers": {
"X-API-Key": "your-key"
}
}
}
}
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"banksync": {
"serverUrl": "https://mcp.banksync.io",
"headers": {
"X-API-Key": "your-key"
}
}
}
}
For clients that don't support remote HTTP servers, use the npm package as a local bridge:
npx -y @banksync/mcp # Node.js
pip install banksync-mcp && banksync-mcp # Python
Set BANKSYNC_API_KEY=your-key as an environment variable. The package bridges stdio to https://mcp.banksync.io automatically.
Example config (any stdio client):
{
"mcpServers": {
"banksync": {
"command": "npx",
"args": ["-y", "@banksync/mcp"],
"env": {
"BANKSYNC_API_KEY": "your-key"
}
}
}
}
Setup guides for all clients: banksync.io/developers/mcp-setup
Ask your AI agent questions like:
28 tools across 7 categories. Full reference with parameters and examples: docs/TOOLS.md
| Category | Tools | What They Do |
|---|---|---|
| Discovery | get_data_type_schema, list_feed_sources | Discover available fields and feed source types |
| Workspace | list_workspaces, get_workspace, list_integrations, delete_integration | Manage workspaces and connected destinations |
| Banks | list_banks, get_bank, create_bank_link, connect_bank, delete_bank | Connect and manage bank connections |
| Accounts | list_accounts, get_account | Fetch live account data from institutions |
| Financial Data | get_transactions, get_balance, get_holdings, get_trades, get_loan | Query transactions, balances, investments, loans |
| Feeds | list_feeds, get_feed, create_feed, update_feed, validate_feed, delete_feed | Build automated data pipelines |
| Jobs | list_jobs, get_job, trigger_sync, cancel_job | Run and monitor sync jobs |
AI Agent (Claude, ChatGPT, Cursor, ...)
↓ Streamable HTTP
mcp.banksync.io (Cloudflare Workers)
↓ Bank APIs
Plaid (US/UK/CA) · Basiq (AU/NZ)
↓ Sync
Notion · Google Sheets · Airtable
See docs/ARCHITECTURE.md for details.
1. list_workspaces → find your workspace
2. list_banks → see connected banks
3. list_accounts → discover accounts
4. get_transactions → fetch financial data
5. list_integrations → find your Notion/Sheets connection
6. get_data_type_schema → discover available field mappings
7. create_feed → set up an automated pipeline
8. trigger_sync → run it
| Provider | Coverage | Data Types |
|---|---|---|
| Plaid | US, UK, Canada — 12,000+ institutions | Transactions, balances, investments, loans |
| Basiq | Australia, New Zealand — 3,000+ institutions | Transactions, balances |
| Email extraction | Global | AI-extracted structured data from forwarded emails |
| File upload | Global | AI-extracted data from PDFs, images, documents |
| Destination | Capabilities |
|---|---|
| Notion | Sync to Notion databases |
| Google Sheets | Sync to spreadsheets (row or column direction) |
| Airtable | Sync to Airtable tables |
See SECURITY.md for our security policy and vulnerability reporting.
Use the MCP Inspector to test and debug the server:
BANKSYNC_API_KEY=your-key npx @modelcontextprotocol/inspector npx -y @banksync/mcp
Or connect the inspector directly to the remote server:
npx @modelcontextprotocol/inspector --url https://mcp.banksync.io --header "X-API-Key: your-key"
| Doc | Description |
|---|---|
| docs/TOOLS.md | Complete tools reference with parameters and examples |
| docs/ARCHITECTURE.md | Architecture, transport, and deployment details |
| docs/AGENTS.md | Guide for AI agents: best practices, prompt patterns, workflows |
| CLAUDE.md | Context for AI coding assistants working on this repo |
| SECURITY.md | Security policy and vulnerability reporting |
| banksync.io/developers | Full API documentation |
| banksync.io/developers/mcp-setup | Per-client setup guides |
BankSync's privacy policy is available at banksync.io/privacy. BankSync never stores banking credentials — authentication is delegated to Plaid and Basiq. API keys are scoped per workspace and all data is encrypted in transit.
MIT — see LICENSE.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.