trackmcp
Back to directory

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.

0 stars JavaScriptOthers Updated Mar 31, 2026
ai-agentcryptocurrencydefiforexmcpmcp-server

Documentation

fx-mcp

MCP server for AI agents — real-time FX rates, crypto quotes, DeFi yields, and market data.

Install

bash
# Claude Code
claude mcp add fx-mcp -- npx fx-mcp

# Manual
npx fx-mcp

8 Tools

ToolDescriptionSource
`get_fx_rate`Real-time FX rate with Wise competitor comparisonECB + Wise
`get_crypto_quote`Crypto token swap estimateCoinGecko
`estimate_total_cost`Compare Wise vs bank vs crypto for cross-border paymentsMulti
`convert_currency`Quick conversion across 166 fiat currenciesOpen Exchange Rates
`get_rate_history`Historical FX rates (up to 90 days)ECB
`get_stablecoin_yields`Top DeFi yields for USDC, USDT, DAI, EURCDeFi Llama
`get_market_overview`Market snapshot: ECB rate, fear/greed, gas, FXMulti
`list_supported_pairs`Available fiat + crypto currencies

Examples

  • "What is the EUR to USD rate right now?"
  • "Convert 5000 EUR to Turkish Lira"
  • "What is the cheapest way to send 2000 EUR to GBP?"
  • "Where can I get the best yield on USDC?"
  • "Give me a market overview"
  • "Show me EUR/GBP rate history for the last 30 days"
  • "Get me a quote to swap 1000 USDC to SOL"

No API keys required

All data sources are public and free:

  • ECB Data API (FX rates, interest rates)
  • Wise Comparison API (provider rates)
  • CoinGecko (crypto prices)
  • DeFi Llama (yields)
  • Open Exchange Rates (166 currencies)
  • Alternative.me (Fear & Greed Index)

License

MIT

Frequently asked questions

What is fx-mcp?

fx-mcp is 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.

How do I install fx-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is fx-mcp open source?

Yes — it is hosted on GitHub at https://github.com/lamcearber-spec/fx-mcp.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP