← Index

BankSync

io.banksync/mcp·v1.0.2·Other
Quality Score
94
/100

Connect AI agents to bank accounts, transactions, balances, and investments.

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://mcp.banksync.io
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@banksync/mcp"
      ],
      "env": {
        "BANKSYNC_API_KEY": "<your-banksync_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@banksync/mcp"
      ],
      "env": {
        "BANKSYNC_API_KEY": "<your-banksync_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @banksync/mcp
Claude Desktop (uvx)
{
  "mcpServers": {
    "mcp": {
      "command": "uvx",
      "args": [
        "banksync-mcp"
      ],
      "env": {
        "BANKSYNC_API_KEY": "<your-banksync_api_key>"
      }
    }
  }
}
§02  Environment variables
BANKSYNC_API_KEY
requiredsecret

Your BankSync API key from https://banksync.io/developers

BANKSYNC_API_KEY
requiredsecret

Your BankSync API key from https://banksync.io/developers

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
20
installability
25
documentation
15
stability
10
§04  Alternatives in Other