osm-edit-mcp (skywinder/osm-edit-mcp) is an MCP server listed on the M8ven Trust Index. It scores 54 out of 100, grade D. It declares 32 tools. No publisher has claimed this listing.

D
Caution
54/100

osm-edit-mcp

Review-first MCP server for turning selected local GPX surveys into previewed, version-checked OpenStreetMap road edits.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

skywinder

Source: Glama · also listed on github_repo_search

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. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// 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.
// tools this server exposes32 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

get_osm_node

Get an OSM node by ID.

get_osm_way

Get an OSM way by ID.

get_osm_relation

Get an OSM relation by ID.

get_osm_elements_in_area

Get OSM elements within a bounding box.

create_changeset

Create a new changeset for OSM edits.

get_changeset

Get information about a changeset.

close_changeset

Close a changeset.

get_server_info

Get information about the OSM Edit MCP server.

check_authentication

Check authentication status and get current user information.

find_nearby_amenities

Find nearby amenities around a location using Overpass API.

validate_coordinates

Validate coordinates and provide information about the location.

get_place_info

Get information about a place by name using OSM Nominatim.

search_osm_elements

Search for OSM elements using Overpass API with a text query.

create_osm_node

Create a new OSM node (requires authentication).

create_osm_way

Create a new OSM way from a list of node IDs (requires authentication).

create_osm_relation

Create a new OSM relation from a list of members (requires authentication).

update_osm_node

Update an existing OSM node (requires authentication).

update_osm_way

Update an existing OSM way (requires authentication).

update_osm_relation

Update an existing OSM relation (requires authentication).

delete_osm_node

Delete an existing OSM node (requires authentication and confirmation).

delete_osm_way

Delete an existing OSM way (requires authentication and confirmation).

delete_osm_relation

Delete an existing OSM relation (requires authentication and confirmation).

create_place_from_description

Create a new place on OSM from a natural language description.

find_and_update_place

Find and update a place on OSM from a natural language description.

delete_place_from_description

Delete a place on OSM from a natural language description (requires confirmation).

parse_natural_language_osm_request

Parse a natural language request into structured OSM data.

bulk_create_places

Create multiple places at once from structured data.

validate_osm_data

Validate OSM data for quality assurance before uploading.

get_changeset_history

Get changeset history for analysis and tracking.

export_osm_data

Export OSM data from a bounding box in various formats.

get_osm_statistics

Get statistics and analytics for OSM data in a bounding box.

smart_geocode

Enhanced geocoding with address parsing and multiple search strategies.

// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
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
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployPORT
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

32/32 tools missing one or more hints — get_osm_node (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get_osm_way (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); get_osm_relation (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +29 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Descriptions match behaviour

1 tool describes read intent but its handler mutates — check_authentication (line 588: with open(token_file, 'w') as f:)

Rename the tool, rewrite the description, or move the side-effect into a separate clearly-named tool.

Tool inputs are validated

30/32 tool handlers declare input schemas (94%)

Declare an inputSchema with zod/joi/yup on every tool definition.

Tests exist

No test files found

Add tests that exercise each declared tool.

Tool description accuracy

check_authentication: description implies read-only but handler writes/deletes/executes

Update tool descriptions to accurately reflect all capabilities — especially write, delete, or execute operations.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// 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 Verified](https://m8ven.ai/badge/mcp/skywinder/osm-edit-mcp?variant=verified)](https://m8ven.ai/mcp/skywinder/osm-edit-mcp)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: 8ae5be15fe9dce884c7448d3a69d72e84864dfa4
code hash: 327218fbcaeff4fbb7a19e5e534d13671b4c9f30a8be5f69851c8d234a926c42
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client