IBGE Agregados (SIDRA) Connector for AI agents.
5 live capabilities
Access official Brazilian demographic and economic statistics directly.
Waiting for input…
Why people use IBGE Agregados (SIDRA)
IBGE Agregados (SIDRA) for Brazilian Statistical Analysis
This Connector lets you skip that entire process. You just tell your agent what you are looking for, and it pulls the metadata and variables for you. You get the exact data you need without ever having to open a browser tab.
What Vinkius changes
That it turns a complex government database into a direct chat interface for Brazilian statistics.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Finding GDP data
A researcher asks for 'PIB' data and the agent finds the specific aggregate ID using list_agregados.
- Real-world use case 02
Checking census variables
A developer needs to see if 'number of companies' is in a specific table and uses get_variaveis to confirm.
- Real-world use case 03
Geographic filtering
An analyst wants to know if a dataset covers specific municipalities and checks the levels with get_localidades.
Complete set · 5capabilities
The complete IBGE Agregados (SIDRA) capability set.
These are the exact actions your AI can choose when you ask it to work with IBGE Agregados (SIDRA).
01—03
3 capabilities in this set.
Part of 5 available through IBGE Agregados (SIDRA).
- 01 Capability
Get localidades
Use get_localidades to find out which geographic regions like states or cities are included in a report. You can confirm if the data covers the specific areas you need to study.
- 02 Capability
Get metadados
Use get_metadados to fetch the full context and methodology for a specific data aggregate. This ensures you understand the background of the numbers you are analyzing.
- 03 Capability
Get periodos
Use get_periodos to check which years or months are covered by a particular dataset. It helps you verify if the survey has enough historical depth for your project.
04—05
2 capabilities in this set.
Part of 5 available through IBGE Agregados (SIDRA).
- 04 Capability
Get variaveis
Use get_variaveis to see every specific data point available within a chosen survey. This allows you to confirm exactly what information is included before you start your work.
- 05 Capability
List agregados
Use list_agregados to search and filter through the various official IBGE surveys and tables. It helps you find the correct data source for your research topic without manual browsing.
Set up in minutes
One URL. Then ask IBGE Agregados (SIDRA) to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use IBGE Agregados (SIDRA) 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_gztrRO9h9OaBHl3vpII3qZud4Kr06xUkVSzGTi0K/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 IBGE Agregados (SIDRA), and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable IBGE Agregados (SIDRA) for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_gztrRO9h9OaBHl3vpII3qZud4Kr06xUkVSzGTi0K/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 IBGE Agregados (SIDRA) URL.
- Step 03
Save and start
Save the connection and enable IBGE Agregados (SIDRA) in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"ibge-agregados-sidra": {
"url": "https://edge.vinkius.com/vk_preview_gztrRO9h9OaBHl3vpII3qZud4Kr06xUkVSzGTi0K/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 IBGE Agregados (SIDRA)
Open Agent mode in chat and ask: "Using IBGE Agregados (SIDRA), help me...". 5 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"ibge-agregados-sidra": {
"url": "https://edge.vinkius.com/vk_preview_gztrRO9h9OaBHl3vpII3qZud4Kr06xUkVSzGTi0K/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 IBGE Agregados (SIDRA)
Ask Copilot: "Using IBGE Agregados (SIDRA), help me...". 5 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"ibge-agregados-sidra": {
"url": "https://edge.vinkius.com/vk_preview_gztrRO9h9OaBHl3vpII3qZud4Kr06xUkVSzGTi0K/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 IBGE Agregados (SIDRA)
Open Cascade and ask: "Using IBGE Agregados (SIDRA), help me...". 5 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"ibge-agregados-sidra": {
"url": "https://edge.vinkius.com/vk_preview_gztrRO9h9OaBHl3vpII3qZud4Kr06xUkVSzGTi0K/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 IBGE Agregados (SIDRA)
Ask Cline: "Using IBGE Agregados (SIDRA), help me...". 5 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add ibge-agregados-sidra --transport http "https://edge.vinkius.com/vk_preview_gztrRO9h9OaBHl3vpII3qZud4Kr06xUkVSzGTi0K/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 IBGE Agregados (SIDRA)
Ask Claude: "Using IBGE Agregados (SIDRA), show me...". 5 tools are ready
Where the request belongs
Work IBGE Agregados (SIDRA) can move forward.
Data analysts and researchers who need to pull official Brazilian government data without the headache of manual web navigation.
Data Scientist
Pulling specific economic variables for modeling on a Tuesday afternoon.
Academic Researcher
Finding census metadata for social studies without clicking through dozens of tabs.
Software Developer
Integrating Brazilian stats into a custom application with a direct data feed.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsIBGE 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.
IBGE Serviços de Dados
Access official Brazilian statistics, geographic data, economic classifications (CNAE), and demographic insights directly from IBGE.
IBGE Full Access — Dados Brasileiros
The ultimate Brazil data Mega-Server: 15 capabilities spanning census, cities, CNAE economy, name trends, survey indicators, IBGE news, and country comparisons. all of Brazil's official statistics in one zero-auth integration.
Brasil.io
Access structured Brazilian public data. query COVID-19 stats, company records, and socio-economic datasets directly from your AI agent.
IBGE Pesquisas — Brasil Cidades
Query the engine behind Brasil Cidades: health, education, economy, and quality-of-life indicators for every Brazilian municipality. rank cities, compare regions, and build data-driven policy analysis.
Inep Dados Abertos
Access official Brazilian educational data from INEP. query Censo Escolar, ENEM, and higher education statistics directly.
Bring your own AI
Change the model, client or framework. Keep IBGE Agregados (SIDRA) 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 IBGE Agregados (SIDRA).
The practical details behind the request, access and result.
Can I use IBGE Agregados (SIDRA) to find census data?
Yes, this Connector provides a direct connection to the IBGE SIDRA database, which is the primary source for official census and demographic data in Brazil.
Does IBGE Agregados (SIDRA) require an API key?
No, this Connector connects to a public data service, so you don't need to manage complex API keys to start querying statistics.
Can I use IBGE Agregados (SIDRA) for economic indicators like GDP?
Yes, it covers a wide range of economic indicators. You can ask your agent to find specific surveys related to GDP, inflation, or regional accounts.
How does IBGE Agregados (SIDRA) handle geographic levels?
It allows you to check exactly which regions a dataset covers, from national levels down to specific states and municipalities.
Is IBGE Agregados (SIDRA) good for academic research?
It is excellent for research because it can retrieve the official methodology and metadata for any survey, ensuring your data is used correctly.
Can I use IBGE Agregados (SIDRA) to see historical time periods?
Yes, you can check the available time periods for any survey to see if it has the historical depth needed for your analysis.
How can I find specific surveys related to a topic like 'Employment'?
Use the list_agregados capability and provide a keyword in the assunto parameter. The agent will return a list of all relevant aggregate tables and their IDs.
Can I see which years or months are available for a specific table ID?
Yes! By using the get_periodos capability with the specific Aggregate ID, you can retrieve all available time intervals for that dataset.
How do I know if a table has data at the city level (municípios)?
Run the get_localidades capability for the target Aggregate ID. It will list all supported geographic levels, such as 'Brasil', 'Unidade da Federação', or 'Município'.
One connection away
Give your agent a direct line to IBGE Agregados (SIDRA).
Connect IBGE Agregados (SIDRA) once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available