This OpenStreetMap server, implemented in Go, enhances Large Language Model (LLM) capabilities by providing access to precision geospatial tools. It leverages the Model Context Protocol (MCP) to enable LLMs to interact with location-based services and OpenStreetMap data, offering features such as geocoding, routing, finding nearby points of interest, neighborhood analysis, and electric vehicle charging station discovery, all optimized for performance, maintainability, and ease of integration.
주요 기능
01Geocodes addresses and place names to coordinates.
02Provides routing directions between locations.
03Finds nearby points of interest based on category and radius.
04Analyzes neighborhood livability based on various data points.
05Locates EV charging stations along routes.
061 GitHub stars