This server gives Claude DNS lookup capabilities through a simple HTTP gateway. It's part of Pipeworx, which aggregates 673+ data sources behind a unified MCP interface. You can call DNS tools directly or use the ask_pipeworx natural language interface to query DNS records without specifying exact parameters. Useful when you need Claude to resolve hostnames, check DNS propagation, or troubleshoot network issues during conversations. The streamable HTTP transport means no local installation required. You can add just the DNS subset or connect to the full Pipeworx gateway for access to their entire catalog of integrations.
DNS MCP — DNS and network lookup tools
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"dns": {
"url": "https://gateway.pipeworx.io/dns/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Dns data" })
The gateway picks the right tool and fills the arguments automatically.
MIT