54
/ 100
1 month ago
glama

OSM Edit MCP Server

Enables AI assistants to search, validate, and edit OpenStreetMap data through natural language commands and built-in safety protections. It supports discovery of nearby amenities, geographic data exploration, and secure map editing via OAuth authentication.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
⚠️
Tool descriptions don’t match what handlers do
1 tool describes read intent but its handler mutates — check_authentication (line 588: with open(token_file, 'w') as f:)
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 3 credentials: OSM_DEV_CLIENT_SECRET, OSM_PROD_CLIENT_SECRET, API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configOSM_DEV_CLIENT_IDyour_client_id_here
🔐 secretOSM_DEV_CLIENT_SECRETyour_client_secret_here
configOSM_DEV_REDIRECT_URI
configOSM_PROD_CLIENT_ID
🔐 secretOSM_PROD_CLIENT_SECRET
configOSM_PROD_REDIRECT_URI
configOSM_USE_PROD_API
configOSM_USE_DEV_API"": "true",
🔐 secretAPI_KEYEdit .env with your OAuth credentials and
configPORT
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 6 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/skywinder-osm-edit-mcp-c05vg7)](https://m8ven.ai/mcp/skywinder-osm-edit-mcp-c05vg7)
commit: 8ae5be15fe9dce884c7448d3a69d72e84864dfa4
code hash: 327218fbcaeff4fbb7a19e5e534d13671b4c9f30a8be5f69851c8d234a926c42
verified: 6/17/2026, 12:17:24 PM
view raw JSON →