2,500+ MCP servers ready to use
Vinkius

HERE Mobility MCP Server for Cursor 8 tools — connect in under 2 minutes

Built by Vinkius GDPR 8 Tools IDE

Cursor is an AI-first code editor built on VS Code that integrates LLM-powered coding assistance directly into the development workflow. Its Agent mode enables autonomous multi-step coding tasks, and MCP support lets agents access external data sources and APIs during code generation.

Vinkius supports streamable HTTP and SSE.

RecommendedModern Approach — Zero Configuration

Vinkius Desktop App

The modern way to manage MCP Servers — no config files, no terminal commands. Install HERE Mobility and 2,500+ MCP Servers from a single visual interface.

Vinkius Desktop InterfaceVinkius Desktop InterfaceVinkius Desktop InterfaceVinkius Desktop Interface
Download Free Open SourceNo signup required
Classic Setup·json
{
  "mcpServers": {
    "here-mobility": {
      "url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    }
  }
}
HERE Mobility
Fully ManagedVinkius Servers
60%Token savings
High SecurityEnterprise-grade
IAMAccess control
EU AI ActCompliant
DLPData protection
V8 IsolateSandboxed
Ed25519Audit chain
<40msKill switch
Stream every event to Splunk, Datadog, or your own webhook in real-time

* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure

About HERE Mobility MCP Server

What you can do

Connect AI agents to the HERE Transit API for comprehensive public transportation planning:

Cursor's Agent mode turns HERE Mobility into an in-editor superpower. Ask Cursor to generate code using live data from HERE Mobility and it fetches, processes, and writes — all in a single agentic loop. 8 tools appear alongside file editing and terminal access, creating a unified development environment grounded in real-time information.

  • Discover transit trips between any two locations with bus, train, subway, tram, and ferry
  • Find nearby stations by GPS coordinates or name search
  • Get detailed route information with step-by-step transit instructions and transfers
  • Check departure/arrival schedules for any station in real-time
  • Plan multimodal journeys combining transit, walking, cycling, and scooter
  • Get station details including accessibility, amenities, and serving lines
  • Search trips with specific transport modes for customized travel preferences

The HERE Mobility MCP Server exposes 8 tools through the Vinkius. Connect it to Cursor in under two minutes — no API keys to rotate, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.

How to Connect HERE Mobility to Cursor via MCP

Follow these steps to integrate the HERE Mobility MCP Server with Cursor.

01

Open MCP Settings

Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"

02

Add the server config

Paste the JSON configuration above into the mcp.json file that opens

03

Save the file

Cursor will automatically detect the new MCP server

04

Start using HERE Mobility

Open Agent mode in chat and ask: "Using HERE Mobility, help me..."8 tools available

Why Use Cursor with the HERE Mobility MCP Server

Cursor AI Code Editor provides unique advantages when paired with HERE Mobility through the Model Context Protocol.

01

Agent mode turns Cursor into an autonomous coding assistant that can read files, run commands, and call MCP tools without switching context

02

Cursor's Composer feature can generate entire files using real-time data fetched through MCP — no copy-pasting from external dashboards

03

MCP tools appear alongside built-in tools like file reading and terminal access, creating a unified agentic environment

04

VS Code extension compatibility means your existing workflow, keybindings, and extensions all work alongside MCP tools

HERE Mobility + Cursor Use Cases

Practical scenarios where Cursor combined with the HERE Mobility MCP Server delivers measurable value.

01

Code generation with live data: ask Cursor to generate a security report module using live DNS and subdomain data fetched through MCP

02

Automated documentation: have Cursor query your API's tool schemas and generate TypeScript interfaces or OpenAPI specs automatically

03

Infrastructure-as-code: Cursor can fetch domain configurations and generate corresponding Terraform or CloudFormation templates

04

Test scaffolding: ask Cursor to pull real API responses via MCP and generate unit test fixtures from actual data

HERE Mobility MCP Tools for Cursor (8)

These 8 tools become available when you connect HERE Mobility to Cursor via MCP:

01

discover_trips

Returns trip details including departure/arrival times, duration, number of transfers, and transport modes. Use origin and destination in lat,lng format. Optionally specify departure or arrival time in ISO 8601 format. Best for planning multimodal journeys. Discover public transit trips between origin and destination using HERE Transit API

02

get_nearby_stations

More precise than get_stations with customizable radius. Returns station IDs, names, distances, coordinates, and available lines. Use this for comprehensive station discovery in an area. Find all transit stations within a specific radius of coordinates

03

get_route_details

Requires the trip ID from a discover_trips result plus original origin/destination and departure time. Use this to review full route before traveling. Get detailed route information for a specific transit trip

04

get_schedule

Useful for checking when the next bus, train, or subway arrives. Requires station ID from get_stations result. Optionally filter by direction (e.g., "northbound", "downtown"). Get departure/arrival schedule for a specific transit station

05

get_station_details

Requires station ID from station search results. Use this to review station facilities before planning trips. Get detailed information about a specific transit station

06

get_stations

Returns station IDs, names, coordinates, and available transport lines. Use this to find stations before planning trips. Find transit stations near a GPS coordinate

07

get_stations_by_name

g., "Central Station", "Times Square"). Returns matching stations with IDs, names, coordinates, and available transport lines. Use this when you know the station name but not exact coordinates. Find transit stations by name

08

search_multimodal_trips

Modes can include: transit (bus/train/subway/tram/ferry), walk, bicycle, scooter, taxi. Returns multimodal route options with time breakdown per mode. Use this when user wants to combine walking or cycling with public transit for optimal journey. Search trips combining multiple transport modes (transit, walk, bike, scooter)

Example Prompts for HERE Mobility in Cursor

Ready-to-use prompts you can give your Cursor agent to start working with HERE Mobility immediately.

01

"Find me the best public transit route from Brandenburg Gate to Berlin Central Station departing at 8am tomorrow"

02

"What buses and trains depart from Times Square in the next 30 minutes?"

03

"Plan a multimodal trip from my location combining subway and bike sharing"

Troubleshooting HERE Mobility MCP Server with Cursor

Common issues when connecting HERE Mobility to Cursor through the Vinkius, and how to resolve them.

01

Tools not appearing in Cursor

Ensure you are in Agent mode (not Ask mode). MCP tools only work in Agent mode.
02

Server shows as disconnected

Check Settings → Features → MCP and verify the server status. Try clicking the refresh button.

HERE Mobility + Cursor FAQ

Common questions about integrating HERE Mobility MCP Server with Cursor.

01

What is Agent mode and why does it matter for MCP?

Agent mode is Cursor's autonomous execution mode where the AI can perform multi-step tasks: reading files, editing code, running terminal commands, and calling MCP tools. Without Agent mode, Cursor operates in a simpler ask-and-answer mode that doesn't support tool calling. Always ensure you're in Agent mode when working with MCP servers.
02

Where does Cursor store MCP configuration?

Cursor looks for MCP server configurations in a mcp.json file. You can configure servers at the project level (.cursor/mcp.json in your project root) or globally (~/.cursor/mcp.json). Project-level configs take precedence.
03

Can Cursor use MCP tools in inline edits?

No. MCP tools are only available in Agent mode through the chat panel. Inline completions and Tab suggestions do not trigger MCP tool calls. This is by design — tool calls require user visibility and approval.
04

How do I verify MCP tools are loaded?

Open Settings → Features → MCP and look for your server name. A green indicator means the server is connected. You can also check Agent mode's available tools by clicking the tools dropdown in the chat panel.

Connect HERE Mobility to Cursor

Get your token, paste the configuration, and start using 8 tools in under 2 minutes. No API key management needed.