# HERE Mobility MCP for AI Agents AI Agent Connect

> HERE Mobility MCP gives your AI agent the ability to plan complex public transit routes, check real-time schedules, and find nearby stations. It connects to the HERE Transit API to handle bus, train, subway, tram, and ferry data across 70+ countries. Use it to build multimodal journeys that combine transit with walking, cycling, or scooters for a smooth trip. It's built for anyone needing reliable urban navigation.

## Overview
- **Category:** industry-titans
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_kUMrkUG5wnX5HkJ8bmzuq07qD7T9x3lf7OsYZQfQ/ai-agent-connect
- **Tags:** public-transit, route-planning, gps-tracking, transit-schedules, station-discovery, mobility-data

## Description

HERE Mobility gives your AI agent the ability to navigate complex public transportation networks without the friction of switching between multiple apps. If you're trying to figure out how to get across a city using a mix of trains, buses, and scooters, this Connector handles the logistics. It pulls real-time data to build a complete itinerary that includes specific transfer points, walking directions, and vehicle types. You can ask your agent to find the fastest way to a destination or check if a specific bus is running on time. It even accounts for station amenities and accessibility features, making it a reliable way to plan travel for anyone. This tool is available in the Vinkius catalog, so you can plug it into your existing workflow and let your agent handle the heavy lifting of transit planning.

## Tools

### discover_trips
Finds transit routes between two points with times and transfers. It's perfect for planning journeys with multiple vehicle types.

### get_nearby_stations
Locates transit stations within a specific radius of your coordinates. Use this to find all nearby stops in a specific neighborhood.

### get_route_details
Provides step-by-step instructions for a specific trip ID. Review the full route before you leave to see every transfer clearly.

### get_schedule
Pulls real-time departure and arrival times for a specific station. Check if your next bus or train is on time before you head out.

### get_station_details
Lists facilities and accessibility info for a specific transit stop. Use this to see if a station has elevators or specific amenities.

### get_stations_by_name
Finds station IDs and lines based on a text search like Central Station. This is the best way to find a stop when you only know its name.

### get_stations
Lists nearby stations based on a specific GPS coordinate. Use this to find all available transit options at a specific location.

### search_multimodal_trips
Plans a journey combining transit with walking, biking, or scooters. It provides a full time breakdown for every part of your trip.

## Prompt Examples

**Prompt:** 
```
I need to get to the airport from downtown by 10 AM tomorrow using the train. What's the best way?
```

**Response:** 
```
I'll find the best train options for you, including departure times and any necessary transfers. Here is the plan:

**Option 1: Express Train (Fastest)**
* **Departure:** 9:15 AM from Central Station
* **Duration:** 35 minutes
* **Transfers:** 0

**Option 2: Local Train (Cheaper)**
* **Departure:** 9:30 AM from Union Station
* **Duration:** 50 minutes
* **Transfers:** 1

I can provide step-by-step walking directions for either of these!
```

**Prompt:** 
```
Are there any buses arriving at the Union Station in the next 15 minutes?
```

**Response:** 
```
Checking the live schedule for Union Station now... 

**Upcoming Departures:**
* **Bus 42 (Downtown):** 2 minutes (Arriving now)
* **Bus 109 (Northside):** 8 minutes
* **Bus 12 (Airport Express):** 14 minutes

Would you like me to find a different route or check another station?
```

**Prompt:** 
```
I want to go to the park, but I want to bike for the first half and then take a tram. Can you plan that?
```

**Response:** 
```
I've put together a multimodal journey for you that combines cycling and transit:

**Your Route:**
1. **Cycle:** 1.2 miles to the Westside Tram Stop (approx. 6 mins)
2. **Tram:** Take the Green Line toward Riverside (approx. 15 mins)
3. **Walk:** 0.3 miles to the Park Entrance (approx. 3 mins)

**Total Trip Time:** 24 minutes
**Total Distance:** 3.5 miles
```

