Calculate distance
Let your agent measure the distance between two points. Call it as an MCP tool to get miles, kilometers, bearing and direction from coordinates. You switch it on with a single toggle — no SDK and no endpoint wiring — and it answers over MCP or REST using the same key as every other skill.
A real response from the Distance Calculator Skill — exactly what your agent gets back when it makes the call.
{
"lat1": 36.7783,
"lon1": -119.4179,
"lat2": 34.0522,
"lon2": -118.2437
}Enable Distance Calculator and your app can calculate distance — geocode, resolve timezones, measure distance — without integrating a maps provider or managing another key.
Over MCP, distancecalculator becomes the tool your model reaches for whenever it needs to ground reasoning in a real location.
Call Distance Calculator from your backend and feed its structured output straight into the code you already have.
Once enabled, this skill is reachable two ways — pick whichever fits how you build. Both use the same key.
It appears to your model as a callable tool. No extra code — the agent invokes it when a task needs it.
distancecalculatorCall it from your server with one request and your key. Node, Python, Go — anything that can send a GET.
GET /v1/distancecalculatorHow to connect it over MCP or REST.
The same key runs from your first prototype to millions of calls — on APIVerve's rails, 99.9% uptime.
See pricing