Use Opencage from Claude Code
Bring Opencage context into engineering work while Type keeps app access attached to the teammate and workspace.
One governed connection your whole team and its AI agents can share, with approved actions and human review, so working in Opencage never means pasting credentials into a prompt.
Bring Opencage context into engineering work while Type keeps app access attached to the teammate and workspace.
Let coding agents ask for the right app action, preserve conversation context, and keep humans in the approval loop.
Use Type as the collaboration layer around OpenClaw and other LLM workflows that need app access.
OpenCage Geocoder provides a simple API for forward and reverse geocoding using open data sources.
Connect Opencage once, then decide which teammates can use it for threads, automations, skills, and coding work.
Tool to convert a human-readable address into geographic coordinates. Use when you need to retrieve latitude and longitude from an address.
Geocode addresses or coordinates and return results in GeoJSON FeatureCollection format. Use this tool when you need: - Geographic data in standard GeoJSON format for mapping applications - Forward geocoding: convert addresses to coordinates - Reverse geocoding: convert coordinates to addresses The response includes coordinates, formatted addresses, and optional annotations like timezone, currency, and sun times for each location.
Geocode an address and return results wrapped in a JavaScript callback function (JSONP format). Use this tool when you need geocoding results that can be directly consumed by JavaScript through a callback function, typically for cross-domain AJAX requests in browser environments. The response wraps standard geocoding JSON with your specified callback function name. Example response: myCallback({"results":[{"geometry":{"lat":52.5,"lng":13.4},"formatted":"Berlin, Germany",...}],...})
Tool to perform forward geocoding and return results in Google Geocoding API v3 compatible JSON format. Use when you need Google v3 compatible output for legacy integrations. Note: This is a legacy format that may be discontinued; using the standard JSON format is recommended.
Tool to convert coordinates to a human-readable address. Use when you have latitude and longitude and need a readable location.
OpenCage provides forward and reverse geocoding using open geographic data sources. Integrations can convert addresses to coordinates, coordinates to addresses, request formatted addresses, components, annotations, confidence, bounds, and timezone/currency metadata using an API key.
Yes. Type lets an AI teammate use connected Opencage actions from a governed workspace context, so Claude Code work can reference the app without copying credentials into a local prompt.
Yes. Codex can collaborate through Type with app context, skills, and approved actions. The Opencage catalog entry includes public integration details and example capabilities where available.
Type exposes connected app capabilities to AI teammates and coding agents through Type's integration layer. Teams use it when they want shared app access, human review, and teammate-level permissions around agent work.
Supabase is an open-source backend-as-a-service providing a Postgres database, authentication, storage, and real-time subscription APIs for building modern applications
Bitbucket is a Git-based code hosting and collaboration platform supporting private and public repositories, enabling teams to manage and review code through pull requests and integrations
Snowflake is a cloud-based data warehouse offering elastic scaling, secure data sharing, and SQL analytics across multiple cloud environments
Integrate Google Maps to access location data, geocoding, directions, and mapping services in your application.