← hackmyip.com

INDIVIDUAL MCP TOOL

bulk_ip_lookup

Look up country, city, ISP, organization and coordinates for up to 50 IP addresses in a single request.

hackmyip.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://hackmyip.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for bulk_ip_lookup and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

hackmyip.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.hackmyip]
url = "https://hackmyip.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "hackmyip": {
      "type": "http",
      "url": "https://hackmyip.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: hackmyip
Remote MCP URL: https://hackmyip.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "hackmyip": {
      "url": "https://hackmyip.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "hackmyip": {
      "type": "http",
      "url": "https://hackmyip.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "hackmyip",
  "transport": "streamable-http",
  "url": "https://hackmyip.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • server_info — Describe this MCP server: what it wraps, the fact that it is completely free with no API key, no signup and no auth, the fair-use rate limit, the full tool list, and links to hackmyip.
  • my_ip — Get the public IP address of the machine that opened this MCP connection, enriched with city/country, coordinates, timezone, ISP, ASN and hosting/proxy classification.
  • ip_lookup — Look up geolocation (city, region, country, lat/lon, timezone, postal code) plus ISP, ASN, organization and AS name for any public IPv4 or IPv6 address.
  • vpn_proxy_check — Classify an IP as hosting/datacenter, open proxy, or mobile-carrier, alongside its geolocation and network owner.
  • asn_lookup — Resolve an Autonomous System by IP address, AS number, or organization name.
  • reverse_dns — Get the PTR hostname for an IPv4 or IPv6 address.
  • dns_lookup — Query live DNS records for a domain over public resolvers.
  • whois_domain — Fetch registration data for a domain via RDAP: registrar, creation/expiration/last-updated dates, nameservers and EPP status codes.