How to Use the IBGE Serviços de Dados MCP in Cursor
Feed real Brazilian economic and geographic data directly into Cursor to generate code using live API responses.
Works with every AI agent you already use
…and any MCP-compatible client
Connect IBGE Serviços de Dados MCP to Cursor
Create your Vinkius account to connect IBGE Serviços de Dados to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Generate code with live Brazilian economic data in Cursor
The `get_agregados` and `get_metadados` tools fetch actual Brazilian statistical aggregates and survey parameters while you write code. Stop writing code against fake data or static JSON mocks. Your editor uses the live API payloads of this MCP Server to generate precise data models and typescript interfaces. This ensures your data-parsing logic matches the actual response structures from the federal statistical system.
Build geographic features with real shapefiles
The `get_malha_estado` and `get_nome_geografico` tools retrieve precise spatial boundaries and official municipal names. If you are building maps or regional dashboards, you need exact spatial boundaries. Your agent can write, test, and debug the mapping code using actual coordinates instead of placeholders. No more guessing how the API returns spatial data.
Integrate official business classifications
The `get_cnae_classe` and `get_nomes_frequencia` tools pull official industry classifications and demographic name statistics. Mapping businesses to official sectors requires the CNAE taxonomy. This MCP toolset gives your development loop the exact context needed for Brazilian market applications. You can also use `get_calendario` to check update schedules before writing sync routines.
Set up IBGE Serviços de Dados MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the IBGE Serviços de Dados MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent IBGE Serviços de Dados transactions." If the MCP tools are loaded correctly, Cursor will call the IBGE Serviços de Dados tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"ibge-servicos-de-dados-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by IBGE. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about IBGE Serviços de Dados MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the IBGE Serviços de Dados MCP today
We host it, we monitor it, we maintain it. You just paste one token.