osm-mcp-server
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
- Install dependencies:
npm install
- Configure environment variables:
cp .env.example .env
# Edit .env with your configuration
- Start the server:
npm start
API Documentation
API documentation is available at /api-docs
when the server is running.
License
MIT License