# IP Geolocation API MCP server

IP geolocation with city, ISP, ASN, VPN/proxy/tor detection. x402.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-br0ski777-ip-geolocation
- Repository: https://github.com/Br0ski777/ip-geolocation-x402
- Website: https://github.com/Br0ski777/ip-geolocation-x402

## Install
- Endpoint: https://ip-geolocation.api.klymax402.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://ip-geolocation.api.klymax402.com/mcp

## Tools
- ip_lookup_geolocation - Use this when you need to geolocate an IP address. Returns full location and network data in JSON.

Returns: 1. country and countryCode 2. region and city 3. latitude and longitude 4. timezone 5. ISP and organization 6. ASN 7. connectionType 8. isVPN, isProxy, isTor flags.

Example output: {"ip":"8.8.8.8","country":"United States","countryCode":"US","region":"California","city":"Mountain View","latitude":37.386,"longitude":-122.084,"timezone":"America/Los_Angeles","isp":"Google LLC","asn":"AS15169","isVPN":false,"isProxy":false,"isTor":false}

Use this FOR fraud detection, content localization, access control by region, analytics enrichment, and bot detection.

Do NOT use for domain data -- use domain_lookup_intelligence instead. Do NOT use for DNS records -- use network_lookup_dns instead. Endpoint: https://ip-geolocation.api.klymax402.com/mcp
- ip_lookup_geolocation_batch - Use this when you need to geolocate multiple IP addresses at once (up to 20). Returns an array of geolocation results in JSON.

Returns per IP: 1. country, region, city 2. latitude, longitude 3. timezone 4. ISP, ASN 5. isVPN, isProxy, isTor flags.

Example output: {"results":[{"ip":"8.8.8.8","country":"United States","city":"Mountain View","isp":"Google LLC","isVPN":false},{"ip":"1.1.1.1","country":"Australia","city":"Sydney","isp":"Cloudflare","isVPN":false}],"total":2}

Use this FOR bulk log analysis, batch fraud screening, and enriching analytics data with location info. More cost-effective than single lookups.

Do NOT use for single IPs -- use ip_lookup_geolocation instead. Do NOT use for domain data -- use domain_lookup_intelligence instead. Endpoint: https://ip-geolocation.api.klymax402.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Br0ski777
- Version: 1.1.0
- Runtime: Sse
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
