@pipeworx/exchange
Connect: https://gateway.pipeworx.io/exchange/mcp · Install: one-click buttons
Tools: 4
Tools
- 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.
Tools
-
convert— Convert an amount from one currency to another at current rates. Returns the converted amount and the exchange rate applied. -
get_currencies— List all supported currencies with codes and full names. Use to verify currency codes before converting or checking rates. -
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_rate— Get the current exchange rate between two currencies (e.g., USD, EUR). Returns the rate value and timestamp.