MCP Server
MCP
io.github.wtronk/geolocation-mcp
Geolocation tools (reverse geocoding, ip lookup, etc) using Jeleo Geolocation API
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
By
Comments
Sign in to leave a comment