Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.moureauf/boe-mcp

NPM · BOE-MCP · SCANNED SEP 20

Bank of England base rate, rate history, historical lookup, and next MPC meeting date over stdio.

Available components

0 this week 95 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 95 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency100
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to moureauf/boe-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 71 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability81
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 662 tokens (~82/item across 8 items; 8 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
  • Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 8 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 8 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.moureauf/boe-mcp server?

io.github.moureauf/boe-mcp runs locally as an npm package, launched with npx -y boe-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · boe-mcp

# add to Claude Code
claude mcp add moureauf-boe-mcp -- npx -y boe-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "moureauf-boe-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "boe-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "moureauf-boe-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "boe-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add moureauf-boe-mcp -- npx -y boe-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "moureauf-boe-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "boe-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add moureauf-boe-mcp --command npx --arg -y --arg boe-mcp
# ~/.hermes/config.yaml
mcp_servers:
  moureauf-boe-mcp:
    command: "npx"
    args: ["-y", "boe-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "moureauf-boe-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "boe-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add moureauf-boe-mcp -t stdio -c npx -a -y boe-mcp
// mcp.json
{
  "mcpServers": {
    "moureauf-boe-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "boe-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 15 Sept 26 0
    • Stability: 0.97 → pass security
  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 9 Sept 26 −3
    • Stability: pass → 0.80 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/boe-mcp@0.2.0

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo moureauf/boe-mcp
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/moureauf/boe-mcp/.github/workflows/publish.yml@refs/heads/main
Rekor log index 2141627331
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:0345230a02afa87039953cac0b2491087cae0cc350137a55cdcf2696e988a233f75ec8a8528264295b88842d24740cae81f2156dc0692f13b9327d991

Background: How many MCP packages publish verified provenance →

Dependencies 95 packages
Packages resolved 95
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 8 exposed · ~662 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
get_current_rate ~37

Get the current Bank of England base rate, the date it took effect, and how many whole months it has been held at this level.

Input schema present but exposes no named parameters.

NameTypeReqDescription
cachedAtstringyesWhen the data was fetched (ISO 8601 timestamp)
effectiveDatestringyesDate the current level took effect
monthsHeldintegeryesWhole months the rate has been at this level
ratenumberyesCurrent base rate in percent, e.g. 3.75
sourcestringyesURL the data was fetched from
stalebooleanPresent and true when the BoE was unreachable and this is stale cached data

No examples provided.

get_mpc_dates ~58

Get every upcoming Bank of England Monetary Policy Committee announcement date on the published schedule (typically a year or more ahead), each with the number of calendar days until it. Use get_next_mpc_meeting when only the next date is needed.

Input schema present but exposes no named parameters.

NameTypeReqDescription
cachedAtstringyesWhen the data was fetched (ISO 8601 timestamp)
datesarrayyesAll published announcement dates on or after today, ascending
sourcestringyesURL the data was fetched from
stalebooleanPresent and true when the BoE was unreachable and this is stale cached data

No examples provided.

get_next_mpc_meeting ~34

Get the date of the next scheduled Bank of England Monetary Policy Committee announcement and the number of days until it.

Input schema present but exposes no named parameters.

NameTypeReqDescription
cachedAtstringyesWhen the data was fetched (ISO 8601 timestamp)
datestringyesDate of the next MPC announcement
daysUntilintegeryesCalendar days from today until the announcement
sourcestringyesURL the data was fetched from
stalebooleanPresent and true when the BoE was unreachable and this is stale cached data

No examples provided.

get_rate_at ~54

Get the Bank of England base rate that was in force on a specific historical date, and when that level took effect.

NameTypeReqDescription
datestringyesThe date to look up, ISO 8601 (YYYY-MM-DD)
NameTypeReqDescription
cachedAtstringyesWhen the data was fetched (ISO 8601 timestamp)
datestringyesThe queried date
effectiveDatestringyesDate this rate level took effect
ratenumberyesBase rate in percent in force on that date
sourcestringyesURL the data was fetched from
stalebooleanPresent and true when the BoE was unreachable and this is stale cached data

No examples provided.

get_rate_history ~60

Get the last N Bank of England base rate changes: date, new rate, and the move in basis points vs the previous level (null for the earliest known entry).

NameTypeReqDescription
limitintegerNumber of rate changes to return (default 10)
NameTypeReqDescription
cachedAtstringyesWhen the data was fetched (ISO 8601 timestamp)
entriesarrayyes
sourcestringyesURL the data was fetched from
stalebooleanPresent and true when the BoE was unreachable and this is stale cached data

No examples provided.

get_rate_stats ~157

Get summary statistics of the Bank of England base rate over a date range: minimum and maximum (with the date each level first applied), the time-weighted average, and the rates in force at the start and end of the window with the net move in basis points. Both dates are optional — omit them for the full available history through today. The rate level in force on the start date counts even if it took effect earlier.

NameTypeReqDescription
fromstringStart of the window, ISO 8601 (YYYY-MM-DD). Defaults to the start of the available series
tostringEnd of the window (inclusive), ISO 8601 (YYYY-MM-DD). Defaults to today; must not be in the future
NameTypeReqDescription
averagenumberyesTime-weighted average rate in percent: each level weighted by the number of calendar days it was in force within the window (not a plain mean of the sparse change points), rounded to 4 decimal places
cachedAtstringyesWhen the data was fetched (ISO 8601 timestamp)
changeBpsintegeryesNet move over the window: endRate minus startRate, in basis points
endRatenumberyesRate in percent in force on the window end date
fromstringyesEffective window start used (the first available data point when `from` was omitted or predates the series)
maxobjectyes
minobjectyes
sourcestringyesURL the data was fetched from
stalebooleanPresent and true when the BoE was unreachable and this is stale cached data
startRatenumberyesRate in percent in force on the window start date
tostringyesEffective window end used (today when `to` was omitted)

No examples provided.

get_series ~189

Fetch observations for any Bank of England IADB statistical series by its code (e.g. IUDSOIA for SONIA, XUDLUSS for USD/GBP). Optionally restrict to a date range and cap how many of the most recent points are returned. Use list_series to discover codes; any valid IADB code works, not only catalogued ones.

NameTypeReqDescription
fromstringOnly return observations on or after this ISO 8601 date (YYYY-MM-DD)
limitintegerMaximum number of most-recent observations to return after date filtering (default 50, max 500)
seriesCodestringyesIADB series code, e.g. IUDSOIA, XUDLUSS, IUMBV34 (case-insensitive)
tostringOnly return observations on or before this ISO 8601 date (YYYY-MM-DD)
NameTypeReqDescription
cachedAtstringyesWhen the data was fetched (ISO 8601 timestamp)
frequencystringObservation cadence, present when the code is catalogued
namestringSeries name, present when the code is catalogued
pointsarrayyes
seriesCodestringyesThe resolved (uppercased) IADB series code
sourcestringyesURL the data was fetched from
stalebooleanPresent and true when the BoE was unreachable and this is stale cached data
unitstringValue unit, present when the code is catalogued

No examples provided.

list_series ~73

List a curated catalog of well-known Bank of England IADB statistical series (policy rates, market rates, exchange rates, household rates) with their code, name, description, unit and frequency. Use this to discover series codes to pass to get_series. get_series also accepts any other IADB code, not only these.

Input schema present but exposes no named parameters.

NameTypeReqDescription
notestringyesNote explaining that get_series accepts any IADB code, not only the listed ones
seriesarrayyes

No examples provided.

Common questions

What is the io.github.moureauf/boe-mcp server?

io.github.moureauf/boe-mcp is listed in the public MCP registry as io.github.moureauf/boe-mcp. Bank of England base rate, rate history, historical lookup, and next MPC meeting date over stdio. This page covers its npm package (boe-mcp).

Is the io.github.moureauf/boe-mcp server safe to use?

io.github.moureauf/boe-mcp scores 95 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.moureauf/boe-mcp server expose?

io.github.moureauf/boe-mcp exposes 8 tools: get_current_rate, get_rate_history, get_rate_at, get_rate_stats, get_next_mpc_meeting, and 3 more. Their descriptions and schemas cost roughly 662 tokens of context every time the server is loaded.

Is the io.github.moureauf/boe-mcp server still maintained?

io.github.moureauf/boe-mcp is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.moureauf/boe-mcp server under?

io.github.moureauf/boe-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.