## Capabilities

### Plan multi-step transit routes
Get a full itinerary including transfers and walking segments between two points.

### Check live transit schedules
See exactly when the next bus, train, or subway is arriving at your stop.

### Locate nearby stations
Find transit stops by name or by your current GPS coordinates.

### Build multimodal journeys
Combine public transit with walking, cycling, or scooter rides in one plan.

### Review station amenities
Check for accessibility features and specific facilities at any transit stop.

### Get step-by-step directions
Receive detailed instructions for every leg of a complex transit journey.

## Use Cases

### Navigating a new city without a car
A tourist asks for a route from their hotel to a museum using only trains and walking. The agent uses discover_trips to build the itinerary.

### Checking real-time arrivals
A commuter asks what time the next bus arrives at Union Station. The agent uses get_schedule to provide a live update.

### Planning a multimodal commute
A worker wants to bike to a train station and then take a tram. The agent uses search_multimodal_trips to map the full journey.

### Finding accessible stops
A traveler needs to find a subway station with an elevator. The agent uses get_station_details to verify the facilities.

## Benefits

- Skip the app switching by getting transit routes, walking paths, and scooter options in one response.
- Get live updates on bus and train arrivals using get_schedule so you're never left waiting at a stop.
- Plan complex journeys across different modes of transport with search_multimodal_trips for a smoother trip.
- Find the right stop quickly using get_stations_by_name when you don't have exact coordinates handy.
- Check station facilities and accessibility features with get_station_details before you head out.
- View full step-by-step directions with get_route_details to see every transfer and walking segment clearly.

## How It Works

The bottom line is you get a complete, real-time transit plan without switching apps.

1. Get a HERE API key from the HERE Developer Portal.
2. Connect this Connector to your AI client through the Vinkius catalog.
3. Ask your agent to plan a trip or check a schedule in plain English.

## Frequently Asked Questions

**Can the HERE Mobility MCP plan trips that include biking or scooters?**
Yes, it can. The Connector supports multimodal journeys, allowing your agent to combine public transit with walking, cycling, and scooter options for a complete trip plan.

**Does the HERE Mobility MCP show real-time bus arrivals?**
It does. You can ask your agent to check the live schedule for any specific station to see exactly when the next bus or train is arriving.

**How does the HERE Mobility MCP help people with disabilities?**
It provides station details that include accessibility information. Your agent can check for specific features like elevators or ramps before you plan your route.

**Can I use the HERE Mobility MCP to find stations in other countries?**
Yes, it uses HERE's global coverage to provide transit data for over 70 countries, making it useful for international travel.

**Does the HERE Mobility MCP provide walking directions between transit stops?**
Yes, it does. When planning a journey, the Connector includes walking segments to help you get from the station to your final destination.

**Which cities and countries does HERE Transit cover?**
HERE Transit provides coverage in 70+ countries worldwide, including major cities in North America, Europe, Asia, South America, and Australia. Coverage includes bus, train, subway, tram, and ferry networks. Check coverage at developer.here.com for your specific city.

**Is real-time transit data available through this Connector?**
Yes! The schedule endpoint returns real-time departure and arrival estimates where available. Many transit agencies provide real-time GTFS-RT feeds that HERE integrates. Actual vs scheduled times are returned so you can see delays. Coverage varies by transit agency.

**Can I plan wheelchair-accessible transit routes?**
Yes! Use the get_station_details tool to check wheelchair accessibility for each station. Station details include elevator availability, step-free access, and accessibility amenities. Combine this with trip planning to ensure all transfer points are accessible for mobility-impaired travelers.

**Is real-time transit data available through this MCP?**
Yes! The schedule endpoint returns real-time departure and arrival estimates where available. Many transit agencies provide real-time GTFS-RT feeds that HERE integrates. Actual vs scheduled times are returned so you can see delays. Coverage varies by transit agency.