How to Use the IBGE Nomes MCP in Cursor
Generate code with real Brazilian naming statistics inside Cursor using the official IBGE Nomes tools.
Works with every AI agent you already use
…and any MCP-compatible client
Connect IBGE Nomes MCP to Cursor
Create your Vinkius account to connect IBGE Nomes 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.
Inject live demographic data into your code
Cursor uses its agent mode to run the `get_name_frequency` tool directly while you write code. Instead of using hardcoded mock data, your editor pulls actual birth counts from Brazil to populate your test suites. This live census context changes how you build demographic features for Brazilian users. Your editor understands the structure of the API response, so it writes accurate parsing code on the first try.
Build ranking features with this Cursor MCP Server
The `get_names_ranking` tool lets you fetch top names filtered by location and gender directly into your active file. Cursor reads this data to generate UI components that reflect actual Brazilian naming trends. You don't need to switch to a browser to verify IBGE API schemas while coding. The editor handles the Brazilian data calls in the background, keeping your focus on the code structure.
Write accurate data parsers instantly
When writing custom data visualizations, the `get_name_frequency` tool provides the exact decade-by-decade JSON structure. Cursor reads this structure to write perfect TypeScript types for your Brazilian demographic charts. Forget the typical trial-and-error loop of working with the raw IBGE endpoints. Your editor knows exactly which Brazilian name fields are returned, making your development cycle much faster.
Set up IBGE Nomes 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 Nomes 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 Nomes transactions." If the MCP tools are loaded correctly, Cursor will call the IBGE Nomes tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"ibge-nomes-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 Nomes MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the IBGE Nomes MCP today
We host it, we monitor it, we maintain it. You just paste one token.