ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Overpass API with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Access OpenStreetMap data via Overpass API. execute complex spatial queries, fetch raw map data, and monitor API status.

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 · 4 capabilities

The complete Overpass API capability set.

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

Capability set01 / 01

01-04

4 capabilities in this set.

Part of 4 available through Overpass API.

  1. 01

    Get status

    Check Overpass API rate limit and slot status

  2. 02

    Execute query

    ALWAYS include [out:json]; at the beginning of your query to ensure JSON output. Execute an Overpass QL query

  3. 03

    Get map

    Returns raw XML data. Fetch OSM map data for a bounding box

  4. 04

    Execute xapi

    Returns raw XML data. Execute a legacy XAPI query

Observed, not estimated

793ms average. Fast in production.

Overpass API is checked daily against the live service.

Daily averagePeak 1170ms
Aug 20Today
Fastest day
665ms
Slowest day
1170ms
14-day trend
Slowing+9%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 4 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 Overpass API, so you can see the experience inside your AI.

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

Overpass API Connector

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

Connector linkhttps://edge.vinkius.com/vk_preview_zzdgleuR8jSsqRIakxavJFmaXkwVJPywGnPhOsDn/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 — Overpass API capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "overpass-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_zzdgleuR8jSsqRIakxavJFmaXkwVJPywGnPhOsDn/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 Overpass API owners ask.

  • 01

    How do I find all restaurants in a specific city using this server?

    You can ask the agent to use the execute_query capability with an Overpass QL string, for example: [out:json];area[name='Berlin'];node(area)[amenity=restaurant];out;. The agent will handle the execution and present the results.

  • 02

    Can I download raw map data for a specific coordinate range?

    Yes. Use the get_map capability and provide the bounding box coordinates in the format min_lon,min_lat,max_lon,max_lat. This will return the raw OSM data for that area.

  • 03

    What should I do if the API returns a rate limit error?

    Run the get_status capability. It will show you how many slots are available and if there is a cooldown period active for your IP address.