Developer Tools7 toolsPaste one API key
Opencage integration for AI agents
OpenCage Geocoder provides a simple API for forward and reverse geocoding using open data sources.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Opencage once and call the same tools from all of them.
Setup
Connect Opencage 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
Opencage exposes 7 tools through ClawLink.
| Tool | What it does | Kind |
|---|---|---|
opencage_geocode_forward | Convert a human-readable address into geographic coordinates | Read |
opencage_geocode_geojson | Geocode addresses or coordinates and return results in GeoJSON FeatureCollection format | Read |
opencage_geocode_geojsonp | Geocode an address and return results wrapped in a JavaScript callback function (JSONP format) | Read |
opencage_geocode_google_v3_json | Perform forward geocoding and return results in Google Geocoding API v3 compatible JSON format | Read |
opencage_geocode_reverse | Convert coordinates to a human-readable address | Read |
opencage_geocode_xml | Geocode a location query and return results in XML format | Read |
opencage_ping_opencage | Check API health and connectivity | Read |