← Back to Plugins
MCP Server MCP

LatLng

github By github 👁 3 views ▲ 0 votes

Geocoding, reverse geocoding, and places search for LatLng.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.latlng.work/mcp",
      "headers": [
        {
          "description": "Bearer token using a LatLng dashboard Server Key. Must start with latlng_. Create one at https://dash.latlng.work.",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...