BankSync✓
io.banksync/mcp · v1.0.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.banksync/mcp",
"description": "Connect AI agents to bank accounts, transactions, balances, and investments.",
"title": "BankSync",
"repository": {
"url": "https://github.com/banksynchq/banksync-mcp",
"source": "github"
},
"version": "1.0.2",
"websiteUrl": "https://banksync.io/developers",
"packages": [
{
"registryType": "npm",
"identifier": "@banksync/mcp",
"version": "1.0.2",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your BankSync API key from https://banksync.io/developers",
"isRequired": true,
"isSecret": true,
"name": "BANKSYNC_API_KEY"
}
]
},
{
"registryType": "pypi",
"identifier": "banksync-mcp",
"version": "1.0.2",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your BankSync API key from https://banksync.io/developers",
"isRequired": true,
"isSecret": true,
"name": "BANKSYNC_API_KEY"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.banksync.io"
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}