Geoapify Connector for AI agents.
17 live capabilities
Map out precise delivery routes and convert messy addresses into clean coordinates.
Waiting for input…
Why people use Geoapify
Geoapify Geospatial Data for Logistics and Fleet Management
With this Connector, your agent handles the heavy lifting. It takes the raw order list, calculates the optimal route for the whole fleet, and provides a ready-to-use manifest. You get a finished plan instead of a pile of manual tasks.
What Vinkius changes
You get production-ready geospatial data without writing any custom mapping logic.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Optimizing a 20-stop delivery route
A logistics manager asks the agent to plan a route.
- Real-world use case 02
Adding real-time address suggestions
A developer wants to improve a search bar.
- Real-world use case 03
Processing a list of 500 city names
A data analyst needs to turn a list of cities into a coordinate table.
Complete set · 17capabilities
The complete Geoapify capability set.
These are the exact actions your AI can choose when you ask it to work with Geoapify.
01—04
4 capabilities in this set.
Part of 17 available through Geoapify.
- 01 Capability
Geocode search
Turn a text address into precise latitude and longitude. This converts any location name into usable coordinates for your agent.
- 02 Capability
Geometry operation
Perform union, intersection, or buffer operations on GeoJSON shapes. This handles complex spatial math for geographic areas.
- 03 Capability
Get place details
Pull contact info and opening hours for a specific point of interest. This gives your agent deep details on a specific location.
- 04 Capability
Get ip info
Look up the city and country for a given IP address. This helps identify user locations without needing a physical address.
05—08
4 capabilities in this set.
Part of 17 available through Geoapify.
- 05 Capability
Map matching
Snap a series of GPS coordinates to the nearest road network. This cleans up messy tracking data for fleet management.
- 06 Capability
Route planner
Solve complex vehicle routing problems for multiple stops. This optimizes the sequence of deliveries for a fleet.
- 07 Capability
Geocode reverse
Turn GPS coordinates into a human-readable street address. Use this to find the location name for any set of coordinates.
- 08 Capability
Search places
Find nearby categories like restaurants or gas stations. This helps your agent find points of interest in any city.
09—11
3 capabilities in this set.
Part of 17 available through Geoapify.
- 09 Capability
Calculate route
Get driving, walking, or transit directions between two points. It provides the most efficient path for various modes of transport.
- 10 Capability
Create batch job
Process up to 1000 location requests at once in the background. This is perfect for handling large datasets without waiting.
- 11 Capability
Geocode autocomplete
Get instant address suggestions as a user types into a search bar. It helps build faster and more accurate search inputs.
12—14
3 capabilities in this set.
Part of 17 available through Geoapify.
- 12 Capability
Get boundaries consists of
Find all sub-boundaries within a specific geographic area. It helps identify smaller zones within a larger region.
- 13 Capability
Get boundaries part of
Identify which city or postal code a specific coordinate belongs to. This tells you exactly where a point sits on a map.
- 14 Capability
Get elevation
Find the height above sea level for any given coordinate. Use this to get terrain data for specific locations.
15—17
3 capabilities in this set.
Part of 17 available through Geoapify.
- 15 Capability
Calculate isoline
See how far someone can travel in a set amount of time. This helps define reachable zones for delivery or service areas.
- 16 Capability
Calculate route matrix
Get distances and times for many origin and destination pairs. This is the standard for calculating multi-stop logistics.
- 17 Capability
Get batch job
Check the status and results of a previously submitted batch request. Use this to retrieve data from large background jobs.
Set up in minutes
One URL. Then ask Geoapify to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Geoapify 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_xsGMH7uRVQZEB3KXYJOGtryLuRVJb5NWJ7TSeN7y/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 Geoapify, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Geoapify for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_xsGMH7uRVQZEB3KXYJOGtryLuRVJb5NWJ7TSeN7y/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 Geoapify URL.
- Step 03
Save and start
Save the connection and enable Geoapify in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"geoapify": {
"url": "https://edge.vinkius.com/vk_preview_xsGMH7uRVQZEB3KXYJOGtryLuRVJb5NWJ7TSeN7y/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 Geoapify
Open Agent mode in chat and ask: "Using Geoapify, help me...". 17 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"geoapify": {
"url": "https://edge.vinkius.com/vk_preview_xsGMH7uRVQZEB3KXYJOGtryLuRVJb5NWJ7TSeN7y/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 Geoapify
Ask Copilot: "Using Geoapify, help me...". 17 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"geoapify": {
"url": "https://edge.vinkius.com/vk_preview_xsGMH7uRVQZEB3KXYJOGtryLuRVJb5NWJ7TSeN7y/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 Geoapify
Open Cascade and ask: "Using Geoapify, help me...". 17 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"geoapify": {
"url": "https://edge.vinkius.com/vk_preview_xsGMH7uRVQZEB3KXYJOGtryLuRVJb5NWJ7TSeN7y/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 Geoapify
Ask Cline: "Using Geoapify, help me...". 17 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add geoapify --transport http "https://edge.vinkius.com/vk_preview_xsGMH7uRVQZEB3KXYJOGtryLuRVJb5NWJ7TSeN7y/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 Geoapify
Ask Claude: "Using Geoapify, show me...". 17 tools are ready
Where the request belongs
Work Geoapify can move forward.
Logistics managers who need to plan complex routes, GIS developers building mapping features, and data analysts who need to enrich datasets with real-world coordinates.
Logistics Coordinator
Uses this on Tuesday afternoons to optimize delivery routes for a fleet of 50 trucks.
GIS Developer
Integrates address autocomplete and coordinate lookups into a new mapping dashboard.
Data Analyst
Enriches a massive CSV of user data with city names and elevation points.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsLocationIQ (Geocoding & Maps)
Build with location data via LocationIQ. geocode addresses, calculate routes, and perform reverse lookups.
TomTom
Access global mapping, geocoding, and routing services. Search for addresses, calculate optimal routes, and retrieve map tiles directly through AI.
Mapbox (Maps & Geospatial)
Build with location data via Mapbox. geocode addresses, calculate routes, and solve trip optimization.
HERE (Location & Maps)
Build with location data via HERE. geocode addresses, calculate routes, track traffic, and get weather.
MapQuest
Mapping and location services via MapQuest. geocoding, directions, and POI search.
LocationIQ
Convert addresses to coordinates, find places nearby, and calculate routes with LocationIQ's geocoding and mapping capabilities.
Bring your own AI
Change the model, client or framework. Keep Geoapify 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 Geoapify.
The practical details behind the request, access and result.
Can Geoapify help me plan delivery routes?
Yes, it can. It helps your agent solve complex vehicle routing problems, allowing you to find the most efficient paths for multiple stops and different vehicle types.
How do I turn a street address into coordinates?
You can do this easily by asking your agent to geocode an address. It will use the capability to find the exact latitude and longitude for any street name or house number.
Can I use Geoapify to find nearby businesses?
Yes, your agent can search for points of interest by category. You can ask it to find nearby gas stations, restaurants, or hotels in any specific city.
Does Geoapify support different types of transport like bikes or trucks?
It does. The capability can calculate routes specifically for driving, walking, cycling, and transit, including specific parameters for truck routing.
Can I find out which city a specific GPS point is in?
Yes, it can identify administrative boundaries. Your agent can tell you which city, postal code, or political area a specific set of coordinates belongs to.
Can I handle a lot of addresses at once?
Yes, the Connector supports batch jobs. Your agent can process up to 1,000 location requests in a single background job, which is great for large datasets.
How can I find the coordinates of a specific street address?
Use the geocode_search capability. You can provide a free-form text string or structured data like city and street to get precise latitude and longitude coordinates.
Can the AI calculate travel times for multiple delivery destinations at once?
Yes! The calculate_route_matrix capability allows you to submit multiple source and target locations to receive a comprehensive matrix of travel times and distances.
Is it possible to identify where a user is located based on their IP address?
Absolutely. Use the get_ip_info capability to retrieve location metadata, including country, city, and timezone, associated with a specific IP address.
One connection away
Give your agent a direct line to Geoapify.
Connect Geoapify once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available