The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Osm Tagging Schema MCP listing page.
This is a Model Context Protocol (MCP) server designed specifically for AI agents and LLM applications. It acts as a bridge between artificial intelligence systems and the comprehensive OpenStreetMap tagging knowledge base provided by the official @openstreetmap/id-tagging-schema library.
Current Status: Production-ready MCP server, actively maintained and continuously improved. The service is deployed and accessible at https://mcp.gander.tools/osm-tagging/.
We welcome your feedback! Have ideas for improvements? Found a bug? Want to discuss features? Please open an issue or start a discussion.
⚠️ Important clarifications:
If you're looking for a user-facing OSM tagging tool, consider iD editor or JOSM instead.
7 MCP Tools organized into 3 categories:
📖 Full tool reference: docs/api/
📖 More options: docs/user/installation.md (source installation, verification, troubleshooting)
Add to your Claude Desktop configuration:
📖 Next steps:
Test and debug the server using the official MCP Inspector:
The Inspector provides an interactive web UI to test all tools, inspect responses, and debug issues.
📖 Complete inspection guide: docs/development/inspection.md (includes HTTP transport testing)
Built with Test-Driven Development (TDD) and Property-Based Fuzzing:
📖 Development guides: docs/development/development.md | docs/development/fuzzing.md
Contributions welcome! This project follows Test-Driven Development (TDD).
npm installnpm test📖 Guidelines: docs/development/contributing.md
Choose your path:
| I want to... | Go to |
|---|---|
| Install and run the server | Installation Guide |
| Configure with Claude Code/Desktop | Configuration Guide |
| Learn how to use the tools | Usage Guide → API Reference |
| Test and debug the server | Inspection Guide |
| Deploy in production (HTTP/Docker) | Deployment Guide |
| Fix issues or errors | Troubleshooting Guide |
| Contribute to the project | Contributing Guide |
User Guides:
Developer Docs:
Deployment Docs:
Project Info:
GNU General Public License v3.0 - See LICENSE file for details.