Graphhopper
GraphHopper Directions API provides enterprise-grade routing services, including route planning, optimization, geocoding, and more, for various vehicle types.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Graphhopper authenticates with an API key. Generate the credential in your Graphhopper account, then paste it into FlyMyAI the first time an agent uses a Graphhopper action.
Get your Graphhopper credential →
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
GraphHopper API Key | Your unique API key for authenticating requests to the GraphHopper Directions API. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
GRAPHHOPPER_CLUSTER_POST | Tool to solve capacity clustering problem. Use when assigning a set of customers to clusters to minimize total distance synchronously. | configuration, customers |
GRAPHHOPPER_GEOCODE_GET | Tool to perform forward or reverse geocoding. Use when converting between textual addresses and latitude/longitude coordinates. | key |
GRAPHHOPPER_ISOCHRONE_GET | Tool to compute isochrone polygons for a given point. Use when you need to determine areas reachable within time or distance constraints. | point |
GRAPHHOPPER_MATRIX_POST | Tool to calculate distance, time, or weight matrices via POST. Use when you have multiple origins/destinations or a symmetric point set and need a single batch request. | profile, out_arrays |
GRAPHHOPPER_PROFILES_GET | Tool to retrieve a list of all user-defined routing profiles. Use when you need to list custom profiles. | key |
GRAPHHOPPER_ROUTE_POST | Tool to calculate complex routes via POST /route. Use when you need advanced route planning with custom parameters. | profile, points |
GRAPHHOPPER_UPLOAD_GPX_FILE | Tool to upload a GPX file to a public file hosting endpoint. Returns a public URL which can be used where a 's3key' is required. | file |
GRAPHHOPPER_VRP_POST | Tool to initiate VRP optimization. Use when you need to solve vehicle routing problems synchronously. | vehicles |
Links
We love our partners - FlyMy.AI builds with the best. Thanks, Graphhopper!