Command Palette

Search for a command to run...

Home / Servers

openstreetmap-mcp-server

by cyanheads

<div align="center"> <h1>@cyanheads/openstreetmap-mcp-server</h1> <p><b>Geocode, reverse geocode, and run Overpass spatial queries on OpenStreetMap data via MCP. STDIO or Streamable HTTP.</b> <div>6 Tools</div> </p> </div> <div align="center">

Version License Docker MCP SDK npm TypeScript Bun

</div> <div align="center">

Install in Claude Desktop Install in Cursor Install in VS Code

Framework

</div> <div align="center">

Public Hosted Server: https://openstreetmap.caseyjhand.com/mcp

</div>

Tools

6 tools for geocoding and spatial queries against OpenStreetMap data:

ToolDescription
openstreetmap_search_placesConvert a place name or address to geographic coordinates and structured place data
openstreetmap_reverse_geocodeConvert latitude/longitude coordinates to the nearest address or place name
openstreetmap_lookup_objectsFetch address details for one or more known OSM objects by their IDs
openstreetmap_query_nearbyFind OSM features within a radius around a geographic point
openstreetmap_query_bboxFind OSM features within a rectangular bounding box
openstreetmap_query_rawExecute a raw Overpass QL query for advanced spatial operations

openstreetmap_search_places

Convert a place name or address to geographic coordinates via Nominatim/OpenStreetMap.

  • Two input modes: free-form query string (e.g., "Space Needle Seattle") or structured address fields (street, city, state, country, postal code) — mutually exclusive
  • Country filtering via ISO 3166-1 alpha-2 codes (countrycodes)
  • Data layer filtering: address, poi, railway, natural, manmade
  • Feature type restriction: country, state, city, settlement
  • Optional extra OSM tags (phone, website, opening_hours, wikidata)
  • Preferred language override via BCP 47 code
  • Returns results ordered by Nominatim importance score (global prominence)
  • Results include coordinates, structured address, bounding box, OSM type/ID for chaining into openstreetmap_lookup_objects

openstreetmap_reverse_geocode

Convert latitude/longitude to the nearest

Related servers

n8n

Updated today

by n8n-io

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

NOASSERTION199,059

mcp-server-fetch

OfficialUpdated today

by modelcontextprotocol

A Model Context Protocol server providing tools to fetch and convert web content for usage by LLMs

89,138

@modelcontextprotocol/server-filesystem

OfficialUpdated today

by modelcontextprotocol

MCP server for filesystem access

SEE LICENSE IN LICENSE89,138

@modelcontextprotocol/server-everything

OfficialUpdated today

by modelcontextprotocol

MCP server that exercises all the features of the MCP protocol

89,138