A remote MCP server deployed on Railway that exposes all 14 Softricks iDig tools to any MCP-compatible AI client. One config entry and your AI assistant has professional DNS diagnostics available in every conversation → https://mcp.softricks.net/sse
Add that to Claude Desktop or Cursor, restart, and you can ask things like:
"My emails are going to spam for example.com — what's wrong?"
"Did my DNS changes propagate yet?"
"Is our SSL cert about to expire?"
"Run a full security audit on this domain."
And your AI will call live DNS infrastructure to answer.
Server Config
{
"mcpServers": {
"idig-dns": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.softricks.net/sse"
]
}
}
}