get_series
Pack: boe-uk · Endpoint: https://gateway.pipeworx.io/boe-uk/mcp
Fetch one or more Bank of England IADB series by code over a date range. Requires BoE series codes
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
series_codes | array | yes | BoE series codes, e.g. [“IUDBEDR”,“IUDSOIA”]. Also accepts a single comma-separated string. |
items | string | no | |
from | string | yes | Start date “DD/Mon/YYYY” (e.g. “01/Jan/2024”) or ISO “YYYY-MM-DD”. |
to | string | no | End date “DD/Mon/YYYY”, ISO “YYYY-MM-DD”, or “now” (default “now”). |
Example call
curl -X POST https://gateway.pipeworx.io/boe-uk/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_series","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"boe-uk": {
"url": "https://gateway.pipeworx.io/boe-uk/mcp"
}
}
}
See Getting Started for client-specific install steps.