mcp-dns
MCP serverDev toolsYour AI can look up DNS and network information for domain names once this app is added. It provides DNS and network lookup tools, so you can check domain details right in the conversation instead of running the lookups yourself.
Available today. Use it from your connected AI after setup.
No other account needed.
After adding it, ask your AI to look up DNS information for a domain name you work with. That first lookup is all you need to confirm it is working.
Then ask your AI: use the ask pipeworx tool from mcp-dns
What your AI can do with it
- Look up DNS information for any domain name
- Run network lookups on request
- Check what a domain name points to
- Get DNS and network details without leaving the conversation
From the project's README
As published by pipeworx-io/mcp-dns in README.md.
DNS MCP — DNS and network lookup tools
Part of Pipeworx — an MCP gateway connecting AI agents to 1476+ live data sources.
Tools
| Tool | Description |
|---|---|
dns_lookup | Look up a specific DNS record type for a domain. Specify record type (e.g., 'A', 'MX', 'TXT', 'CNAME'). Returns records with TTLs and data values. |
dns_lookup_all | Query all major DNS record types (A, AAAA, MX, NS, TXT, CNAME) for a domain in one call. Returns results grouped by type with TTLs and values. |
reverse_dns | Find the hostname for an IP address via reverse DNS lookup. Returns the PTR record if available. |
Quick Start
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"dns": {
"url": "https://gateway.pipeworx.io/dns/mcp"
}
}
}
What this endpoint actually serves
tools/list at https://gateway.pipeworx.io/dns/mcp returns the tools in the table
above plus the shared Pipeworx meta-tools — ask_pipeworx,
discover_tools, search_within, remember/recall and the rest of the
gateway-wide set. So the tool count you see is larger than this table: a
single-pack endpoint currently lists roughly 30 shared tools alongside the
pack's own. The connection's initialize response states its exact scope, and
is the authoritative answer for a given day.
This is deliberate, not multiplexing by accident. The meta-tools are what let a
scoped connection answer a question this pack does not cover — via
ask_pipeworx, which routes across the whole catalog — without you adding a
second MCP server. There is currently no way to mount a pack endpoint without
them; if the extra schemas cost you more context than the routing is worth,
connect to the full gateway once rather than to several pack endpoints.
Or connect to the full Pipeworx gateway to get every pack's tools listed directly, instead of just this one's:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Both URLs reach the same gateway and the same 1476+ data sources. The
only difference is which pack's tools are listed directly; ask_pipeworx
reaches all of them from either one.
Using with ask_pipeworx
Instead of calling tools directly, you can ask questions in plain English — this works on the pack endpoint above as well as on the full gateway:
ask_pipeworx({ question: "your question about Dns data" })
The gateway picks the right tool and fills the arguments automatically.
More
License
MIT
Tools it offers (34)
What this server listed when ahel dialed its public endpoint in Sep 2026, with no key and no account of yours. The names are the server’s own.
ask_pipeworxask_pipeworx_betaask_pipeworx_groundedsearch_withindeep_researchdiscover_toolsresolve_entitycompare_entitiessubscribeunsubscribelist_subscriptionsrecent_alertsentity_profilerecent_changesvalidate_claimscan_dependencybet_researchpolymarket_arbitragepolymarket_edgespolymarket_kalshi_spreadpolymarket_fill_riskpolymarket_edge_trackerpipeworx_trendingsuggest_questionsgenerate_llms_txtai_visibility_checkscan_competitor_ai_presencepipeworx_feedbackrememberrecall
Signals
- Last commit
- Aug 2026
Advanced
- Delivery
- dns MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
- Catalog kind
- mcp-server
- Gateway key
io-github-pipeworx-io-dns- Source
- github.com/pipeworx-io/mcp-dns
- Hosted endpoint
https://gateway.pipeworx.io/dns/mcp