boe-mcp

moureauf/boe-mcp
★ 0 stars TypeScript Code/Dev Tools Updated today
MCP server exposing Bank of England base rate data (current rate, history, next MPC meeting) over stdio.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "boe-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "moureauf/boe-mcp"
      ]
    }
  }
}

README Excerpt

An MCP (Model Context Protocol) server that gives Claude Code — or any MCP client — live Bank of England data: the base rate (current level, change history, statistics over any period, and the rate in force on any past date), **any series from the BoE's IADB statistical database** (SONIA, exchange rates, quoted mortgage rates, and thousands more, with a curated catalog to start from), and the Monetary Policy Committee meeting schedule. It runs over stdio by default (with an opt-in Streamable HTT

Tools (11)

BOE_CACHE_TTL_MINUTESBOE_MCP_HTTP_HOSTBOE_MCP_HTTP_PORTget_current_rateget_mpc_datesget_next_mpc_meetingget_rate_atget_rate_historyget_rate_statsget_serieslist_series

Topics

bank-of-englandclaudeinterest-ratesmcpmodel-context-protocolmonetary-policystdiotypescript