Tools
| Name | Description |
|---|---|
search_locationsSearch Open Charge Map charging locations by country, bounding box, or nearby coordinates. | Search Open Charge Map charging locations by country, bounding box, or nearby coordinates. |
get_locationGet a charging location by Open Charge Map ID. | Get a charging location by Open Charge Map ID. |
get_reference_dataGet Open Charge Map reference data such as countries, operators, connection types, usage types, and status types. | Get Open Charge Map reference data such as countries, operators, connection types, usage types, and status types. |
list_commentsList user comments and check-ins attached to a charging location. | List user comments and check-ins attached to a charging location. |
list_mediaList photos and media attached to a charging location. | List photos and media attached to a charging location. |
Triggers
| Name | Description |
|---|---|
new_locationsTriggers when newly seen charging locations appear for the configured Open Charge Map search. | Triggers when newly seen charging locations appear for the configured Open Charge Map search. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('open-charge-map', 'search_locations', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'open-charge-map',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Open Charge Map to my app?
Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Open Charge Map support?
Open Charge Map supports 5 tools including Search Charging Locations, Get Charging Location, Get Reference Data, List Location Comments, List Location Media.
Can I use Open Charge Map with AI agents?
Yes. Add Open Charge Map to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect Open Charge Map to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Open Charge Map as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Open Charge Map tools exposed by that workspace.
Does Open Charge Map work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Open Charge Map work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Open Charge Map?
Open Charge Map exposes 5 tools, including Search Charging Locations, Get Charging Location, Get Reference Data, List Location Comments, List Location Media. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Open Charge Map be used in stateful agent workflows?
Yes. Agents can combine Open Charge Map tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Open Charge Map use?
Open Charge Map uses API Key. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Open Charge Map integration cost?
The Open Charge Map integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Open Charge Map support?
Open Charge Map supports 1 triggers including New Charging Locations.
Connect Open Charge Map in minutes
Get 20,000 free action executions every month. No credit card required.