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.
Related MCP Servers
- Flicense-qualityDmaintenanceAn MCP Server that provides a conversational interface to the UK Open Banking account information API, allowing agents to interact with bank account data through natural language commands.
- Flicense-qualityDmaintenanceAn MCP server that provides access to Mastercard's BIN Table Resource API, allowing users to look up and interact with Bank Identification Number data through natural language queries.
- Flicense-qualityFmaintenanceAn MCP server that provides access to personal financial data from Monarch Money, allowing users to retrieve account information, transactions, budgets, goals, and net worth through natural language queries.15
- Alicense-qualityDmaintenanceAn MCP server that enables AI assistants to retrieve and format Monobank account statements and transactions by date range.84MIT
Related MCP Connectors
MCP Server for agents to onboard, pay, and provision services autonomously with InFlow
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
MCP server for Appcircle mobile CI/CD platform.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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