How to Use the Geoapify MCP in Cursor
Inject live routing and geocoding data directly into your code with Cursor. Build location-aware apps faster.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Geoapify MCP to Cursor
Create your Vinkius account to connect Geoapify to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Generate code with real location data
Stop writing boilerplate for mapping APIs. Ask Cursor to generate a function that calls `calculate_route`, and it will write the code using this MCP Server, complete with a real-world route. The agent can fetch place details using `get_place_details` and inject the JSON response right into your editor. You're not working with mock data; you're building with the actual API schema from the start.
Debug location features in your IDE
Test your logic without leaving the editor. Select a block of code, bring up the agent, and ask it to run a `geocode_search` on a tricky address. Cursor will show you the exact coordinates Geoapify returns. This is also great for validating data processing. Use `map_matching` to see how your raw GPS logs snap to the road network. The response appears right in the chat, next to your code, so you can spot issues immediately.
Handle batch jobs from your Cursor agent
Need to process a long list of addresses? Don't write a one-off script. Just tell your agent to use `create_batch_job` to geocode up to 1000 addresses asynchronously. While the job runs, you can keep coding. When it's done, use `get_batch_job` to pull the results directly into a new file in your project. It's a simple way to handle bulk location tasks without breaking your flow.
Set up Geoapify MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Geoapify MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Geoapify transactions." If the MCP tools are loaded correctly, Cursor will call the Geoapify tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"geoapify-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Geoapify. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Geoapify MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Geoapify MCP today
We host it, we monitor it, we maintain it. You just paste one token.