MBBank MCP Server
Supports running the MCP server in a Docker container, allowing containerized deployment with proper environment variable configuration for MB Bank credentials.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@MBBank MCP Servershow my account balances"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MBBank MCP Server
MCP server for MBBank API helping monitoring and analytics transactions and balances.
Requirements
Python 3.10 or higher
Related MCP server: Mastercard BIN Table MCP Server
Usage
Install in Claude Desktop
Follow the MCP install guide, use the following configuration:
Note
Replace<your_username>and<your_password>with your actual MB Bank credentials.
You should not setenvvariables for username and password, as it errors python runtime.
{
"mcpServers": {
"mbbank": {
"command": "uvx",
"args": [
"mbbank-mcp",
"--username=<your_username>",
"--password=<your_password>"
]
}
}
}With docker, you can use the following this configuration:
{
"mcpServers": {
"mbbank": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"MBBANK_USERNAME",
"-e",
"MBBANK_PASSWORD",
"thedtvn/mbbank-mcp:latest"
],
"env": {
"MBBANK_USERNAME": "<your_username>",
"MBBANK_PASSWORD": "<your_password>"
}
}
}
}Standalone MCP Server
To run the MCP server standalone, add the --sse flag to enable SSE mode (default is stdio mode).
The --username and --password flags are optional - you can also set them as environment variables MBBANK_USERNAME and MBBANK_PASSWORD.
You can specify --host and --port flags for the server address (default: localhost:3000).
uvx mbbank-mcp --username=<your_username> --password=<your_password> --host=localhost --port=3000 --sse License
This project is licensed under the MIT License. See the LICENSE file for details.
FAQ
Is this MCP server free to use?
Yes, this MCP server is free to use.
Dose this MCP is safe to use?
Yes this mcp core is mbbank-lib you can check it https://mbbank.readthedocs.io/en/stable/
Disclaimer
This project is not affiliated with MBBank. Use it responsibly and at your own risk.
The author is not liable for any damage or loss resulting from the use of this library.
Always ensure you comply with MBBank's terms of service and security guidelines when using this mcp.
Legal
Any takedown requests or legal problems from MBBank can contact the author at:
Email: mbbankmcp-legal@thedt.id.vn
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/thedtvn/mbbank-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server