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
| Name | Type | Required | Description |
|---|---|---|---|
indicator | string | yes | Indicador name in Portuguese, e.g. “IPCA”, “Selic”, “PIB Total”, “Câmbio”. |
reference_year | string | no | DataReferencia year to filter, e.g. “2026”. Optional. |
top | integer | no | Max rows to return (default 10, max 100). Ordered by survey Data descending. |
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":"focus_expectations","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.