Provides keyless access to Peru's Central Reserve Bank economic statistics and time series data through the BCRP API. Part of the Pipeworx gateway ecosystem, which means you can either connect directly to this single source or use the full gateway for 250+ data sources. Includes an ask_pipeworx natural language interface so you can query economic indicators without knowing the exact tool names or parameters. Useful when building applications that need Peruvian inflation rates, GDP figures, exchange rates, or monetary policy data. Runs over streamable HTTP, so no local installation required.
Banco Central de Reserva del Perú (BCRP) statistics series API MCP. Keyless.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"bcrp-pe": {
"url": "https://gateway.pipeworx.io/bcrp-pe/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Bcrp Pe data" })
The gateway picks the right tool and fills the arguments automatically.
MIT