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

io.github.moureauf/boe-mcp

NPM · BOE-MCP · SCANNED AUG 3

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

Available components

+34 this week 80 Trust /100
Trust breakdown (6 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 →

Supply Chain Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency97
  • 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 23 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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 Management23
  • Stability observed for 7 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
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · boe-mcp

# add to Claude Code
claude mcp add moureauf-boe-mcp -- npx -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"]
// 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.

  • 3 Aug 26 +1

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

  • 2 Aug 26 +58
    • Install scripts: unverified → pass security
    • Provenance: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • The attested source repository moved: moureauf/boe-mcp security
    • Dependency health: unverified → partial functional
    • Stability: unverified → 0.20 functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Schema quality: unverified → excellent functional
    • License: unverified → pass functional
    • Licence: MIT functional
  • 1 Aug 26 −7
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 31 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 46

    First indexed and scored.

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 3 Aug 2026 · Analysed npm/[email protected]

Provenance verified

Ecosystem: npm · Outcome: verified

Reason: verified

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
Discovery method:
attestation_endpoint
Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

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.

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.