osm-mcp-server

osm-mcp-server

3.2

If you are the rightful owner of osm-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Map Control Protocol (MCP) server implementation for OpenStreetMap integration.

OpenStreetMap MCP Server

A Map Control Protocol (MCP) server implementation for OpenStreetMap integration.

Features

  • OpenStreetMap data integration
  • MCP protocol implementation
  • RESTful API endpoints
  • Map tile serving capabilities

Setup

  1. Install dependencies:
npm install
  1. Configure environment variables:
cp .env.example .env
# Edit .env with your configuration
  1. Start the server:
npm start

API Documentation

API documentation is available at /api-docs when the server is running.

License

MIT License