Enables SEPA transfers from wallets where destination account numbers are provided in IBAN format, supporting European payment operations.
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
Usage Examples
Basic Rate Query
Currency Conversion
Market Information
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
Environment Variables
Create a .env
file in the project root:
Development
Building from Source
Contributing
- 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
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Provides tools for managing wallet operations, transfers, and currency exchanges through the Walutomat platform, including balance checking, transfers, and market operations.
Related MCP Servers
- -securityFlicense-qualityEnables AI to interact with Chromia Wallet for sending $CHR transactions.Last updated -1TypeScript
- AsecurityAlicenseAqualityFacilitates interaction with Ethereum blockchain data via Etherscan's API, providing real-time access to balances, transactions, token transfers, contract ABIs, gas prices, and ENS name resolutions.Last updated -6313TypeScriptMIT License
- -securityFlicense-qualityThis server provides a robust interface for Binance spot trading operations, including secure management of API credentials, execution and management of spot orders, and monitoring of account balances and open orders.Last updated -1697TypeScript
Base MCP Serverofficial
-securityAlicense-qualityProvides onchain tools for Claude AI to interact with the Base blockchain and Coinbase API, enabling wallet management, fund transfers, and smart contract deployment.Last updated -136204TypeScriptMIT License