MCP.so
登录

🌍 OSMMCP: OpenStreetMap MCP Server

@estebamod

关于 🌍 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.

基本信息

分类

媒体与设计

许可证

MIT license

运行时

go

传输方式

stdio

发布者

estebamod

配置

暂无标准配置

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

代码仓库

工具

未检测到工具

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

概览

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.

评论

媒体与设计 分类下的更多 MCP 服务器