ip-doctor
MCP server for live IP and domain reputation checks via DNS lookups, providing abuse scores and network type without requiring an API key.
README
ip-doctor 🩺
Live reputation, network type & abuse score for any IP or domain — from real DNS lookups, no API key.
ip-doctor is both:
- an MCP server (
npx -y ip-doctor-mcp) you add to Claude, Cursor or any agent, and - a pay-per-call HTTP API gated by x402 (USDC on Base) — no sign-up, no key.
Give it an IP address or a domain and get back a CLEAN / LOW_RISK / ELEVATED / HIGH_RISK verdict with a 0–100 risk score and explained findings.
Why an MCP server?
An LLM can reason about an IP, but it cannot run live DNS, DNSBL or reverse-DNS lookups by itself. ip-doctor does exactly that on demand — the moat is the live network access, not the reasoning.
What it returns
| Signal | Source (key-less) |
|---|---|
| 🌍 Geolocation (RIR country) + ASN + organisation + BGP prefix | Team Cymru DNS IP-to-ASN |
| 🏷️ Network type — datacenter/hosting, VPN/proxy, Tor exit, mobile/carrier, residential ISP | deduced from ASN org + PTR + Tor list |
| 🔁 Reverse DNS (PTR) | node:dns reverse |
| 🚫 DNS blocklist (DNSBL) membership | DroneBL, blocklist.de, s5h, SORBS, UCEPROTECT, Barracuda, Spamhaus ZEN |
| 🧅 Tor exit node | Tor DNS exit list (dnsel.torproject.org) |
| 📊 0–100 abuse/risk score + verdict | derived from the above |
Honesty: geolocation is the coarse RIR-allocation country, not city-level GeoIP. The network type is a deduction from org/PTR signals, not an authoritative paid label. Blocklist zones that don't answer from a public resolver are reported as inconclusive, never silently "clean".
Use it as an MCP server (free)
{
"mcpServers": {
"ip-doctor": { "command": "npx", "args": ["-y", "ip-doctor-mcp"] }
}
}
Tools:
check_ip—{ target: "8.8.8.8" | "example.com", deep?: boolean }check_many—{ targets: ["1.1.1.1", "evil.example", ...] }
Or connect over HTTP at POST /mcp (stateless JSON-RPC).
Use it as an HTTP API
Free tier (rate-limited, 40/h/IP):
GET https://ip-doctor.vercel.app/check?target=8.8.8.8
GET https://ip-doctor.vercel.app/check?target=example.com&deep=true
GET https://ip-doctor.vercel.app/check_many?targets=1.1.1.1,8.8.8.8,9.9.9.9
Pay-per-call (x402, $0.02 USDC on Base, DEEP tier — more blocklists + listing reasons, no rate limit):
GET https://ip-doctor.vercel.app/pro/check?target=<ip|domain>
GET https://ip-doctor.vercel.app/pro/check_many?targets=...
Your agent's x402-aware HTTP client pays automatically on the 402 challenge. The server holds no private key — payTo is a public receiving address only.
Typical uses
- Vet inbound traffic / API callers (datacenter or Tor → step-up auth).
- Validate sign-ups & registrations (block known-abusive or proxy IPs).
- Moderate user-supplied IPs/domains in a pipeline.
- Enrich logs with ASN/org/type/blocklist context.
Local dev
npm install
npm run build
npm run test:engine # live DNS smoke tests
npm run dev:http # local HTTP server on :8080 (payments OFF by default unless env set)
npm run dev:mcp # stdio MCP server
Notes
- Read-only. No code is executed; nothing is written. All lookups are DNS/DNSBL/reverse-DNS.
- Private/reserved addresses (RFC1918, loopback, CGNAT, link-local) are detected and skipped — no meaningless public lookups.
- IPv6 is supported for ASN/PTR/geo; most DNSBLs are IPv4-only and are reported as not-applicable for IPv6.
MIT licensed. Source: https://github.com/Baneado98/ip-doctor
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。