carto-geocoding
Installation
SKILL.md
Geocoding Addresses in CARTO Workflows
Converts street addresses or place names into geographic coordinates (point geometries) — the essential first step when tabular data has an address column but no spatial column. Two access paths, by scale:
- Single / ad-hoc (MCP-first): for a handful of addresses (or reverse-geocoding coordinates back to addresses), the CARTO MCP
geocodetool answers directly — operationsgeocode,reverse, andcapabilities. No workflow needed. It runs on any MCP host, including sandboxed chat hosts where the CLI can't. Prefer it for interactive requests. - Table-scale / repeatable: to geocode a whole table or build a reusable pipeline, use the Workflow pattern below. Load
carto-create-workflowfor the development process, JSON structure, and validation — it covers both paths (MCPcreate_workflow/validate_workflow/run_workflowwhen attached; thecarto workflowsCLI otherwise; routing signals incarto-basics/references/access-paths.md).
Over an API-token MCP session the ad-hoc/authoring tools are hidden (read/discovery only) — fall back to the CLI or reconnect over OAuth.
Instructions
A geocoding workflow follows this pipeline:
Source Table (with address column) -> Geocode -> (Filter successful) -> Save