pipeworx-io/mcp-exchangerate
MCP server for currency exchange rates via open.er-api.com
Platform-specific configuration:
{
"mcpServers": {
"mcp-exchangerate": {
"command": "npx",
"args": [
"-y",
"mcp-exchangerate"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for currency exchange rates via open.er-api.com. No authentication required.
| Tool | Description | |------|-------------| | get_rates | Get all exchange rates for a given base currency | | get_pair | Get the exchange rate from one currency to another |
Call any tool through the hosted gateway with zero setup:
curl -X POST https://gateway.pipeworx.io/mcp \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "exchangerate_get_pair",
"arguments": { "from": "USD", "to": "EUR" }
}
}'MIT
Loading reviews...