bank_rate

Pack: boe-uk · Endpoint: https://gateway.pipeworx.io/boe-uk/mcp

Latest N observations of the Bank of England official Bank Rate (series IUDBEDR), most recent first.

Parameters

NameTypeRequiredDescription
lastnumbernoNumber of most-recent observations (default 10).

Example call

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

Connect

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

{
  "mcpServers": {
    "boe-uk": {
      "url": "https://gateway.pipeworx.io/boe-uk/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 29, 2026