focus_expectations

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

Focus market expectations survey — annual median/mean forecasts from ~150 economists.

Parameters

NameTypeRequiredDescription
indicatorstringyesIndicador name in Portuguese, e.g. “IPCA”, “Selic”, “PIB Total”, “Câmbio”.
reference_yearstringnoDataReferencia year to filter, e.g. “2026”. Optional.
topintegernoMax rows to return (default 10, max 100). Ordered by survey Data descending.

Example call

Arguments

{
  "indicator": "IPCA",
  "reference_year": "2026"
}

curl

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":"focus_expectations","arguments":{"indicator":"IPCA","reference_year":"2026"}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('focus_expectations', {
  "indicator": "IPCA",
  "reference_year": "2026"
});

More examples

{
  "indicator": "Selic",
  "top": 5
}

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 August 28, 2026