How to Use the World Bank Countries MCP in Cursor
Get live World Bank Country data injected directly into your code using Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect World Bank Countries MCP to Cursor
Create your Vinkius account to connect World Bank Countries 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.
Populate lists of World Bank countries with `list_countries`
When you're mid-coding, the AI can call `list_countries` to inject a live list of all World Bank country codes right into your function. You don't have to context switch or leave Cursor. This means your generated code uses real API responses immediately—no mock data, no stubs. It makes building validation logic way faster.
Validate income groups using `search_income_levels`
Need to check if a country belongs to an HIC or LIC group? Use `search_income_levels`. The AI calls this tool and injects the correct classification data into your code logic. You can write conditional statements that rely on live, accurate World Bank data. This is huge for compliance features; you're writing code against current global standards without leaving your editor.
Map regions with `search_regions`
The `search_regions` tool helps map geographic boundaries. The AI calls it and inserts the necessary region data, letting you build location-aware features directly in your project files. It’s clean, usable code. If you're working on a global system, having accurate regional codes from World Bank Countries is non-negotiable. This keeps your codebase solid.
Set up World Bank Countries 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 World Bank Countries 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 World Bank Countries transactions." If the MCP tools are loaded correctly, Cursor will call the World Bank Countries tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"world-bank-countries-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 World Bank Open Data. 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 World Bank Countries MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the World Bank Countries MCP today
We host it, we monitor it, we maintain it. You just paste one token.