ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use OpenStreetMap with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Access and edit OpenStreetMap data. manage changesets, query map elements, and retrieve geospatial data directly from any AI agent.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 33 capabilities

The complete OpenStreetMap capability set.

These are the exact actions your AI can choose when you ask it to work with OpenStreetMap.

Capability set01 / 09

01-04

4 capabilities in this set.

Part of 33 available through OpenStreetMap.

  1. 01

    Close note

    Close a map note

  2. 02

    Comment note

    Add a comment to an existing map note

  3. 03

    Create changeset

    Create a new changeset

  4. 04

    Create note

    Create a new map note

Capability set02 / 09

05-08

4 capabilities in this set.

Part of 33 available through OpenStreetMap.

  1. 05

    Delete element

    Delete a node, way, or relation

  2. 06

    Download changeset

    Download a changeset in OsmChange format

  3. 07

    Get auth user details

    Get details for the authenticated user

  4. 08

    Get element

    Read a node, way, or relation by ID

Capability set03 / 09

09-12

4 capabilities in this set.

Part of 33 available through OpenStreetMap.

  1. 09

    Get element history

    Get the history of a node, way, or relation

  2. 10

    Get elements

    Multi-fetch nodes, ways, or relations

  3. 11

    Get gpx data

    Download data for a GPS trace

  4. 12

    Get gpx metadata

    Read metadata for a GPS trace

Capability set04 / 09

13-16

4 capabilities in this set.

Part of 33 available through OpenStreetMap.

  1. 13

    Get inbox

    Get the authenticated user's message inbox

  2. 14

    Get map data

    Get map data (nodes, ways, relations) within a bounding box

  3. 15

    Get message

    Read a specific message

  4. 16

    Get permissions

    Get OAuth permissions for the authenticated user

Capability set05 / 09

17-20

4 capabilities in this set.

Part of 33 available through OpenStreetMap.

  1. 17

    Get user preferences

    Get preferences for the authenticated user

  2. 18

    Get user

    Get details for a specific user

  3. 19

    Search notes

    Search for map notes

  4. 20

    Send message

    Send a private message to another user

Capability set06 / 09

21-24

4 capabilities in this set.

Part of 33 available through OpenStreetMap.

  1. 21

    Update changeset

    Update tags of an open changeset

  2. 22

    Update element

    Update an existing node, way, or relation

  3. 23

    Upload gpx

    Upload a GPS trace (GPX)

  4. 24

    Delete message

    Delete a message

Capability set07 / 09

25-27

3 capabilities in this set.

Part of 33 available through OpenStreetMap.

  1. 25

    Get outbox

    Get the authenticated user's message outbox

  2. 26

    Close changeset

    Close a changeset

  3. 27

    Create element

    Create a new node, way, or relation

Capability set08 / 09

28-30

3 capabilities in this set.

Part of 33 available through OpenStreetMap.

  1. 28

    Get changeset

    Read a changeset by ID

  2. 29

    Get note

    Read a map note by ID

  3. 30

    List notes

    List map notes within a bounding box

Capability set09 / 09

31-33

3 capabilities in this set.

Part of 33 available through OpenStreetMap.

  1. 31

    List user gpx

    List GPS traces for the authenticated user

  2. 32

    Query changesets

    Query changesets with filters

  3. 33

    Update message status

    Update the read status of a message

Observed, not estimated

1044ms average. Fast in production.

OpenStreetMap is checked daily against the live service.

Daily averagePeak 1270ms
Aug 20Today
Fastest day
872ms
Slowest day
1270ms
14-day trend
Slowing+17%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 33 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of OpenStreetMap, so you can see the experience inside your AI.

It does not authenticate your account with OpenStreetMap. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

OpenStreetMap Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_lYsdJXjQWE6aDpvmlzimYbbJoVMB0mBSaq4KoX0x/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — OpenStreetMap capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "openstreetmap-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_lYsdJXjQWE6aDpvmlzimYbbJoVMB0mBSaq4KoX0x/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions OpenStreetMap owners ask.

  • 01

    How can I download map data for a specific region?

    Use the get_map_data capability by providing a bounding box string (left, bottom, right, top). The agent will retrieve all nodes, ways, and relations within those coordinates.

  • 02

    Can I see who edited a specific road or building?

    Yes! Use the get_element_history capability with the element type (node, way, or relation) and its ID. It will return the full version history, including timestamps and user information.

  • 03

    Is it possible to search for recent map updates in a city?

    You can use query_changesets with a bbox (bounding box) parameter. This will list all changesets that intersect with that area, allowing you to inspect recent mapping activity.