Monobank runs on your own machine — the client starts it, so there is no endpoint to ping. 43 installs a week from npm. Last commit 2 Aug 2026.
MCP server for Monobank API — currency rates, client info, and account statements
Today is the operative word: we check Monobank every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add monobank-mcp-server -- npx -y monobank-mcp-server
{
"mcpServers": {
"monobank-mcp-server": {
"args": [
"-y",
"monobank-mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.monobank-mcp-server]
command = "npx"
args = ["-y", "monobank-mcp-server"]
{
"mcpServers": {
"monobank-mcp-server": {
"args": [
"-y",
"monobank-mcp-server"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"monobank-mcp-server": {
"args": [
"-y",
"monobank-mcp-server"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
MONOBANK_API_TOKEN (Monobank personal API token obtained from https://api.monobank.ua/).
The author declared them in the registry entry; get the values from the project itself.
MCP server for Sberbank API — accounts, statements. Bearer token auth.
MCP server for UK Parliament Questions and Statements API
MCP server for Wise — multi-currency accounts, FX, international transfers, quotes, recipients
MCP server for Central Bank of Russia API — currency rates, key rate, precious metals, conversion.
HTTP MCP Client-Server for video enhancement API
MCP server for ActionForge: expose your account's tools to Claude and any MCP client.
MCP server for UK Parliament Statutory Instruments API
CLI and MCP server for the Qonto banking API
Answers built from our own checks of this server.