The Bank API MCP server provides a reference implementation for compliant and modern banking APIs. It exposes endpoints for account management, transactions, and payments. It connects to banking systems and payment processors. Developers use it to bootstrap banking API development and ensure compliance with industry standards.
The Bank API MCP server provides a reference implementation for compliant and modern banking APIs. It exposes endpoints for account management, transactions, and payments. It connects to banking systems and payment processors. Developers use it to bootstrap banking API development and ensure compliance with industry standards.
Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"erwinkramer-bank-api-github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-erwinkramer-bank-api-github"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from bank api?"
API Key Required
This server requires an API key from bank api. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| BANK_API_API_KEY | Yes | Your bank api API key |
"What resources are available in bank api?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in bank api"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in bank api with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.