How to Use the Nationalize MCP in Cursor
Get nationality predictions from names and inject the data directly into your code with Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Nationalize MCP to Cursor
Create your Vinkius account to connect Nationalize 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 Real Data
The `predict_nationality` tool lets your agent guess a user's country from their name. The real power in Cursor is that the agent doesn't just show you the data; it writes code that uses it. Ask it to build a function that localizes a welcome message, and it will call the tool and generate the code with the real country data. This integration with the MCP server stops you from having to use mock data. You can build and test features that depend on user location context, like dynamic content or regional formatting, with actual API responses from the start.
Enrich User Profiles in Your Editor
When you're working with user data, you can use the `predict_nationality` tool to add a new data point without leaving your editor. Highlight a name in your code, ask the agent to get its nationality, and see the results instantly. It's a fast way to understand the context of the data you're working on. Instead of just seeing a name string, you get a probabilistic idea of where that user might be from, which can inform how you build your next feature.
A Sharper MCP Server for Cursor
This MCP server is simple. It does one thing: it calls the `predict_nationality` tool. There's no extra bloat. It's designed to be a lightweight addition to your Cursor workflow for when you need to quickly infer a user's origin. You can set it up per-project in your `.cursor/mcp.json` file. This means your lead-gen project can have it, but your infra project won't. It keeps your tools relevant to the code you're writing right now.
Set up Nationalize 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 Nationalize 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 Nationalize transactions." If the MCP tools are loaded correctly, Cursor will call the Nationalize tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"nationalize-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 Nationalize. 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 Nationalize MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Nationalize MCP today
We host it, we monitor it, we maintain it. You just paste one token.