MCP (Model Context Protocol) server for integrating with Monobank API.
Server Config
{
"mcpServers": {
"monobank": {
"command": "npx",
"args": [
"monobank-mcp-server"
],
"env": {
"MONOBANK_API_TOKEN": "your_token_here"
}
}
}
}