Currency Converter API
io.github.Br0ski777/currency-converterFiat and crypto currency conversion — ECB + CoinGecko rates. x402 micropayment.
Tools · 1
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…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"currency_converter_api": {
"url": "https://currency-converter-x402-production.up.railway.app/mcp",
"transport": "sse"
}
}
}