io.github.wtronk/geolocation-mcp MCP Server
io.github.wtronk/geolocation-mcp
What is the io.github.wtronk/geolocation-mcp MCP server?
Geolocation tools (reverse geocoding, ip lookup, etc) using Jeleo Geolocation API
How to install io.github.wtronk/geolocation-mcp
Copy-paste configuration for popular MCP clients.
YOUR_API_KEYrequiredsecretYour API key for the service
JELEO_API_URLBase URL for the Jeleo Geolocation API
{
"mcpServers": {
"geolocation-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wtronk/geolocation-mcp:v1.0.0"
],
"env": {
"YOUR_API_KEY": "<YOUR_YOUR_API_KEY>",
"JELEO_API_URL": "<YOUR_JELEO_API_URL>"
}
}
}
}{
"mcpServers": {
"geolocation-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wtronk/geolocation-mcp:v1.0.0"
],
"env": {
"YOUR_API_KEY": "<YOUR_YOUR_API_KEY>",
"JELEO_API_URL": "<YOUR_JELEO_API_URL>"
}
}
}
}{
"mcpServers": {
"geolocation-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wtronk/geolocation-mcp:v1.0.0"
],
"env": {
"YOUR_API_KEY": "<YOUR_YOUR_API_KEY>",
"JELEO_API_URL": "<YOUR_JELEO_API_URL>"
}
}
}
}{
"servers": {
"geolocation-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wtronk/geolocation-mcp:v1.0.0"
],
"env": {
"YOUR_API_KEY": "<YOUR_YOUR_API_KEY>",
"JELEO_API_URL": "<YOUR_JELEO_API_URL>"
}
}
}
}claude mcp add geolocation-mcp --env YOUR_API_KEY=<YOUR_YOUR_API_KEY> --env JELEO_API_URL=<YOUR_JELEO_API_URL> -- docker run -i --rm ghcr.io/wtronk/geolocation-mcp:v1.0.0Related MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.