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
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
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
claude mcp add moureauf-boe-mcp -- npx -y boe-mcp
codex mcp add moureauf-boe-mcp -- npx -y boe-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"moureauf-boe-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"boe-mcp"
],
"enabled": true
}
}
} openclaw mcp add moureauf-boe-mcp --command npx --arg -y --arg boe-mcp
mcp_servers:
moureauf-boe-mcp:
command: "npx"
args: ["-y", "boe-mcp"] {
"mcpServers": {
"moureauf-boe-mcp": {
"command": "npx",
"args": [
"-y",
"boe-mcp"
]
}
}
} 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.
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.
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.
get_current_rate Current BoE base 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.
| Name | Type | Req | Description |
|---|---|---|---|
| cachedAt | string | yes | When the data was fetched (ISO 8601 timestamp) |
| effectiveDate | string | yes | Date the current level took effect |
| monthsHeld | integer | yes | Whole months the rate has been at this level |
| rate | number | yes | Current base rate in percent, e.g. 3.75 |
| source | string | yes | URL the data was fetched from |
| stale | boolean | — | Present and true when the BoE was unreachable and this is stale cached data |
No examples provided.
get_mpc_dates Upcoming MPC announcement 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.
| Name | Type | Req | Description |
|---|---|---|---|
| cachedAt | string | yes | When the data was fetched (ISO 8601 timestamp) |
| dates | array | yes | All published announcement dates on or after today, ascending |
| source | string | yes | URL the data was fetched from |
| stale | boolean | — | Present and true when the BoE was unreachable and this is stale cached data |
No examples provided.
get_next_mpc_meeting 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.
| Name | Type | Req | Description |
|---|---|---|---|
| cachedAt | string | yes | When the data was fetched (ISO 8601 timestamp) |
| date | string | yes | Date of the next MPC announcement |
| daysUntil | integer | yes | Calendar days from today until the announcement |
| source | string | yes | URL the data was fetched from |
| stale | boolean | — | Present and true when the BoE was unreachable and this is stale cached data |
No examples provided.
get_rate_at BoE base rate on a date ~54
Get the Bank of England base rate that was in force on a specific historical date, and when that level took effect.
| Name | Type | Req | Description |
|---|---|---|---|
| date | string | yes | The date to look up, ISO 8601 (YYYY-MM-DD) |
| Name | Type | Req | Description |
|---|---|---|---|
| cachedAt | string | yes | When the data was fetched (ISO 8601 timestamp) |
| date | string | yes | The queried date |
| effectiveDate | string | yes | Date this rate level took effect |
| rate | number | yes | Base rate in percent in force on that date |
| source | string | yes | URL the data was fetched from |
| stale | boolean | — | Present and true when the BoE was unreachable and this is stale cached data |
No examples provided.
get_rate_history BoE base 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).
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | Number of rate changes to return (default 10) |
| Name | Type | Req | Description |
|---|---|---|---|
| cachedAt | string | yes | When the data was fetched (ISO 8601 timestamp) |
| entries | array | yes | — |
| source | string | yes | URL the data was fetched from |
| stale | boolean | — | Present and true when the BoE was unreachable and this is stale cached data |
No examples provided.
get_rate_stats BoE base rate statistics over a range ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| from | string | — | Start of the window, ISO 8601 (YYYY-MM-DD). Defaults to the start of the available series |
| to | string | — | End of the window (inclusive), ISO 8601 (YYYY-MM-DD). Defaults to today; must not be in the future |
| Name | Type | Req | Description |
|---|---|---|---|
| average | number | yes | Time-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 |
| cachedAt | string | yes | When the data was fetched (ISO 8601 timestamp) |
| changeBps | integer | yes | Net move over the window: endRate minus startRate, in basis points |
| endRate | number | yes | Rate in percent in force on the window end date |
| from | string | yes | Effective window start used (the first available data point when `from` was omitted or predates the series) |
| max | object | yes | — |
| min | object | yes | — |
| source | string | yes | URL the data was fetched from |
| stale | boolean | — | Present and true when the BoE was unreachable and this is stale cached data |
| startRate | number | yes | Rate in percent in force on the window start date |
| to | string | yes | Effective window end used (today when `to` was omitted) |
No examples provided.
get_series Get a BoE IADB time 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.
| Name | Type | Req | Description |
|---|---|---|---|
| from | string | — | Only return observations on or after this ISO 8601 date (YYYY-MM-DD) |
| limit | integer | — | Maximum number of most-recent observations to return after date filtering (default 50, max 500) |
| seriesCode | string | yes | IADB series code, e.g. IUDSOIA, XUDLUSS, IUMBV34 (case-insensitive) |
| to | string | — | Only return observations on or before this ISO 8601 date (YYYY-MM-DD) |
| Name | Type | Req | Description |
|---|---|---|---|
| cachedAt | string | yes | When the data was fetched (ISO 8601 timestamp) |
| frequency | string | — | Observation cadence, present when the code is catalogued |
| name | string | — | Series name, present when the code is catalogued |
| points | array | yes | — |
| seriesCode | string | yes | The resolved (uppercased) IADB series code |
| source | string | yes | URL the data was fetched from |
| stale | boolean | — | Present and true when the BoE was unreachable and this is stale cached data |
| unit | string | — | Value unit, present when the code is catalogued |
No examples provided.
list_series List known BoE IADB 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.
| Name | Type | Req | Description |
|---|---|---|---|
| note | string | yes | Note explaining that get_series accepts any IADB code, not only the listed ones |
| series | array | yes | — |
No examples provided.