pipeworx-io/mcp-exchange
MCP server for currency exchange rates — conversion, historical rates, and currency lists
Platform-specific configuration:
{
"mcpServers": {
"mcp-exchange": {
"command": "npx",
"args": [
"-y",
"mcp-exchange"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Exchange MCP — wraps the Frankfurter currency exchange API (free, no auth)
Part of the Pipeworx open MCP gateway.
| Tool | Description | |------|-------------| | get_rate | Get the current exchange rate between two currencies (e.g., USD to EUR). | | convert | Convert an amount from one currency to another at the current exchange rate. | | get_currencies | List all currencies supported by the Frankfurter API with their full names. |
Add to your MCP client config:
{
"mcpServers": {
"exchange": {
"url": "https://gateway.pipeworx.io/exchange/mcp"
}
}
}Or use the CLI:
npx pipeworx use exchangeMIT
Loading reviews...