data
OpenStreetMap MCP, CLI, and Lua Integration for AI Agents
OpenStreetMap integration docs for AI agents: MCP gateway setup, OpenStreetMap CLI commands, Lua API reference, credentials, and function schemas.OpenStreetMap for agents
No credentials required; available in web and CLI hosts when runtime dependencies are installed.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
openstreetmap.openstreetmap_nominatim_search | Read read | 0 | Search for places by free-form or structured address query. |
openstreetmap.openstreetmap_nominatim_reverse | Read read | 0 | Reverse geocode latitude and longitude. |
openstreetmap.openstreetmap_nominatim_lookup | Read read | 0 | Look up address details by OSM object IDs. |
openstreetmap.openstreetmap_nominatim_details | Read read | 0 | Get detailed Nominatim place information. |
openstreetmap.openstreetmap_nominatim_status | Read read | 0 | Check Nominatim service status. |
openstreetmap.openstreetmap_overpass_query | Read read | 0 | Execute an Overpass QL query. |
openstreetmap.openstreetmap_overpass_status | Read read | 0 | Check Overpass API status. |
openstreetmap.openstreetmap_object_url | Read read | 0 | Build a stable OpenStreetMap node, way, or relation URL. |
openstreetmap.openstreetmap_map_url | Read read | 0 | Build a stable OpenStreetMap map URL for coordinates. |