
Osm Tagging Schema Mcp
Let your coding agent query and validate OpenStreetMap tagging rules while you build map editors, importers, or geo features.
Overview
OSM Tagging Schema MCP is a Build-phase MCP server that queries and validates OpenStreetMap tags for agents building map-related software.
What is this MCP server?
- Query OpenStreetMap tagging schema details from the agent
- Validate tags and keys against OSM conventions via MCP tools
- npm package @gander-tools/osm-tagging-schema-mcp (v3.0.1)
- stdio MCP transport for IDE and Claude Code setups
- Reduces wrong-tag commits before export or upload workflows
- MCP server version 3.0.1
- npm package identifier @gander-tools/osm-tagging-schema-mcp
What problem does it solve?
OSM tagging rules are spread across wiki pages and validators, so agents and humans ship inconsistent tags and broken imports.
Who is it for?
Builders creating OSM editors, importers, or geo SaaS who want schema-aware assistance inside the IDE.
Skip if: Projects that only need basemap tiles or geocoding with no custom tagging or export logic.
What do I get? / Deliverables
After registration, your agent can look up schema details and validate tags through MCP instead of guessing from stale documentation snippets.
- MCP tools for OSM tag query and validation
- Fewer invalid tag sets in generated importers or editors
- Agent-grounded answers tied to tagging schema rules
Recommended MCP Servers
Journey fit
OSM schema knowledge is needed while integrating map data pipelines and validators into the product, not at initial idea research. integrations fits MCP servers that wrap external schemas and validation APIs the app or agent calls during development.
How it compares
MCP schema/validation bridge for OSM tags, not a Cesium globe runtime or general GIS desktop suite.
Common Questions / FAQ
Who is OSM Tagging Schema MCP for?
Developers and solo builders working on OpenStreetMap-related features who use MCP-enabled agents for implementation help.
When should I use OSM Tagging Schema MCP?
Use it during build when writing importers, validators, or editing UIs that must conform to OSM tagging conventions.
How do I add OSM Tagging Schema MCP to my agent?
Install @gander-tools/osm-tagging-schema-mcp from npm and add it as a stdio MCP server in your Claude Code or Cursor MCP config.