dsh-ip-info
August 30, 2026 · View on GitHub
IP/domain intelligence for DeepSeek Harness — geolocation, ISP/ASN, DNS, whois. Free, no API key.
Three agent tools over free public APIs. No key, no config — just call them.
Tools
| Tool | What it does | Backed by |
|---|---|---|
ip_lookup | IP/host → country, city, ISP, org, ASN, timezone | ipwho.is |
dns_lookup | A / AAAA / MX / TXT / CNAME / NS / SOA records | Google DNS-over-HTTPS |
whois_lookup | registrar, status, created/expiry dates, name servers | RDAP |
Install
dsh plugin --profile web add dsh-ip-info
Then the tools appear in the agent toolset. No API key, no configuration.
Usage
ip_lookup(ip: "8.8.8.8")
dns_lookup(host: "github.com", type: "A")
whois_lookup(domain: "example.com")
Useful for network debugging, infrastructure work, and security analysis — the agent can tell you where an IP is, whose ASN it belongs to, what a domain resolves to, and who registered it.
License
MIT