exchange_rate

Pack: boi-il · Endpoint: https://gateway.pipeworx.io/boi-il/mcp

Current Bank of Israel representative exchange rate for a single currency vs the Israeli Shekel (ILS), by 3-letter ISO code. Returns currentExchangeRate (shekels per unit), currentChange (%), unit, and lastUpdate. Note unit (e.g. JPY is per 100). Example keys: USD, EUR, GBP, JPY, CHF, CAD, AUD.

Parameters

NameTypeRequiredDescription
keystringyes3-letter ISO currency code, e.g. “USD” or “EUR”.

Example call

curl -X POST https://gateway.pipeworx.io/boi-il/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"exchange_rate","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "boi-il": {
      "url": "https://gateway.pipeworx.io/boi-il/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 2, 2026