Catalog
io.github.IPGeolocation/ipgeolocation-io-mcp
Officialby IPGeolocation · TypeScript
IPGeolocation.io MCP Server
Official MCP server for IP geolocation, security, ASN, abuse, timezone, astronomy, and user-agent.
Provides IP geolocation, security, ASN, and timezone data lookup services.
Topics
aianthropicasnasn-lookupclaudeipip-abuse-lookupip-geolocationip-geolocation-apiip-lookup-apiipgeolocationipgeolocation-apillmmcpmcp-servermodel-context-protocolproxy-detectiontypescriptvpn-detection
README not available yet.
Install
Configuration
Environment variables
IPGEOLOCATION_API_KEYrequiredsecretAPI key for ipgeolocation.io. Free and paid keys are supported.
claude_desktop_config.json
{
"mcpServers": {
"ipgeolocation-io-mcp": {
"command": "npx",
"args": [
"-y",
"ipgeolocation-io-mcp@1.0.20"
],
"env": {
"IPGEOLOCATION_API_KEY": "<YOUR_IPGEOLOCATION_API_KEY>"
}
}
}
}