geospatial-mcp-server

Dữ liệu không gian địa lý cho các tác nhân AI thông qua OpenStreetMap — mã hóa địa lý, mã hóa địa lý ngược, tìm kiếm POI, định tuyến và thống kê khu vực. Không yêu cầu khóa API.

GitHubDùng thử MCP nàyĐược tài trợ

Tài liệu

geospatial-mcp-server

Geospatial data for AI agents — geocoding, reverse geocoding, POI search, routing, and area statistics via OpenStreetMap.

PyPI version License: MIT

100% free, no API key required. Uses OpenStreetMap Nominatim + Overpass API.

Quick Start

pip install geospatial-mcp-server
{
  "mcpServers": {
    "geospatial": {
      "command": "uvx",
      "args": ["geospatial-mcp-server"]
    }
  }
}

What Can You Do?

Ask your AI agent things like:

  • "What are the coordinates of the Eiffel Tower?"
  • "Find all hospitals within 2km of Times Square"
  • "What's at latitude 48.8566, longitude 2.3522?"
  • "How far is it from Berlin to Munich?"
  • "Show me the population and area of Tokyo"

7 Tools

ToolWhat it does
geocodeConvert address/place name to coordinates
reverse_geocodeConvert coordinates to address
search_nearbyFind POIs nearby (restaurants, hospitals, schools, etc.)
get_route_infoDistance and bearing between two points
get_area_statsPopulation, area, and type info for a place
find_boundariesAdministrative boundaries of a place
search_poisSearch points of interest by keyword in an area

Related Servers

License

MIT