get_series
ActiveTool of mcp-boe-uk
Fetch one or more Bank of England IADB series by code over a date range. Requires BoE series codes (e.g. IUDBEDR = Bank Rate, IUDSOIA = SONIA, XUDLUSS = USD/GBP, XUDLERS = EUR/GBP). Use list_known_series or the convenience tools (bank_rate, sonia, usd_gbp, eur_gbp) if you do not know the code. Returns parsed JSON: one entry per series with observations [{date, value}].
Parameters schema
{
"type": "object",
"required": [
"series_codes",
"from"
],
"properties": {
"to": {
"type": "string",
"description": "End date \"DD/Mon/YYYY\", ISO \"YYYY-MM-DD\", or \"now\" (default \"now\")."
},
"from": {
"type": "string",
"description": "Start date \"DD/Mon/YYYY\" (e.g. \"01/Jan/2024\") or ISO \"YYYY-MM-DD\"."
},
"series_codes": {
"type": "array",
"items": {
"type": "string"
},
"description": "BoE series codes, e.g. [\"IUDBEDR\",\"IUDSOIA\"]. Also accepts a single comma-separated string."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-boe-uk
https://github.com/pipeworx-io/mcp-boe-uk
2/7 registries