Stadia Maps Connector for AI agents.
10 live capabilities
Calculate precise delivery routes and travel times for logistics.
Waiting for input…
Why people use Stadia Maps
Stadia Maps for Precise Logistics Routing
With this Connector, your agent does that work in seconds. You just give it a list of addresses, and it returns the optimized path and travel times immediately. It turns a manual coordination headache into a single prompt.
What Vinkius changes
Your agent gets real-world mapping data to solve logistics problems instantly.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Delivery Route Optimization
A delivery manager asks their agent to find the fastest way to hit 10 different stops in a city.
- Real-world use case 02
Fleet Data Cleanup
A GIS analyst takes raw GPS pings from a fleet of trucks and uses execute_map_matching to snap them to the road for a clean report.
- Real-world use case 03
Global Asset Coordination
A dispatcher needs to know the local time for 50 different distribution centers.
Complete set · 10capabilities
The complete Stadia Maps capability set.
These are the exact actions your AI can choose when you ask it to work with Stadia Maps.
01—04
4 capabilities in this set.
Part of 10 available through Stadia Maps.
- 01 Capability
Autocomplete location
Get address suggestions from partial text input. This helps your agent handle user typos or incomplete addresses.
- 02 Capability
Calculate isochrone
See how far a vehicle can travel in a set amount of time. It's perfect for defining delivery zones.
- 03 Capability
Calculate distance matrix
Get travel times and distances for a list of many locations. Use this to compare different routes quickly.
- 04 Capability
Calculate route
Find a specific path between points for cars, bikes, or pedestrians. It provides the exact vector for travel.
05—07
3 capabilities in this set.
Part of 10 available through Stadia Maps.
- 05 Capability
Forward geocode
Turn a written street address into latitude and longitude. This is the first step for any mapping task.
- 06 Capability
Get path elevation
See how much the ground rises or falls along a specific path. This is useful for heavy vehicle planning.
- 07 Capability
Get timezone
Check which timezone a specific set of coordinates falls into. Use it to coordinate global fleets.
08—10
3 capabilities in this set.
Part of 10 available through Stadia Maps.
- 08 Capability
Execute map matching
Fix messy GPS pings by snapping them to the nearest road. It cleans up data from mobile trackers.
- 09 Capability
Optimized trip route
Find the best order for visiting multiple delivery stops. It saves time by solving the routing sequence.
- 10 Capability
Reverse geocode
Turn coordinates back into a readable street address. This helps identify locations from raw data.
Set up in minutes
One URL. Then ask Stadia Maps to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Stadia Maps from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_Zn6PbeWR61HQoD9gqBLh41CPmCvOZ3Y1lZXRiODb/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Stadia Maps, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Stadia Maps for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_Zn6PbeWR61HQoD9gqBLh41CPmCvOZ3Y1lZXRiODb/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Stadia Maps URL.
- Step 03
Save and start
Save the connection and enable Stadia Maps in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"stadia-maps": {
"url": "https://edge.vinkius.com/vk_preview_Zn6PbeWR61HQoD9gqBLh41CPmCvOZ3Y1lZXRiODb/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Stadia Maps
Open Agent mode in chat and ask: "Using Stadia Maps, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"stadia-maps": {
"url": "https://edge.vinkius.com/vk_preview_Zn6PbeWR61HQoD9gqBLh41CPmCvOZ3Y1lZXRiODb/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Stadia Maps
Ask Copilot: "Using Stadia Maps, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"stadia-maps": {
"url": "https://edge.vinkius.com/vk_preview_Zn6PbeWR61HQoD9gqBLh41CPmCvOZ3Y1lZXRiODb/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Stadia Maps
Open Cascade and ask: "Using Stadia Maps, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"stadia-maps": {
"url": "https://edge.vinkius.com/vk_preview_Zn6PbeWR61HQoD9gqBLh41CPmCvOZ3Y1lZXRiODb/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Stadia Maps
Ask Cline: "Using Stadia Maps, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add stadia-maps --transport http "https://edge.vinkius.com/vk_preview_Zn6PbeWR61HQoD9gqBLh41CPmCvOZ3Y1lZXRiODb/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Stadia Maps
Ask Claude: "Using Stadia Maps, show me...". 10 tools are ready
Where the request belongs
Work Stadia Maps can move forward.
Logistics engineers, GIS analysts, and fleet dispatchers who are tired of manually calculating routes or cleaning up messy GPS data in spreadsheets.
Logistics Engineer
Building and testing delivery models by asking the agent to solve complex multi-stop routing problems.
GIS Data Analyst
Cleaning up noisy fleet tracker data by snapping raw coordinates to the official road network.
Fleet Dispatcher
Checking local timezones for globally distributed assets to ensure accurate delivery windows.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsMapbox (Maps & Geospatial)
Build with location data via Mapbox. geocode addresses, calculate routes, and solve trip optimization.
Mapbox
Geocode addresses, get directions, calculate distances and generate maps with Mapbox's location platform.
ArcGIS
Automate mapping and spatial analysis via ArcGIS. perform geocoding, route solving, vehicle routing, and calculate origin-destination matrices from any AI agent.
GraphHopper
Empower routing and geocoding via GraphHopper. calculate optimal routes, perform reverse geocoding, solve vehicle routing problems, and analyze reachability directly from any AI agent.
Jawg Maps (Location & Routing)
Build with location data via Jawg Maps. search places, calculate routes, compute distance matrices, and get elevation data.
OpenRouteService
Plan routes and analyze spatial data via OpenRouteService. calculate directions, isochrones, distance matrices, VRP optimization, and geocoding from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Stadia Maps connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Stadia Maps.
The practical details behind the request, access and result.
Can the Stadia Maps MCP help with delivery routes?
Yes, it finds the best order for multiple stops to save time and fuel. It calculates the most efficient sequence based on real road data.
Does it handle different vehicle types?
Yes, it can calculate routes specifically for cars, bicycles, and pedestrians, ensuring the directions are appropriate for the vehicle.
Can I use it to clean up GPS data?
Yes, it snaps raw GPS pings to the official road network. This removes the 'jitter' from tracker data and makes it usable for maps.
How does it handle addresses?
It turns physical street addresses into latitude and longitude coordinates. This allows your agent to perform mapping tasks using plain text.
Can it tell me the time of day in another country?
Yes, it retrieves the correct local timezone for any specific set of coordinates, which is great for managing global fleets.
Does it return visual maps or raw data?
Raw structured JSON only. coordinates, distances, durations, and elevation values. No interactive map tiles are rendered. You can use the data to plot maps in your own application.
Does `optimized_trip_route` solve the Traveling Salesman Problem?
Yes. Pass an unordered set of coordinates and it returns the optimal visit sequence minimizing total travel time or distance.
Is there a free tier?
Yes. Stadia Maps offers a free tier with generous limits for geocoding, routing, and elevation queries. Sign up at stadiamaps.com and generate an API key from the dashboard.
One connection away
Give your agent a direct line to Stadia Maps.
Connect Stadia Maps once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available