Connects Claude to the Bank of Israel's public APIs without requiring authentication. The source doesn't list specific tools, but you'd use this when you need real-time Israeli economic data like exchange rates, interest rates, inflation figures, or other official statistics published by Israel's central bank. Part of the Pipeworx gateway ecosystem, so you can either point directly at this single-purpose server or connect to their full gateway for access to 600+ other data sources. Includes an ask_pipeworx wrapper that handles tool selection and argument mapping from natural language queries. Useful for financial analysis, economic research, or any application tracking Israeli monetary policy and market data.
Bank of Israel public API MCP. Keyless.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"boi-il": {
"url": "https://gateway.pipeworx.io/boi-il/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Boi Il data" })
The gateway picks the right tool and fills the arguments automatically.
MIT