Banco Central do Brasil Connector for AI agents.
5 live capabilities
Get real-time Brazilian inflation and market forecast data.
Waiting for input…
Why people use Banco Central do Brasil
BCB Inflação for Brazilian Macroeconomic Trends
The BCB Inflação MCP changes that by putting the data where you already work. Instead of hunting for numbers, you just ask your agent to pull them. You get the latest results instantly, whether you're looking for the official CPI or the latest market expectations. It turns a five-minute search into a five-second query.
What Vinkius changes
You get real-time Brazilian economic data without leaving your AI chat.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Updating commercial lease agreements
An investor asks their agent to pull the latest IGP-M figures to calculate the next rent increase for a retail space.
- Real-world use case 02
Calculating annual wage adjustments
An HR manager asks for the latest INPC index to determine the minimum wage adjustment for a large workforce.
- Real-world use case 03
Analyzing market sentiment
An analyst asks for the median inflation expectations from the Focus Report to see how the market views the year-end.
Complete set · 5capabilities
The complete Banco Central do Brasil capability set.
These are the exact actions your AI can choose when you ask it to work with Banco Central do Brasil.
01—03
3 capabilities in this set.
Part of 5 available through Banco Central do Brasil.
- 01 Capability
Get igpm
Get the IGP-M index used for rent and contracts. It shows the breakdown of wholesale, consumer, and construction costs.
- 02 Capability
Get ipca
Retrieve the IPCA, the official consumer price index. This is the primary target for Brazil's inflation goals.
- 03 Capability
Get ipca15
Get the IPCA-15 advance reading. It is the primary indicator the market watches for upcoming inflation trends.
04—05
2 capabilities in this set.
Part of 5 available through Banco Central do Brasil.
- 04 Capability
Get inpc
Pull the INPC index for families earning 1 to 5 minimum wages. This is the standard reference for wage adjustments.
- 05 Capability
Get expectativas inflacao
Fetch market forecasts from the Focus Report. It includes medians, averages, and standard deviations for various indicators.
Set up in minutes
One URL. Then ask Banco Central do Brasil to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Banco Central do Brasil from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_0yxP4sniTgYjVMiRxZRz9m2733wNtPQPtZ2IWWLx/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Banco Central do Brasil, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Banco Central do Brasil for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_0yxP4sniTgYjVMiRxZRz9m2733wNtPQPtZ2IWWLx/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Banco Central do Brasil URL.
- Step 03
Save and start
Save the connection and enable Banco Central do Brasil in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"bcb-inflacao-ipca-igp-m-inpc-e-expectativas": {
"url": "https://edge.vinkius.com/vk_preview_0yxP4sniTgYjVMiRxZRz9m2733wNtPQPtZ2IWWLx/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Banco Central do Brasil
Open Agent mode in chat and ask: "Using Banco Central do Brasil, help me...". 5 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"bcb-inflacao-ipca-igp-m-inpc-e-expectativas": {
"url": "https://edge.vinkius.com/vk_preview_0yxP4sniTgYjVMiRxZRz9m2733wNtPQPtZ2IWWLx/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Banco Central do Brasil
Ask Copilot: "Using Banco Central do Brasil, help me...". 5 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"bcb-inflacao-ipca-igp-m-inpc-e-expectativas": {
"url": "https://edge.vinkius.com/vk_preview_0yxP4sniTgYjVMiRxZRz9m2733wNtPQPtZ2IWWLx/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Banco Central do Brasil
Open Cascade and ask: "Using Banco Central do Brasil, help me...". 5 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"bcb-inflacao-ipca-igp-m-inpc-e-expectativas": {
"url": "https://edge.vinkius.com/vk_preview_0yxP4sniTgYjVMiRxZRz9m2733wNtPQPtZ2IWWLx/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Banco Central do Brasil
Ask Cline: "Using Banco Central do Brasil, help me...". 5 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add bcb-inflacao-ipca-igp-m-inpc-e-expectativas --transport http "https://edge.vinkius.com/vk_preview_0yxP4sniTgYjVMiRxZRz9m2733wNtPQPtZ2IWWLx/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Banco Central do Brasil
Ask Claude: "Using Banco Central do Brasil, show me...". 5 tools are ready
Where the request belongs
Work Banco Central do Brasil can move forward.
This Connector is for anyone who needs to monitor Brazilian macroeconomics without manual data scraping, from real estate investors to HR managers.
Macroeconomic Analyst
They use this to quickly pull Focus Report medians and IPCA trends for weekly market reports.
Real Estate Investor
They use this to get accurate IGP-M figures for adjusting commercial lease agreements.
HR Manager
They use this to check the INPC index when calculating annual wage adjustments for employees.
Financial Researcher
They use this to gather historical and current inflation data for economic modeling.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsBCB Full — Inteligência Financeira Completa do Brasil
The definitive Brazil Central Bank Mega-Server: 22 capabilities spanning PTAX dollar quotes, 150+ currencies, Selic rates, CDI, IPCA/IGP-M inflation, Focus Survey expectations, GDP, debt, PIX, and universal access to 20,000+ SGS statistical time series.
BCB Economia — PIB, Dívida, Reservas, PIX e SGS
Brazilian economic indicators: monthly GDP proxy (IBC-Br), public debt/GDP ratio, international reserves, trade balance, unemployment rate (PNAD), PIX payment statistics, and universal access to 20,000+ BCB time series via SGS codes.
BCB Juros — Selic, CDI e Expectativas Focus
Brazilian interest rates: Selic target rate (COPOM decisions), daily effective Selic rate, CDI (interbank deposit certificate rate), and Focus Survey market expectations for future Selic rates from Brazil's Central Bank.
BLS Prices — Consumer Price Index (CPI) & Inflation
Access the official source of US inflation data. Retrieve the Consumer Price Index (CPI-U), Producer Price Index (PPI), and precise historic metrics on the cost of living using the BLS v2 API.
MDIC (Comércio Exterior)
Access Brazilian foreign trade data from MDIC. list datasets, search for trade packages, and query the datastore for export/import statistics.
IBGE Censo & SIDRA — Dados Censitários
Access Brazil's official census and statistical data: GDP, population, employment, inflation (IPCA), agricultural production, and thousands of SIDRA aggregate tables. the backbone of Brazilian economic intelligence.
Bring your own AI
Change the model, client or framework. Keep Banco Central do Brasil connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Banco Central do Brasil.
The practical details behind the request, access and result.
Can I use BCB Inflação MCP to check Brazilian rent prices?
Yes, you can use it to pull the IGP-M index, which is the standard benchmark for rent and contract adjustments in Brazil.
Does BCB Inflação MCP show the official CPI?
Yes, it provides the official IPCA, which is the primary consumer price index used as the inflation target by the Central Bank.
How can I get market forecasts with BCB Inflação MCP?
You can ask your agent to retrieve the Focus Report data to see median and average inflation expectations from market participants.
Can BCB Inflação MCP help with wage adjustment calculations?
Yes, it can pull the INPC index, which is the primary reference for wage adjustments for families earning 1 to 5 minimum wages.
Is BCB Inflação MCP for all countries?
No, this Connector is specifically designed to provide economic data from the Banco Central do Brasil for the Brazilian market.
Can I get advance inflation readings with BCB Inflação MCP?
Yes, you can use it to pull the IPCA-15, which provides an early look at inflation trends before the official numbers are released.
What is the difference between IPCA and IGP-M?
IPCA measures consumer prices (retail) for families with 1-40 minimum wages and is the official inflation target. IGP-M includes wholesale (60% IPA), consumer (30% IPC) and construction (10% INCC) prices, making it more volatile. IGP-M is used to adjust rents and contracts.
Are Focus expectations updated regularly?
Yes. Market macroeconomic estimates are extracted fresh and synced weekly, mirroring the Monday morning official issues.
Why should I use the INPC metric?
INPC restricts the coverage to households earning 1 to 5 minimum wages. It is predominantly requested by HR analysts when updating labor union contracts or social benefits bounds.
One connection away
Give your agent a direct line to Banco Central do Brasil.
Connect Banco Central do Brasil once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available