Real-time currency exchange rates and crypto prices via MCP. Convert between 60+ fiat currencies and 30+ cryptocurrencies with multi-source failover across
5 providers.
4 tools: convert_currency, batch_convert, get_exchange_rates, get_historical_rate.
Features:
- Fiat-to-fiat, crypto-to-fiat, fiat-to-crypto, and crypto-to-crypto conversions
- Batch convert to up to 50 currencies in one call
- Historical rates with time-series data and change statistics
- Smart currency resolution — natural language input ("dollars", "bitcoin", "rupees")
- Multi-source failover: ExchangeRate-API, fawazahmed0, Frankfurter, Coinbase, CoinGecko
- No upstream API keys needed
Pay-per-event pricing starting at $0.003 per conversion.
Server Config
{
"mcpServers": {
"currency-exchange": {
"url": "https://vector384--currency-exchange-mcp.apify.actor/mcp",
"headers": {
"Authorization": "Bearer apify_api_IQQJqqNVLMdimHmIKSdBGo8fFR4POu3gOkc6>"
}
}
}
}