Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

HackMyIP — no-key IP intelligence

REMOTE · HACKMYIP.COM · SCANNED AUG 8

Free no-key IP intelligence: geolocation, VPN detection, DNS, WHOIS, blacklists, breach checks

Available components

60 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security46
Transport & Reachability100
Schema Quality & AI Usability81
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1554 tokens (~103/item across 15 items; 15 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management3
  • Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · hackmyip.com

# add to Claude Code
claude mcp add --transport http 0xvibly-hackmyip-mcp https://hackmyip.com/mcp
# ~/.codex/config.toml
[mcp_servers.0xvibly-hackmyip-mcp]
url = "https://hackmyip.com/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "0xvibly-hackmyip-mcp": {
      "type": "remote",
      "url": "https://hackmyip.com/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add 0xvibly-hackmyip-mcp --url https://hackmyip.com/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  0xvibly-hackmyip-mcp:
    url: "https://hackmyip.com/mcp"
// mcp.json
{
  "mcpServers": {
    "0xvibly-hackmyip-mcp": {
      "type": "http",
      "url": "https://hackmyip.com/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 8 Aug 26 0
    • Stability: unverified → 0.03 functional
  • 7 Aug 26 60

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 8 Aug 2026 · Probed https://hackmyip.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=hackmyip.com CN=WE1,O=Google Trust Services,C=US 14 Jun 2026 12 Sept 2026 ECDSA 256 ECDSA-SHA256 75f33974e46a5b7b0eb5750257c3aacf
SANs: hackmyip.com, *.hackmyip.com
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of hackmyip.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
hackmyip.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://hackmyip.com/mcp Verified 200
http (plaintext) http://hackmyip.com/mcp Inconclusive 405
MCP tools · 15 exposed · ~1,554 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
asn_lookup ~112

Resolve an Autonomous System by IP address, AS number, or organization name. Returns the AS number, network name, holder, description, RIR and whether the AS is currently announced. Use it to answer 'which network is this IP on', 'who is AS15169', or to find the ASNs belonging to a company.

NameTypeReqDescription
querystringyesAn IP (8.8.8.8), an AS number (AS15169 or 15169), or an org name (google)

No output schema declared.

No examples provided.

bulk_ip_lookup ~95

Look up country, city, ISP, organization and coordinates for up to 50 IP addresses in a single request. Much faster and far kinder to the rate limit than calling ip_lookup in a loop — always prefer this when you have more than a couple of addresses (e.g. a list from access logs or a firewall export).

NameTypeReqDescription
ipsarrayyesArray of 1-50 public IPv4/IPv6 addresses

No output schema declared.

No examples provided.

dns_lookup ~108

Query live DNS records for a domain over public resolvers. Supports A, AAAA, CNAME, MX, NS, TXT, SOA, SRV, CAA and PTR. Use it to verify a deployment's DNS, inspect MX/SPF/DKIM/DMARC TXT records, check nameserver delegation, or confirm propagation after a change.

NameTypeReqDescription
domainstringyesDomain name, e.g. github.com
typestringRecord type. Defaults to A.

No output schema declared.

No examples provided.

email_auth_check ~81

Audit a domain's email authentication setup: MX records, SPF record and DMARC policy, with a pass/warn/fail verdict per mechanism and an overall grade. Use it when diagnosing deliverability, hardening a domain against spoofing, or reviewing a vendor's email posture.

NameTypeReqDescription
domainstringyesDomain to audit, e.g. github.com

No output schema declared.

No examples provided.

email_breach_check ~77

Check whether an email address appears in known data breaches, using the XposedOrNot breach database. Returns the number of breaches and the named services involved. Free alternative to paid breach-lookup APIs. The address is partially masked in the response.

NameTypeReqDescription
emailstringyesEmail address to check, e.g. [email protected]

No output schema declared.

No examples provided.

ip_blacklist_check ~121

Check an IPv4 address against 12 major spam and abuse blacklists (Spamhaus ZEN, Barracuda, SpamCop, UCEPROTECT and others) with a per-list LISTED / CLEAN / unavailable breakdown. Run this before sending bulk email from a new IP, or when mail is being rejected. Lists that refuse public queries are reported as 'unavailable' rather than falsely clean, so read total_checked alongside listed_count.

NameTypeReqDescription
ipstringyesIPv4 address to check (DNSBLs are IPv4-only in practice)

No output schema declared.

No examples provided.

ip_lookup ~110

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. The workhorse tool for 'where is this IP', triaging a log entry, or identifying who owns an address.

NameTypeReqDescription
ipstringyesPublic IPv4 or IPv6 address, e.g. 8.8.8.8 or 2001:4860:4860::8888

No output schema declared.

No examples provided.

my_ip ~104

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. Use this for 'what is my IP', 'where does the internet think I am', or a quick sanity check that a VPN is actually routing traffic. Note: this reflects the IP the MCP request arrived from, so if the client sits behind a corporate proxy or remote host, it reports that egress IP.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

port_scan ~165

Run a real server-side TCP connect scan against a public host. Each port comes back as open (handshake completed), closed (refused/reset), filtered (no response, likely firewalled) or blocked (Cloudflare blocks outbound to that port, e.g. 25/SMTP). With no `ports` argument a curated common-port catalog is scanned. Private, reserved and internal addresses are rejected. Only scan hosts you are authorized to test. Rate limited to 20 requests/minute and can take 20+ seconds.

NameTypeReqDescription
hoststringyesPublic hostname or IP to scan, e.g. example.com. Required — do not scan third parties without permission.
portsstringOptional comma-separated port list. Omit to scan the common-port catalog.

No output schema declared.

No examples provided.

reverse_dns ~70

Get the PTR hostname for an IPv4 or IPv6 address. Useful for identifying mail servers, confirming that a crawler really belongs to the bot it claims to be, or adding a human-readable name to a raw log IP.

NameTypeReqDescription
ipstringyesIPv4 or IPv6 address to reverse-resolve

No output schema declared.

No examples provided.

security_headers_check ~125

Fetch a site and grade its HTTP security headers (A-F): CSP, HSTS, X-Frame-Options, X-Content-Type-Options, Referrer-Policy, Permissions-Policy, plus information-leak headers like Server and X-Powered-By. Each check comes back with the actual header value and an explanation. Use it for a quick security review of your own site or a third party's. Rate limited to 20 requests/minute.

NameTypeReqDescription
urlstringyesSite to analyze. Scheme optional — https is assumed. e.g. example.com

No output schema declared.

No examples provided.

server_info ~82

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.com and its API docs. Call this when the user asks what this server can do, whether it costs anything, or where the data comes from.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

site_status_check ~90

Check whether a site is reachable from Cloudflare's network. Returns an up/down boolean, HTTP status code, response time in milliseconds, and the server / content-type headers. Use it to confirm an outage is real rather than local, or to verify a deployment is serving.

NameTypeReqDescription
urlstringyesURL or bare domain to check, e.g. example.com or https://example.com/health

No output schema declared.

No examples provided.

vpn_proxy_check ~108

Classify an IP as hosting/datacenter, open proxy, or mobile-carrier, alongside its geolocation and network owner. Use it to decide whether traffic is likely a VPN, a cloud server or a real residential/mobile user — for fraud triage, abuse review, or checking whether your own VPN is being detected. Omit `ip` to check the connection this MCP request came from.

NameTypeReqDescription
ipstringIP to classify. Defaults to the IP this MCP request arrived from.

No output schema declared.

No examples provided.

whois_domain ~106

Fetch registration data for a domain via RDAP: registrar, creation/expiration/last-updated dates, nameservers and EPP status codes. Use it to check domain age (a common trust signal), see when a domain expires, or find who it is registered through. Note that RDAP is a third-party registry service and can be temporarily unavailable — a failure here is upstream, not a bad query.

NameTypeReqDescription
domainstringyesDomain name, e.g. github.com

No output schema declared.

No examples provided.