usd-fx-rates
x402/usd-fx-ratesReal-time USD exchange rates to 160+ currencies (EUR, GBP, JPY, CNY, and more), updated daily. Useful for AI agents that pay in USDC and need to convert or display prices in other currencies. Returns the rate of 1 USD against every supported currency plus the last-update timestamp. No API key required. [x402: $0.002/call on base-mainnet, category=data]
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"usd-fx-rates": {
"url": "https://bazaar-gateway.vercel.app/api/usd-fx-rates?_src=x402scout",
"transport": "http"
}
}
}