# Currency Converter API MCP server

Fiat and crypto currency conversion — ECB + CoinGecko rates. x402 micropayment.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-br0ski777-currency-converter
- Repository: https://github.com/Br0ski777/currency-converter-x402
- Website: https://github.com/Br0ski777/currency-converter-x402

## Install
- Endpoint: https://currency-converter.api.klymax402.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://currency-converter.api.klymax402.com/mcp

## Tools
- finance_convert_currency - Use this when you need to convert between any currencies -- both fiat (USD, EUR, GBP, JPY) and crypto (BTC, ETH, SOL). Returns conversion result in JSON.

1. convertedAmount: the resulting amount in target currency
2. exchangeRate: the rate used for conversion
3. from: source currency code
4. to: target currency code
5. amount: original amount provided
6. rateSource: data source used (ECB for fiat, CoinGecko for crypto)
7. timestamp: when the rate was fetched

Example output: {"convertedAmount":2815.40,"exchangeRate":0.9218,"from":"USD","to":"EUR","amount":3054.00,"rateSource":"ECB","timestamp":"2026-04-13T12:00:00Z"}

Use this FOR price conversions across fiat and crypto in a single call. Essential for international pricing, invoice generation, and portfolio valuation in local currency.

Do NOT use for market data or charts -- use finance_get_token_price instead. Do NOT use for DeFi swap quotes -- use dex_get_swap_quote instead. Do NOT use for wallet balances -- use wallet_get_portfolio instead. Endpoint: https://currency-converter.api.klymax402.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Br0ski777
- Version: 1.1.0
- Runtime: Sse
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
