MCP.so
Sign In
Servers

Monobank MCP Server

@todesstoss

A Monobank MCP (Model Context Protocol) Server

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "monobank": {
      "command": "npx",
      "args": [
        "-y",
        "@dirgen/monobank-mcp"
      ],
      "env": {
        "MONOBANK_API_TOKEN": "your_token_here"
      }
    }
  }
}

More from Other