An MCP server that brings your Monobank account data directly into AI conversations.
{
"mcpServers": {
"monobank-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
An MCP server that brings your Monobank account data directly into AI conversations.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
MIT. View license →
Is it maintained?
Last commit 94 days ago. 3 stars.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
No automated test available for this server. Check the GitHub README for setup instructions.
No known vulnerabilities.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationHave you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
MCP server for Robokassa payment API — generate payment URLs, check invoice status. First MCP for R
MCP server for Financial Modeling Prep API with 250+ financial data tools
Non-custodial x402 payments for AI agents. Sign locally, spend limits, Base network.
MCP Security Weekly
Get CVE alerts and security updates for Monobank Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server that brings your Monobank account data directly into AI conversations. Access account balances, transaction history, and currency rates seamlessly within Claude Desktop and other MCP-compatible applications through Monobank's official open API.
To use this MCP server, you need:
Note: Requires Docker to be installed on your system.
Pull the Docker image:
docker pull makyarm/monobank-mcp-server:latest
Configure your MCP client (e.g., Claude Desktop):
On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"monobank": {
"command": "docker",
"args": [
"run", "--rm", "-i",
"-e", "MONOBANK_API_TOKEN=your_api_token",
"makyarm/monobank-mcp-server:latest"
]
}
}
}
Replace your_api_token with your actual Monobank API token.
Restart Claude Desktop to load the new configuration.
Clone and build the project:
git clone https://github.com/yourusername/monobank-mcp-server.git
cd monobank-mcp-server
mvn clean package
The JAR file will be created in the /target directory.
Configure your MCP client (e.g., Claude Desktop):
On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"monobank": {
"command": "java",
"args"