Developer Tools13 toolsPaste one API key
Graphhopper integration for AI agents
GraphHopper Directions API provides enterprise-grade routing services, including route planning, optimization, geocoding, and more, for various vehicle types.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Graphhopper once and call the same tools from all of them.
Setup
Connect Graphhopper through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Graphhopper exposes 13 tools through ClawLink.
| Tool | What it does | Kind |
|---|---|---|
graphhopper_cluster_post | Solve capacity-constrained clustering problems by assigning customers to clusters while | Read |
graphhopper_geocode_get | Perform forward or reverse geocoding | Read |
graphhopper_get_cluster_solution | Retrieve the solution of an asynchronous clustering job | Read |
graphhopper_get_matrix | Compute a distance and/or time matrix using GET request with query parameters | Read |
graphhopper_get_matrix_solution | Retrieve the result of an asynchronous matrix computation job | Read |
graphhopper_get_route | Calculate the best path connecting two or more points using simple GET request | Read |
graphhopper_isochrone_get | Compute isochrone polygons for a given point | Read |
graphhopper_matrix_post | Calculate distance, time, or weight matrices via POST | Read |
graphhopper_profiles_get | Retrieve all custom routing profiles for your GraphHopper account | Read |
graphhopper_route_post | Calculate complex routes via POST /route | Read |
graphhopper_upload_gpx_file | Map-match a GPX track using GraphHopper's Map Matching API | Write |
graphhopper_submit_matrix_job | Submit a matrix computation job for asynchronous processing | Read |
graphhopper_vrp_post | Initiate VRP optimization | Read |