MCP server exposing 4 tools for exchange.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/exchange/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
get_rate — Get the current exchange rate between two currencies (e.g., USD, EUR). Returns the rate value and timestamp.convert — Convert an amount from one currency to another at current rates. Returns the converted amount and the exchange rate applied.get_historical_rate — Get the exchange rate between two currencies on a specific date (format: YYYY-MM-DD). Returns the historical rate and date.get_currencies — List all supported currencies with codes and full names. Use to verify currency codes before converting or checking rates.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/exchange/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io