lamcearber-spec/fx-mcp
MCP server for AI agents — real-time FX rates, crypto quotes, DeFi yields, and market data. 8 tools, 6 data sources, no API keys needed.
Platform-specific configuration:
{
"mcpServers": {
"fx-mcp": {
"command": "npx",
"args": [
"-y",
"fx-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for AI agents — real-time FX rates, crypto quotes, DeFi yields, and market data.
# Claude Code
claude mcp add fx-mcp -- npx fx-mcp
# Manual
npx fx-mcp| Tool | Description | Source | |------|-------------|--------| | get_fx_rate | Real-time FX rate with Wise competitor comparison | ECB + Wise | | get_crypto_quote | Crypto token swap estimate | CoinGecko | | estimate_total_cost | Compare Wise vs bank vs crypto for cross-border payments | Multi | | convert_currency | Quick conversion across 166 fiat currencies | Open Exchange Rates | | get_rate_history | Historical FX rates (up to 90 days) | ECB | | get_stablecoin_yields | Top DeFi yields for USDC, USDT, DAI, EURC | DeFi Llama | | get_market_overview | Market snapshot: ECB rate, fear/greed, gas, FX | Multi | | list_supported_pairs | Available fiat + crypto currencies | — |
All data sources are public and free:
MIT
Loading reviews...