Developer Tools25 toolsPaste one API key
Geoapify integration for AI agents
Geoapify offers a suite of APIs for integrating maps, geocoding, routing, and other location-based services into applications.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Geoapify once and call the same tools from all of them.
Setup
Connect Geoapify 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
Geoapify exposes 25 tools through ClawLink.
| Tool | What it does | Kind |
|---|---|---|
geoapify_address_autocomplete | Fetch address suggestions based on partial input | Read |
geoapify_boundaries | Retrieve all administrative boundaries that contain a given location | Read |
geoapify_forward_geocoding | Convert an address into geographic coordinates | Write |
geoapify_geometry | Perform geometric operations on stored polygon geometries | Read |
geoapify_get_batch_forward_geocode_results | Retrieve batch forward geocoding job results using the job ID | Read |
geoapify_get_batch_reverse_geocode_results | Retrieve batch reverse geocoding job results | Read |
geoapify_get_boundaries_consists_of | Get boundaries that a specified location consists of | Read |
geoapify_get_map_style | Retrieve vector map style JSON for MapLibre GL and Mapbox GL | Read |
geoapify_get_static_map | Generate static map images with customizable style, size, center, zoom, markers, and geometries | Read |
geoapify_ip_geolocation | Lookup geographic location information for an IP address | Read |
geoapify_isoline | Generate isochrone or isodistance isolines | Read |
geoapify_list_postcodes | List postcodes within a specified area or boundary | Read |
geoapify_map_matching | Snap GPS traces to the road network for accurate route reconstruction | Read |
geoapify_map_tiles | Fetch raster map tiles or style JSON from Geoapify | Read |
geoapify_marker_icon | Generate custom map marker icons as PNG images | Read |
geoapify_place_details | Retrieve detailed information about a specific place | Read |
geoapify_places | Search for points of interest (POIs) like restaurants, hotels, attractions, hospitals, etc | Read |
geoapify_postcode | Retrieve postcode information for a location | Read |
geoapify_reverse_geocoding | Reverse geocode coordinates into a structured address | Read |
geoapify_route_matrix | Compute travel time and distance matrices | Read |
geoapify_route_planner | Optimize multi-agent routes for deliveries, pickups, and service jobs | Read |
geoapify_routing | Calculate routes between multiple waypoints | Read |
geoapify_batch_requests | Create or retrieve asynchronous batch processing jobs for geocoding, reverse geocoding | Read |
geoapify_create_batch_forward_geocode_job | Create a batch forward geocoding job for up to 1000 addresses | Write |
geoapify_create_batch_reverse_geocode_job | Create a batch reverse geocoding job that converts multiple lat/lon coordinates into addresses | Write |