How to Use the HERE (Location & Maps) MCP in Cursor
Inject live route matrices and geocoding directly into your codebase using this HERE (Location & Maps) MCP Server for Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect HERE (Location & Maps) MCP to Cursor
Create your Vinkius account to connect HERE (Location & Maps) 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.
Live Routing Code Generation in Cursor
The `calculate_v8_route` tool inspects deep internal arrays to find the fastest path between coordinates while mitigating specific traffic delays. In Cursor, your agent runs this tool to test live routes and immediately writes clean, production-ready routing logic based on the actual API response. You no longer have to write mock data structures or guess the shape of the routing payload. The editor gets real-world coordinates and traffic pathways, letting you debug your navigation code in real-time.
Automated Address Parsing and Geocoding
The `forward_geocode` tool identifies bounded routing spaces to turn raw address strings into precise latitude and longitude pairs. While you write database migration scripts or API endpoints, Cursor uses this tool to verify that your test addresses map to real locations. If you need to go the other way, `reverse_geocode` extracts structural properties to turn coordinates back into street names. This MCP tool lets your agent generate complete test suites with valid, verifiable spatial data.
Programmatic POI Discovery inside your Editor
The `discover_places` tool retrieves explicit cloud logging tracing specific point-of-interest categories near any coordinate. Your agent calls this tool to build mock databases of restaurants, gas stations, or charging ports for your application. By combining this with `lookup_place_id`, you can drop live place contexts directly into your code configuration. It makes building location-aware apps in Cursor incredibly fast because the AI has direct access to the global map.
Set up HERE (Location & Maps) 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 HERE (Location & Maps) 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 HERE (Location & Maps) transactions." If the MCP tools are loaded correctly, Cursor will call the HERE (Location & Maps) tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"here-location-maps-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 HERE Technologies. 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 HERE (Location & Maps) MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the HERE (Location & Maps) MCP today
We host it, we monitor it, we maintain it. You just paste one token.