bank-api
The Bank API is a design reference project suitable to bootstrap development for a compliant and modern API.
The Bank API provides a comprehensive framework for developing APIs that adhere to modern compliance standards. It incorporates best practices from OWASP, OpenAPI specifications, and various regulatory requirements, ensuring that developers can create secure and efficient APIs with ease. The project is designed to facilitate quick onboarding and development, making it an ideal starting point for teams looking to implement robust banking solutions. Additionally, the Bank API emphasizes clarity and structure, guided by specific naming conventions and design rules. This ensures that the APIs are not only functional but also easy to understand and maintain. With its live API and MCP server, developers can explore the capabilities of the system and leverage its features to build compliant applications.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"bank-api": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-bank-api"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions