Walutomat MCP Server
Enables SEPA transfers from wallets where destination account numbers are provided in IBAN format, supporting European payment operations.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Walutomat MCP Serverwhat's the current EUR to PLN exchange rate?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Walutomat MCP Server (Beta!)
A Model Context Protocol (MCP) server that provides AI applications with access to Walutomat's currency exchange services and real-time exchange rates.
Overview
This MCP server enables AI assistants to interact with Walutomat, Poland's leading online currency exchange platform, allowing users to:
Get real-time currency exchange rates
Place currency exchange orders
Initiate transfers internally, as well as within SEPA and SWIFT zones
Related MCP server: Money Lover MCP Server
Usage Examples
Basic Rate Query
User: What's the current EUR to PLN exchange rate?
Assistant: I'll check the current EUR to PLN exchange rate for you using Walutomat.Currency Conversion
User: How much is 500 USD in Polish Złoty?
Assistant: I'll convert 500 USD to PLN using current Walutomat rates.Market Information
User: What currencies can I exchange on Walutomat?
Assistant: Let me get the list of supported currencies from Walutomat.Available Tools
This package provides following tools
account-balance- Returns wallet balanceaccount-history- Returns wallet history - operations recorded on the wallettransfer-status- Learn transfer status and detailstransfer-to-wallet- Requests new internal transfer from own wallet to another wallet operated by Currency One.transfer-to-iban- Requests new transfer from wallet where destination account number is provided in IBAN formattransfer-to-sepa- Requests new SEPA transfer from wallet where destination account number is provided in IBAN formattransfer-to-noniban- Requests new transfer from wallet to non-IBAN destinationsdirect-fx-rates- Returns current exchange rate (buy and sell) offered by Currency One for specified currency pairdirect-fx-order- Requests currency exchange at rate provided by Currency Onemarket-fx-order- Platform allows to submit buy or sell order with price limit. Orders shall concern one of currency pairs listed on Walutomat marketmarket-best-offers- Returns 10 best bids and asks on currency pair in questionmarket-active-orders- Returns active orders, ordered by most recently submitted.
Configuration
Claude Desktop
Add the server to your Claude Desktop configuration file:
MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%/Claude/claude_desktop_config.json
json
{
"mcpServers": {
"walutomat": {
"command": "node",
"args": ["dist/index.js"],
"env": {
"WALUTOMAT_API_KEY": "Walutomat API key",
"WALUTOMAT_KEY_PATH": "path to RSA private key required to sign requests to Walutomat API",
"WALUTOMAT_API_URL": "https://api.walutomat.dev for Sandbox or https://api.walutomat.pl for Prod",
"WALUTOMAT_DRY_RUN": "true or false- true to run in dryRun mode, no real transactions are made. False otherwise. Use with caution!"
}
}
}
}Environment Variables
Create a .env file in the project root:
WT_API_KEY=your-api-key-if-requiredDevelopment
Building from Source
# Install dependencies
npm install
# Build the project
npm run buildContributing
Fork the repository
Create a feature branch (
git checkout -b feature/amazing-feature)Commit your changes (
git commit -m 'Add amazing feature')Push to the branch (
git push origin feature/amazing-feature)Open a Pull Request
License
This project is licensed under the MIT License - see the LICENSE file for details.
Disclaimer
This is an unofficial integration with Walutomat. Please refer to Walutomat's terms of service and API documentation for official usage guidelines.
Support
Issues: GitHub Issues
Documentation: MCP Documentation
Walutomat: Official Website
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides tools for interacting with the Alpaca Trading API, enabling trading operations like getting account information, placing/canceling orders, listing positions, and accessing market data.MIT
- AlicenseAqualityDmaintenanceEnables AI assistants to interact with Money Lover personal finance app through unofficial REST API. Supports authentication, wallet management, transaction querying, and creating new transactions for expense tracking.6204ISC

Ultrade MCP Serverofficial
AlicenseCqualityDmaintenanceEnables interaction with the Ultrade API to manage wallets, execute market orders, and access real-time trading data. It provides tools for account authentication, market depth analysis, and system status monitoring.3594MIT- AlicenseAqualityDmaintenanceEnables AI assistants to query and manage personal finance data through the unofficial Money Lover REST API. It provides 27 tools covering authentication, wallets, categories, transactions, events, debts, and static configuration with both read and write capabilities.3320ISC
Related MCP Connectors
Wise (https://wise.com) MCP, multi-currency account access via Personal Token + SCA key. Reads profi
Convert currencies, get FX rates, and query historical ECB exchange rate data.
Solana MCP for wallets, trades, markets, PnL, transfers, onchain data, signable swaps and API tools.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jpospychala/walutomat-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server