MCP server exposing 5 tools for bcb-br.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/bcb-br/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
sgs_series — Fetch any Banco Central do Brasil SGS time series by numeric code. Common codes: 432=Selic target, 11=Selic daily, 433=IPCA inflation, 1=USD/BRL PTAX sell, 21619=USD/BRL, 4389=CDI. Returns [{data:"dd/MM/yyyy", valor:"..."}]. Use "last" for the most recent N observations, or a date range.indicator — Convenience lookup for common Brazilian macro indicators by friendly name (no SGS code needed). names: selic_target, selic_daily, ipca, usd_brl_ptax, usd_brl, cdi. Returns the latest N observations with the series label and unit.list_indicators — List the friendly indicator names available to the "indicator" tool, with their SGS codes and units.ptax_usd — Official PTAX USD/BRL quote for a specific business day (buy + sell rate, timestamp). Returns {cotacaoCompra, cotacaoVenda, dataHoraCotacao}. Quotes are not published on weekends/holidays.focus_expectations — Focus market expectations survey — annual median/mean forecasts from ~150 economists. Filter by indicator (e.g. "IPCA", "Selic", "PIB Total", "Câmbio", "IGP-M") and optionally reference year. Returns latest survey rows with Media, Mediana, Minimo, Maximo, numeroRespondentes.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/bcb-br/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io