Connection check
local install
monobank-mcp-server
MCP server for Monobank API — currency rates, client info, and account statements
Tools
3
GitHub stars
8
Installs / wk
—
Licence
MIT
Transport
stdio
Last checked
never
Tools & capabilities
3 toolsRead from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.
get_client_info
from source
get_currency_rates
from source
Get the list of currency exchange rates from Monobank. This is a public endpoint and does not require an API token. Monobank permits only one request per 5 minutes, so the response… Get the list of currency exchange rates from Monobank. This is a public endpoint and does not require an API token. Monobank permits only one request per 5 minutes, so the response is cached in memory for 5 minutes: calls made within that window return the cached rates instead of failing with a rate-limit error.
get_statement
from source