hackmyip-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@hackmyip-mcpIs my IP flagged as a VPN or datacenter?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
hackmyip-mcp
The no-key IP intelligence MCP — paste one URL, no signup.
https://hackmyip.com/mcpThat's the whole setup. No API key. No account. No OAuth dance. No credit card. Point any MCP client at that URL and your agent can immediately look up IPs, geolocate addresses, classify VPN/datacenter traffic, query DNS, run WHOIS, check spam blacklists, audit security headers, scan ports and test email authentication.
It's a thin, stateless wrapper around the free HackMyIP public REST API (docs) running on Cloudflare Workers at the edge. Every tool passes the API's JSON straight back to your agent — nothing is cached, rewritten, or invented.
Install
Claude Code
claude mcp add --transport http hackmyip https://hackmyip.com/mcpClaude Desktop
Settings → Connectors → Add custom connector, then paste:
https://hackmyip.com/mcp{
"mcpServers": {
"hackmyip": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://hackmyip.com/mcp"]
}
}
}mcp-remote is only needed on older Desktop builds that lack native remote-MCP support.
Cursor
~/.cursor/mcp.json (global) or .cursor/mcp.json (per project):
{
"mcpServers": {
"hackmyip": {
"url": "https://hackmyip.com/mcp"
}
}
}Codex CLI
~/.codex/config.toml:
[mcp_servers.hackmyip]
url = "https://hackmyip.com/mcp"Restart Codex. No codex mcp login step — this server is authless.
VS Code / GitHub Copilot
.vscode/mcp.json:
{
"servers": {
"hackmyip": {
"type": "http",
"url": "https://hackmyip.com/mcp"
}
}
}Anything else
Any client that speaks MCP Streamable HTTP works. Endpoint:
https://hackmyip.com/mcp (mirror: https://hackmyip-mcp.shitcoinape.workers.dev/mcp).
Both the 2025-06-18 and 2026-07-28 protocol revisions are served.
Related MCP server: honeylabs-mcp
Tools
Tool | What it does |
| Public IP of the machine that opened the MCP connection, with geo, ISP, ASN and hosting/proxy flags |
| Geolocation, ISP, ASN, org and AS name for any IPv4/IPv6 |
| Up to 50 IPs in one request — use this instead of looping |
| Datacenter / proxy / mobile-carrier classification for an IP (or your own) |
| ASN details by IP, AS number, or organization name |
| PTR hostname for an IP |
| A, AAAA, CNAME, MX, NS, TXT, SOA, SRV, CAA, PTR records |
| RDAP registration data: registrar, creation/expiry dates, nameservers, EPP status |
| 12 major spam/abuse DNSBLs with a per-list LISTED / CLEAN / unavailable breakdown |
| Whether an email appears in known breaches (XposedOrNot database) |
| MX / SPF / DMARC posture for a domain with a pass-warn-fail verdict per mechanism |
| Graded (A–F) HTTP security header audit: CSP, HSTS, XFO, Referrer-Policy and more |
| Real server-side TCP connect scan — open / closed / filtered / blocked per port |
| Is a site up or down, with status code and response time |
| Describes this server, its free/no-key nature, and the fair-use limits |
Things worth knowing
my_ipreports the IP the MCP request arrived from. If your client runs on your laptop, that's your real public IP — which is exactly what makes "is my VPN actually working?" answerable. If it runs on a remote host or behind a corporate proxy, you get that egress IP instead. The tool says so in its response.ip_blacklist_checknever fakes a clean result. Lists that refuse public queries come back asunavailable, so readtotal_checkednext tolisted_count.port_scanis a real scan from Cloudflare's network. Only point it at hosts you're authorized to test. Private and reserved ranges are rejected upstream.whois_domaindepends on third-party RDAP registries which occasionally 5xx. A failure there is upstream, not a malformed query — retry.
Fair use
The upstream API allows 60 requests/minute per client IP (20/min for port_scan and
security_headers_check), resetting every 60 seconds. There is no paid tier to upgrade
to and no key that lifts it — it exists so the service stays free for everyone. If you
hit it, tools return the upstream 429 message and you should back off.
Prefer bulk_ip_lookup over a loop of ip_lookup calls.
Privacy
This server stores nothing. It holds no session state, writes no logs of your queries,
and requires no identity. Each tool call is a stateless pass-through to
https://hackmyip.com/api/*.
Run it yourself
git clone https://github.com/0xvibly/hackmyip-mcp
cd hackmyip-mcp
npm install
npm run dev # local dev server at http://localhost:8787/mcp
npm run deploy # deploy to your own Cloudflare accountBuilt with @modelcontextprotocol/server
and Cloudflare's agents createMcpHandler —
stateless, no Durable Objects, no database.
Links
Website — https://hackmyip.com
API docs — https://hackmyip.com/api-docs
50+ browser tools (VPN leak tests, fingerprinting, breach checks) — https://hackmyip.com/tools
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceMCP server providing DNS resolution, reverse DNS, RDAP-based WHOIS, and IP geolocation lookups. No API keys required , and all upstreams are public.Last updated4MIT

honeylabs-mcpofficial
AlicenseAqualityAmaintenanceHoneypot threat intelligence for AI agents. Query 90 days of probe data from our sensor network: IP reputation, scanner classification, CVE probing trends, TLS/SSH/JA4 fingerprints. Free tier 500 credits/day, OAuth + bearer auth, streamable HTTP at https://mcp.honeylabs.net/mcp.Last updated72MIT
Ready APIsofficial
Alicense-qualityCmaintenanceMCP tools for geo, email, phone, company, DNS, FX, equities, weather, tax, economics, and intelligence — streamable HTTP, one API key.Last updatedMIT- Alicense-qualityDmaintenanceProvides comprehensive IP and domain security intelligence, enabling analysis of IP addresses and domains for threat and reputation information.Last updatedMIT
Related MCP Connectors
IPInfo MCP — wraps ipinfo.io (free tier, no auth required for basic usage)
ip-api.com MCP.
GreyNoise Community MCP — internet scanner classification (free tier with key)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/0xvibly/hackmyip-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server