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

ToolWhat it doesBacked by
ip_lookupIP/host → country, city, ISP, org, ASN, timezoneipwho.is
dns_lookupA / AAAA / MX / TXT / CNAME / NS / SOA recordsGoogle DNS-over-HTTPS
whois_lookupregistrar, status, created/expiry dates, name serversRDAP

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