The Bank API is a design reference project suitable to bootstrap development for a compliant and modern API.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"bank-api": {
"command": "npx",
"args": [
"-y",
"erwinkramer/bank-api"
]
}
}
}
Run in terminal:
claude mcp add bank-api npx -y erwinkramer/bank-api
Add to .cursor/mcp.json:
{
"mcpServers": {
"bank-api": {
"command": "npx",
"args": [
"-y",
"erwinkramer/bank-api"
]
}
}
}