MCP.so
Sign In

🌍 OSMMCP: OpenStreetMap MCP Server

@estebamod

About 🌍 OSMMCP: OpenStreetMap MCP Server

OpenStreetMap MCP server providing precision geospatial tools for LLMs via Model Context Protocol. Features geocoding, routing, nearby places, neighborhood analysis, EV charging stations, and more.

Basic information

Category

Media & Design

License

MIT license

Runtime

go

Transports

stdio

Publisher

estebamod

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is OSMMCP?

OSMMCP is a Model Context Protocol (MCP) server that provides precision geospatial tools for large language models. It integrates with OpenStreetMap data to offer geocoding, routing, nearby places, neighborhood analysis, and EV charging station location. This server is designed for developers building geospatial applications with LLMs.

How to use OSMMCP?

Clone the repository, build the project using go build, and run the server with ./osmmcp. Access the tools via HTTP endpoints such as /geocode, /route, /nearby, /neighborhood, and /ev-charging with the appropriate query parameters.

Key features of OSMMCP

  • Geocoding: convert addresses to coordinates and vice versa
  • Routing: get optimal paths with detailed directions
  • Nearby Places: discover points of interest near a location
  • Neighborhood Analysis: understand demographics and amenities
  • EV Charging Stations: locate electric vehicle charging stations

Use cases of OSMMCP

  • Convert user-provided addresses into geographic coordinates for mapping
  • Generate optimal driving or walking routes between two points
  • Find nearby restaurants, gas stations, or other points of interest
  • Analyze neighborhood characteristics for urban planning or market research
  • Locate EV charging stations for sustainable travel planning

FAQ from OSMMCP

What features does OSMMCP offer?

Geocoding, routing, nearby places, neighborhood analysis, and EV charging station location.

How do I install OSMMCP?

Clone the repository, build with Go using go build, and run the server with ./osmmcp.

What endpoints are available?

Endpoints include /geocode, /route, /nearby, /neighborhood, and /ev-charging.

What license is OSMMCP under?

OSMMCP is licensed under the MIT License.

Comments

More Media & Design MCP servers