API & Integrations
Use GoraAdv with Claude AI, or integrate offroad routing directly into your own app.
GoraAdv works as a connector inside Claude — Anthropic's AI assistant. Once connected, you can plan offroad routes, calculate roundtrips, and download GPX files just by talking to Claude. It works on desktop, web, and mobile.
How to connect
What you can say
GoraAdv exposes six tools via the MCP protocol. Claude selects and calls them automatically based on your request — you don't need to invoke them by name.
The GoraAdv public API lets you integrate offroad routing into your own tools and apps. All responses are JSON.
Generate an API key from your profile settings. Pass it as an Authorization header:
Endpoints
| Endpoint | Description |
|---|---|
| GET/geocode | Resolve a place name to lat/lon coordinates |
| POST/route | Calculate an offroad A→B route with optional waypoints |
| POST/roundtrip | Generate an offroad roundtrip loop from a start point |
| GET/gpx/{route_id} | Download a GPX file for a previously calculated route |
| POST/save | Save a route to your account |
| GET/usage | Check your remaining GPX download quota |
Rate limits
Quick example — geocode
Everything on goraadv.com is free — route calculation, map preview and GPX downloads alike. There is no account tier, no credit bundle and nothing to buy.
Downloads are capped per address per day to keep automated bulk pulls from degrading the service for everyone else. The cap is generous enough that normal planning never runs into it.