← Back to Plugins
MCP Server MCP

io.github.wtronk/geolocation-mcp

github By github 👁 1 views ▲ 0 votes

Geolocation tools (reverse geocoding, ip lookup, etc) using Jeleo Geolocation API

Homepage Verified source GitHub

Install

oci:ghcr.io/wtronk/geolocation-mcp:v1.0.0

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/wtronk/geolocation-mcp:v1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your API key for the service",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "YOUR_API_KEY"
        },
        {
          "description": "Base URL for the Jeleo Geolocation API",
          "format": "string",
          "default": "https://www.jeleo.zone.id/api/geolocation",
          "name": "JELEO_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...