How to Use the Nominatim MCP in Cursor
Inject real-time OpenStreetMap coordinates and addresses directly into your Cursor codebase without API keys.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Nominatim MCP to Cursor
Create your Vinkius account to connect Nominatim 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.
Geocode addresses within the Cursor agent loop
`search` queries the OpenStreetMap database to resolve physical addresses to exact coordinates while you write code in Cursor. If you are building a delivery app, your agent uses this tool to populate your database with real latitude and longitude coordinates. This MCP Server allows your agent to replace static mock data with real, structured location payloads. You avoid hardcoding dummy arrays and instead work with actual coordinates, bounding boxes, and country codes.
Convert coordinates to code variables inside Cursor
`reverse_geocode` takes raw coordinates from your active file and returns a structured address object directly to your Cursor chat. When debugging location-based logic, your agent calls this tool to verify if your mathematical bounds map to the correct physical city. You can specify different zoom levels to test how your code handles varying granularities of geographic data. The tool outputs everything from house numbers to broad country regions without requiring a separate web browser.
Look up OSM identifiers during Cursor code generation
`lookup_osm` fetches exact display names and coordinates for specific node, way, or relation IDs right inside your Cursor editor using this MCP integration. Your agent executes this query to instantly generate mock test suites using verified open-source map records. If you need deep metadata, `get_details` pulls the complete place hierarchy and parent structures. This gives your agent the exact context needed to write precise database schemas for spatial data.
Set up Nominatim 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 Nominatim 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 Nominatim transactions." If the MCP tools are loaded correctly, Cursor will call the Nominatim tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"nominatim-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 Nominatim. 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 Nominatim MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Nominatim MCP today
We host it, we monitor it, we maintain it. You just paste one token.