@pipeworx/mcp-exchangerate
v1.0.0
Published
MCP server for currency exchange rates via open.er-api.com
Maintainers
Readme
mcp-exchangerate
MCP server for currency exchange rates via open.er-api.com. No authentication required.
Tools
| Tool | Description |
|------|-------------|
| get_rates | Get all exchange rates for a given base currency |
| get_pair | Get the exchange rate from one currency to another |
Quickstart via Pipeworx Gateway
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" }
}
}'License
MIT
