Graphhopper
Overview
SLUG: GRAPHHOPPER
Description
GraphHopper Directions API provides enterprise-grade routing services, including route planning, optimization, geocoding, and more, for various vehicle types.
Authentication Details
API Key
Connecting to Graphhopper
Create an auth config
Use the dashboard to create an auth config for the Graphhopper toolkit. This allows you to connect multiple Graphhopper accounts to Composio for agents to use.
Create and Get auth config ID
Click “Create Graphhopper Auth Config”. After creation, copy the displayed ID starting with ac_
. This is your auth config ID. This is not a sensitive ID — you can save it in environment variables or a database.
This ID will be used to create connections to the toolkit for a given user.
Connect Your Account
Using API Key
Tools
Executing tools
To prototype you can execute some tools to see the responses and working on the Graphhopper toolkit’s playground
OpenAI (Python)
Anthropic (TypeScript)
Google (Python)
Vercel (TypeScript)
Tool List
GRAPHHOPPER_CLUSTER_POST
Tool Name: Capacity Clustering
Description
Action Parameters
Action Response
GRAPHHOPPER_GEOCODE_GET
Tool Name: GraphHopper Geocoding
Description
Action Parameters
Action Response
GRAPHHOPPER_ISOCHRONE_GET
Tool Name: Get Isochrone
Description
Action Parameters
Action Response
GRAPHHOPPER_MATRIX_POST
Tool Name: Calculate Matrix
Description
Action Parameters
Action Response
GRAPHHOPPER_PROFILES_GET
Tool Name: Get Custom Profiles
Description
Action Parameters
Action Response
GRAPHHOPPER_ROUTE_POST
Tool Name: POST Route
Description
Action Parameters
Action Response
GRAPHHOPPER_UPLOAD_GPX_FILE
Tool Name: Upload GPX File
Description
Action Parameters
Action Response
GRAPHHOPPER_VRP_POST
Tool Name: GraphHopper VRP POST
Description
Action Parameters
Action Response