# TomTom Parking Availability MCP

> TomTom Parking Availability provides real-time data to search for parking spots anywhere in an urban area. This MCP lets your AI client audit locations, check facility availability using specific IDs, and verify detailed coordinates instantly. It turns complex logistics research into a simple conversation, giving you precise, localized mobility intelligence without needing any dedicated navigation app.

## Overview
- **Category:** industry-titans
- **Price:** Free
- **Tags:** parking-availability, urban-mobility, location-services, real-time-data, map-data, infrastructure-auditing

## Description

Managing city-scale logistics or running regional audits shouldn't feel like juggling ten different apps. With TomTom Parking Availability connected via Vinkius, your agent handles the heavy lifting. You can ask it to find thousands of parking spots near a specific intersection, pulling back detailed metadata including facility names and addresses. It doesn't just give you an estimate; it audits the exact geographic coordinates for those sites, helping you understand local distribution instantly. Need to know how full a garage is? Give your agent a specific ID, and it pulls the latest availability data. This means whether you're managing a large fleet or doing urban planning research, your AI client acts as a real-time mobility consultant that keeps your data accurate and actionable.

## Tools

### check_api_status
Checks if the TomTom Parking service is currently running and available for use.

### get_parking_details
Retrieves full details and current availability status for a specific parking facility ID.

### search_parking_spots
Searches for multiple potential parking facilities near a given location or set of coordinates.

## Prompt Examples

**Prompt:** 
```
Search for parking spots in 'San Francisco' using TomTom.
```

**Response:** 
```
I've retrieved several parking facilities in San Francisco! Notable options include the 'Fifth & Mission Garage' and 'Union Square Garage'. Would you like the full addresses or coordinate metadata for these locations?
```

**Prompt:** 
```
What is the availability for parking ID '12345'?
```

**Response:** 
```
I've retrieved the details for parking ID 12345! It is currently identified as having 'High' occupancy. I can assist you with the exact address and location metadata if you'd like to identify nearby alternatives.
```

**Prompt:** 
```
Find parking near latitude 37.7749 and longitude -122.4194.
```

**Response:** 
```
I've identified the nearest parking facilities via your coordinates! These include several garages within a 0.5-mile radius. I can provide the specific IDs and names for each of these sites to assist in further mobilty audits.
```

## Capabilities

### Search for parking spots by location
The agent finds multiple potential parking facilities near any address you specify.

### Audit specific facility availability
You check the current occupancy status and full details using a known parking ID.

### Verify coordinates for sites
The agent retrieves precise geographic data, allowing you to map out regional distribution.

## Use Cases

### Checking a new branch location's parking capacity
The operations lead needs to know if the proposed retail site has adequate nearby parking. They prompt their agent: 'Search for parking spots near 123 Main St.' The agent uses `search_parking_spots` and returns multiple options, allowing the lead to immediately verify location suitability.

### Assessing regional fleet density
A fleet manager needs to compare parking capacity across three different zip codes. They ask their agent to audit coordinates in a specific zone. The agent uses coordinate lookups and `search_parking_spots` to build an instant, comprehensive map of available assets.

### Troubleshooting logistics bottlenecks
The dispatcher needs immediate status on a known garage ID because a delivery is delayed. They ask their agent: 'What's the availability for parking ID 9987?' The agent uses `get_parking_details` to return the current occupancy rate, solving the delay instantly.

### Planning a major urban development project
The city planner needs to know all possible POI parking sites within a 0.5-mile radius of a new transit hub. They prompt their agent, and it uses coordinate data retrieval alongside `search_parking_spots` to compile an exhaustive list for the proposal.

## Benefits

- Instantly find multiple options: By using the `search_parking_spots` tool, your agent finds thousands of nearby facilities and returns detailed metadata like facility names and addresses, eliminating manual map searching.
- Know availability now: The `get_parking_details` function allows you to check the current occupancy status for a specific parking ID, giving immediate insight into resource capacity.
- Pinpoint locations accurately: You can use coordinates to verify precise geographic data. This capability helps regional managers understand exact local distribution patterns efficiently.
- Streamline auditing workflows: Instead of jumping between multiple mapping services, your agent consolidates all necessary location and availability checks in one conversation pane.
- Maintain operational integrity: The `check_api_status` tool ensures that your mobility research workflow is always functional before you rely on its output.

## How It Works

The bottom line is you tell your agent what data you need in plain English, and it executes the complex API calls behind the scenes.

1. Subscribe to this MCP and provide your TomTom API Key.
2. Connect the service to your preferred AI client (Claude, Cursor, etc.) through Vinkius.
3. Ask your agent a natural language question, like 'Find parking spots near downtown Denver' or 'What is ID 54321 availability?'

## Frequently Asked Questions

**How does TomTom Parking Availability find spots near a specific address?**
The `search_parking_spots` tool executes a search around your provided location. It returns multiple nearby facilities and crucial metadata, allowing you to see several options instantly.

**Can I check the current capacity of a parking garage using TomTom Parking Availability?**
Yes, use `get_parking_details`. You provide a specific parking ID, and the MCP returns real-time occupancy data for that exact facility.

**Is this service just for city planning or can I use it for logistics?**
It's built for both. Logistics planners use it to verify regional distribution and capacity, while researchers use it for detailed urban mapping and auditing.

**What if my search area is too large for TomTom Parking Availability?**
The agent handles the scope; you just need to provide a clear target location or coordinate range. The tool pulls data relevant to that defined boundary.

**Do I need a separate API key if I use TomTom Parking Availability?**
Yes, you must subscribe and enter your unique TomTom API Key into the MCP setup before it can run any tools or queries.