SERVER

Banksync MCP Server

Rank #13137

pulsemcp/banksync

MCP server providing mcp capabilities

First listed
Mar 19, 2026
Last publish date
Mar 19, 2026
OVERVIEW

Banksync MCP Server is a Model Context Protocol (MCP) server published by banksynchq. It ranks #13137 of 58,832 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Banksync MCP Server is listed across 2 registries — Official MCP and PulseMCP, with 2 tracked versions. It was first listed on Mar 19, 2026 and most recently updated on Mar 19, 2026.

STANDING
#13,137of 58,832 tracked serversTop 25%

Ranks ahead of 45,695 of 58,832 servers on MCP Toplist.

CONNECT

Use Banksync MCP Server

Add Banksync MCP Server to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.

Remote · HTTP
{
  "mcpServers": {
    "banksync": {
      "url": "https://mcp.banksync.io/"
    }
  }
}

This endpoint requires authentication — see the server’s docs for credentials.

npm package
{
  "mcpServers": {
    "banksync": {
      "command": "npx",
      "args": [
        "-y",
        "@banksync/mcp"
      ],
      "env": {
        "BANKSYNC_API_KEY": "<your BANKSYNC_API_KEY>"
      }
    }
  }
}

Replace each placeholder with your own value before saving.

Python package (PyPI)
{
  "mcpServers": {
    "banksync": {
      "command": "uvx",
      "args": [
        "banksync-mcp"
      ],
      "env": {
        "BANKSYNC_API_KEY": "<your BANKSYNC_API_KEY>"
      }
    }
  }
}

Replace each placeholder with your own value before saving.

REGISTRIES

Listed on 2 registries

ORGANIZATION

banksynchq

Organization
Total servers
1
Total versions
2
VERSIONS

Available versions (2)

VersionPublished
1.0.2Mar 19, 2026
0.1.0Nov 25, 2024
FAQ

Frequently asked questions

What is Banksync MCP Server?
MCP server providing mcp capabilities
Who maintains Banksync MCP Server?
Banksync MCP Server is maintained by banksynchq, which publishes 1 MCP server (2 total versions) tracked on MCP Toplist.
Is Banksync MCP Server an official MCP server?
Yes — Banksync MCP Server is listed on the Official MCP Registry, alongside PulseMCP.
How many versions does Banksync MCP Server have?
MCP Toplist tracks 2 versions of Banksync MCP Server, most recently published on Mar 19, 2026.
Where can I find the source code for Banksync MCP Server?
The source code for Banksync MCP Server is hosted at github.com/banksynchq/banksync-mcp.
EXPLORE