# amitte/ip-geo-tools

> IP geolocation helper — lookup_ip (city, country, org / ASN) and bulk_lookup. Backed by a daily-refreshed local MaxMind GeoLite2 + ASN dataset.

## Identity

- **Type:** mcp-server
- **Version:** 0.1.0
- **Trust tier:** official
- **License:** Apache-2.0
- **Authors:** Amitte Maintainers
- **Repo / bundle:** amitte/showcase
- **Canonical URL:** https://amitte.com/s/amitte/ip-geo-tools

## Tags

- **Capabilities:** ip-lookup, bulk-lookup
- **Domains:** utilities, networking

## Evaluation

- **Adversarial score:** 95/100
- **Content score:** 82/100

## Endpoints

- **service-backed** `ip-geo-tools` → https://mcp.amitte.com/v1/ip-geo-tools/sse — Remote MCP server fronting a registry-mirrored GeoLite2 City + ASN lookup. Compatible with Claude Desktop, Cursor, VS Code.
  - tool: `lookup_ip` — Read-only. Resolve a single IP to city, country, lat/lon, organization, ASN. IPv4 + IPv6.
  - tool: `bulk_lookup` — Read-only. Resolve up to 100 IPs in a single call; returns the same fields as lookup_ip per IP.

## Programmatic access

- Fetch JSON-RPC: `POST https://registry.amitte.com/rpc` with `{ "method": "fetch", "params": { "id": "amitte/ip-geo-tools" } }`
- Install via CLI: `amitte install amitte/ip-geo-tools`
- HTML page: https://amitte.com/s/amitte/ip-geo-tools

Last updated: 2026-06-08T18:25:57.691Z