BankSync LogoBankSync

Products

Bank Feeds logo
Bank FeedsLive

Live transactions, balances & investments from your bank

Document Extractor logo
Document ExtractorAI

AI-powered extraction from receipts, invoices & statements

Explore

IntegrationsCoverageComparisonsSystem Status

Learn

Guides

Step-by-step tutorials and getting-started walkthroughs

Blog

Financial insights, tips and product updates

Explore

Use CasesTemplatesNotion Budget Guide

Build

REST API

Full endpoint reference for banks, transactions, feeds & more

MCP Server

Connect ChatGPT, Claude, Cursor & more to your financial data

Resources

Dev HubAuthenticationMCP ToolsError Handling
Pricing
Sign InGet Started
Developer Hub
Guides
Overview
Authentication
Resources & Types
Error Handling
REST API
API Reference
MCP Server
Connect Your Agent
Claude CodeClaude DesktopChatGPTCursorWindsurfVS CodeNotionWarpTypeScript SDKPython SDK
Tools Reference

Connect BankSync to Claude Code

Claude Code is Anthropic's CLI for Claude. Add BankSync as an MCP server with a single command. See the Claude Code docs for more details.

Prerequisites

  • A BankSync account with at least one connected bank
  • An API key with all permission scopes (created from Workspace menu → Developers)

Option 1: CLI Command

Run this command in your terminal to register BankSync as an MCP server:

Terminal
claude mcp add --transport http banksync https://mcp.banksync.io \
--header "X-API-Key: bsk_your_api_key_here"

Option 2: JSON Config

Alternatively, use the JSON config command:

Terminal
claude mcp add-json banksync '{
"type": "http",
"url": "https://mcp.banksync.io",
"headers": {
"X-API-Key": "bsk_your_api_key_here"
}
}'

Option 3: Project Config File

For project-level configuration, add to .mcp.json in your project root. This approach supports environment variable expansion:

.mcp.json
{
"mcpServers": {
"banksync": {
"type": "http",
"url": "https://mcp.banksync.io",
"headers": {
"X-API-Key": "${BANKSYNC_API_KEY}"
}
}
}
}

Tip: Run /mcp inside Claude Code to verify your MCP servers are connected and see the available tools.

Verify Your Connection

After configuring your client, restart it and try these prompts to verify the connection is working:

“List my workspaces”

“What banks do I have connected?”

“What’s my checking account balance?”

Troubleshooting

“No tools available” or MCP server not listed

  • Make sure you restarted your AI client after editing the configuration file.
  • Verify the JSON is valid (no trailing commas, correct brackets).
  • Check that the URL is exactly https://mcp.banksync.io.

“Authentication failed” or “Invalid API key”

  • Confirm the key starts with bsk_ and has not been revoked.
  • Ensure the key is in the headers object under X-API-Key.
  • Check for accidental whitespace or newlines around the key value.

Tools are listed but return errors

  • Verify your API key has the required scopes. For full access, select all scopes when creating the key.
  • Make sure you have at least one bank connected in the BankSync app.
  • Check that you are passing the correct workspace ID when prompted.

Connection timeout or network errors

  • The MCP server uses Streamable HTTP transport. Ensure your network or proxy allows outbound HTTPS connections.
  • If using a VPN or firewall, allow connections to mcp.banksync.io.
  • Try the connection from a different network to rule out local issues.

BankSync LogoBankSync

Connect to 10k+ financial institutions across the United States and Canada. Sync your financial transactions to Notion, Airtable and more for budgeting.

X (formerly Twitter)InstagramTikTok

Product

  • Bank Feeds
  • Document Extractor
  • Integrations
  • Bank Coverage
  • Use Cases
  • Guides
  • Pricing
  • System Status

Alternatives

  • YNAB
  • Xero
  • QuickBooks
  • Monarch Money
  • Rocket Money
  • Empower
  • All Comparisons

Developers

  • Developer Hub
  • Authentication
  • Resources & Types
  • API Reference
  • MCP Setup
  • MCP Tools
  • Error Handling

Company

  • Security
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Affiliate Program

© 2026 BankSync. The ultimate personal finance tracker for syncing financial transactions to Notion, Airtable, Google Sheets™, and more.