IPGeolocation.io MCP Server
Rank #4,025io.github.IPGeolocation/ipgeolocation-io-mcp
Official MCP server for IP geolocation, security, ASN, abuse, timezone, astronomy, and user-agent.
IPGeolocation.io MCP Server is a Model Context Protocol (MCP) server published by ipgeolocation. It ranks #4,025 of 115,591 servers tracked on MCP Toplist, and its repository has 4 GitHub stars. IPGeolocation.io MCP Server is listed across 3 registries — Official MCP, Glama and PulseMCP, with 15 tracked versions. It was first listed on Mar 4, 2026 and most recently updated on Jul 24, 2026.
Ranks ahead of 111,566 of 115,591 servers on MCP Toplist.
Use IPGeolocation.io MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add ipgeolocation-io-mcp -e "IPGEOLOCATION_API_KEY=<your IPGEOLOCATION_API_KEY>" -- npx -y ipgeolocation-io-mcpReplace each placeholder with your own value before saving.
[mcp_servers.ipgeolocation-io-mcp]
command = "npx"
args = ["-y", "ipgeolocation-io-mcp"]
[mcp_servers.ipgeolocation-io-mcp.env]
IPGEOLOCATION_API_KEY = "<your IPGEOLOCATION_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ipgeolocation-io-mcp": {
"command": "npx",
"args": [
"-y",
"ipgeolocation-io-mcp"
],
"env": {
"IPGEOLOCATION_API_KEY": "<your IPGEOLOCATION_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ipgeolocation-io-mcp": {
"command": "npx",
"args": [
"-y",
"ipgeolocation-io-mcp"
],
"env": {
"IPGEOLOCATION_API_KEY": "<your IPGEOLOCATION_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"ipgeolocation-io-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ipgeolocation-io-mcp"
],
"env": {
"IPGEOLOCATION_API_KEY": "<your IPGEOLOCATION_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ipgeolocation-io-mcp": {
"command": "npx",
"args": [
"-y",
"ipgeolocation-io-mcp"
],
"env": {
"IPGEOLOCATION_API_KEY": "<your IPGEOLOCATION_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"ipgeolocation-io-mcp": {
"command": "npx",
"args": [
"-y",
"ipgeolocation-io-mcp"
],
"env": {
"IPGEOLOCATION_API_KEY": "<your IPGEOLOCATION_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.IPGeolocation%2Fipgeolocation-io-mcp)<a href="https://mcptoplist.com/server/io.github.IPGeolocation%2Fipgeolocation-io-mcp"><img src="https://mcptoplist.com/badge/io.github.IPGeolocation%2Fipgeolocation-io-mcp.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
ipgeolocation
Available versions (15)
| Version | Published |
|---|---|
| 2.0.0 | Jul 24, 2026 |
| 1.0.19 | Apr 28, 2026 |
| 1.0.18 | Apr 27, 2026 |
| 1.0.17 | Apr 15, 2026 |
| 1.0.16 | Apr 13, 2026 |
| 1.0.14 | Apr 13, 2026 |
| 1.0.13 | Mar 26, 2026 |
| 1.0.12 | Mar 26, 2026 |
| 1.0.11 | Mar 18, 2026 |
| 1.0.10 | Mar 16, 2026 |
| 1.0.9 | Mar 12, 2026 |
| 1.0.8 | Mar 12, 2026 |
| 1.0.7 | Mar 11, 2026 |
| 1.0.6 | Mar 11, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains IPGeolocation.io MCP Server?
- IPGeolocation.io MCP Server is maintained by ipgeolocation, which publishes 1 MCP server (15 total versions) tracked on MCP Toplist.
- Is IPGeolocation.io MCP Server listed on the Official MCP Registry?
- Yes — IPGeolocation.io MCP Server is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does IPGeolocation.io MCP Server have?
- MCP Toplist tracks 15 versions of IPGeolocation.io MCP Server, most recently published on Jul 24, 2026.
- Where can I find the source code for IPGeolocation.io MCP Server?
- The source code for IPGeolocation.io MCP Server is hosted at github.com/ipgeolocation/ipgeolocation-io-mcp.