osm-mcp-server

osm-mcp-server

1

The OpenStreetMap MCP Server is an implementation of the Map Control Protocol, designed to integrate OpenStreetMap data. It offers features like map tile serving and a RESTful API, providing a robust mapping solution.

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