How to Use the Haversine Distance Engine MCP in Cursor
Let Cursor call the Haversine Distance Engine to inject real point-to-point calculations directly into your active codebase.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Haversine Distance Engine MCP to Cursor
Create your Vinkius account to connect Haversine Distance Engine 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 real geographic tests inside Cursor
The `calculate_distance` tool lets Cursor generate real test assertions using actual coordinate math. Instead of hardcoding fake numbers, ask Cursor to write the test using live outputs. The editor uses this tool to run the Haversine formula on your coordinates. It then writes the exact resulting miles or kilometers directly into your test suite.
Run direct coordinate calculations in Agent mode
While checking a routing bug in your editor, you can call the `calculate_distance` tool via this MCP server in Agent mode to verify coordinates on the fly. You highlight a pair of coordinates and ask the Cursor agent to calculate the distance. You get the exact distance in kilometers and miles written directly into your chat or inline edit window. This keeps you focused on fixing the bug instead of writing throwaway scratchpad scripts.
Validate coordinate inputs during code generation
The `calculate_distance` tool validates geographic inputs while Cursor generates your routing code. This MCP Server lets the editor test its code against real coordinate pairs. The model calls the tool to ensure the generated code handles boundary cases correctly. You end up with more reliable code because the editor tests its work before you even run it.
Set up Haversine Distance Engine 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 Haversine Distance Engine 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 Haversine Distance Engine transactions." If the MCP tools are loaded correctly, Cursor will call the Haversine Distance Engine tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"haversine-distance-engine-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 Haversine Engine. 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 Haversine Distance Engine MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Haversine Distance Engine MCP today
We host it, we monitor it, we maintain it. You just paste one token.