Open Connector
所有 Tools

OpenCage logoOpenCage

Worldwide forward and reverse geocoding API. Affordable, predictable pricing. GDPR compliant, made with open data, trusted by thousands of developers.

opencagevcatalog-v14 个 Tools

认证方式

方式底层类型状态说明
API Keyapi_keyavailable

调用示例

import { createClient } from "@open-connector/sdk";const oc = createClient({  baseUrl: "https://api.openconnector.dev",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await oc.executeTool({  slug: "OPENCAGE_GET_GEOJSON",  connectedAccountId: "conn_...",  arguments: { /* match this tool's input schema */ },});
import Composio from "@composio/client";const composio = new Composio({  baseURL: "https://api.openconnector.dev/composio",  apiKey: process.env.OPEN_CONNECTOR_API_KEY!,});const result = await composio.tools.execute("OPENCAGE_GET_GEOJSON", {  connected_account_id: "conn_...",  arguments: { /* match this tool's input schema */ },});
oc tools execute OPENCAGE_GET_GEOJSON --data '{ }'

Tool 目录

可用 Tools

4 个可调用操作

request a GeoJSON geocoding responseOPENCAGE_GET_GEOJSONGeocode (GeoJSON)

Geocode (GeoJSON)

认证

需要 Connected Account

Tags

GeocodingReverse Geocoding
request a JSON geocoding responseOPENCAGE_GET_JSONGeocode (JSON)

Geocode (JSON)

认证

需要 Connected Account

Tags

GeocodingReverse Geocoding
check API health and connectivityOPENCAGE_GET_PINGHealth check endpoint to verify API availability

Health check endpoint to verify API availability

认证

需要 Connected Account

Tags

Health
request an XML geocoding responseOPENCAGE_GET_XMLGeocode (XML)

Geocode (XML)

认证

需要 Connected Account

Tags

GeocodingReverse Geocoding

Provider 资源