sgs_series

Pack: bcb-br · Endpoint: https://gateway.pipeworx.io/bcb-br/mcp

Fetch any Banco Central do Brasil SGS time series by numeric code.

Parameters

NameTypeRequiredDescription
codeintegeryesSGS series code, e.g. 432 (Selic target).
lastintegernoReturn only the most recent N observations, e.g. 12. Omit for full/ranged series.
startstringnoStart date dd/MM/yyyy, e.g. “01/01/2025”. Optional.
endstringnoEnd date dd/MM/yyyy, e.g. “31/12/2025”. Optional.

Example call

curl -X POST https://gateway.pipeworx.io/bcb-br/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"sgs_series","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "bcb-br": {
      "url": "https://gateway.pipeworx.io/bcb-br/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 29, 2026