Skip to content
Back to search
90
MCP v1.0.0 sse

Currency Converter API

io.github.Br0ski777/currency-converter

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

Uptime
0.0%
1 direct probes · 30d
Response
193ms
last probe
Tools
1
callable
Resources
0
readable
Prompts
0
available

Tools · 1

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 t…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "currency_converter_api": {
      "url": "https://currency-converter.api.klymax402.com/mcp",
      "transport": "sse"
    }
  }
}