Banksync MCP Server
Rank #12532pulsemcp/banksync
MCP server providing mcp capabilities
Banksync MCP Server is a Model Context Protocol (MCP) server published by banksynchq. It ranks #12532 of 58,900 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.
Ranks ahead of 46,368 of 58,900 servers on MCP Toplist.
Use Banksync MCP Server
Add Banksync MCP Server to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
{
"mcpServers": {
"banksync": {
"url": "https://mcp.banksync.io/"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"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.
{
"mcpServers": {
"banksync": {
"command": "uvx",
"args": [
"banksync-mcp"
],
"env": {
"BANKSYNC_API_KEY": "<your BANKSYNC_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 2 registries
banksynchq
Available versions (2)
| Version | Published |
|---|---|
| 1.0.2 | Mar 19, 2026 |
| 0.1.0 | Nov 25, 2024 |
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.