Geoapify MCP ServerServer

burningion
GitHub
Location ServicesMap VisualizationGeoData

Loading subscription status...

💡 Description

Converts addresses into GPS coordinates for mapping, and optionally create an image of those coordinates using the Geoapify server.

📝 JSON Entries

{
  "mcpServers": [
    {
      "MCP Map Demo": {
        "env": {
          "GEO_APIKEY": "YOURAPIKEY"
        },
        "args": [
          "--directory",
          "/PATH/TO/THIS/REPO",
          "run",
          "--with",
          "fastmcp",
          "--with",
          "requests",
          "--with",
          "folio",
          "--with",
          "selenium",
          "--with",
          "pillow",
          "fastmcp",
          "run",
          "/PATH/TO/THIS/REPO/server.py"
        ],
        "command": "uv"
      }
    }
  ]
}

🛠️ Tools

get_gps_coordinatescreate_map_from_geojson

Features

  • Get GPS coordinates from addresses
  • Create map images from GeoJSON

💬 Example Queries

  • Can you create a geojson of the following locations including their gps coordinates: 179 avenue du Général Leclerc, côté Rive Gauche...
  • Can you create a map from my attached geojson file?