get_series
Pack: bcrp-pe · Endpoint: https://gateway.pipeworx.io/bcrp-pe/mcp
Time-series data from the Banco Central de Reserva del Perú (BCRP) statistics API. Pass one or more BCRP
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
series | string | yes | One or more BCRP series codes joined with ”-”, e.g. “PD04722MM” or “PD04638PD-PD04640PD”. |
start | string | no | Start period in the frequency’s format: daily YYYY-M-D, monthly YYYY-M, annual YYYY. Omit for full history. |
end | string | no | End period, same format as start. Requires start. Omit for latest. |
lang | string | no | Response language: “ing” (English, default) or “esp” (Spanish). |
Example call
curl -X POST https://gateway.pipeworx.io/bcrp-pe/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": {
"bcrp-pe": {
"url": "https://gateway.pipeworx.io/bcrp-pe/mcp"
}
}
}
See Getting Started for client-specific install steps.