MCP.so
登录

OpenStreetMap MCP Server

@Subhashnaidudulla

关于 OpenStreetMap MCP Server

OpenStreetMap MCP Server Implementation

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

Subhashnaidudulla

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is OpenStreetMap MCP Server?

The OpenStreetMap MCP Server is an MCP (Map Control Protocol) server implementation that integrates OpenStreetMap data. It is intended for developers who need to serve map tiles and access OpenStreetMap data through RESTful API endpoints.

How to use OpenStreetMap MCP Server?

Install dependencies with npm install, copy the example environment file (cp .env.example .env) and edit it with your configuration, then start the server using npm start. API documentation is available at /api-docs when the server is running.

Key features of OpenStreetMap MCP Server

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

Use cases of OpenStreetMap MCP Server

FAQ from OpenStreetMap MCP Server

How do I start the server?

Run npm start after installing dependencies and configuring the environment.

How do I configure the server?

Copy .env.example to .env and edit the variables with your configuration.

Where is the API documentation?

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

What features does the server provide?

The server supports OpenStreetMap data integration, the MCP protocol, RESTful API endpoints, and map tile serving.

评论

其他 分类下的更多 MCP 服务器