What is the dns-cache MCP server?
DNS/WHOIS/SSL/geo-IP cache MCP server for AI agents.
How to install dns-cache
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
DNS_CACHE_URLOverride remote snapshot URL
DNS_CACHE_LOCAL_ONLYSkip remote fetch
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"dns-cache": {
"command": "npx",
"args": [
"-y",
"@weiseer/dns-cache-mcp"
],
"env": {
"DNS_CACHE_URL": "<YOUR_DNS_CACHE_URL>",
"DNS_CACHE_LOCAL_ONLY": "<YOUR_DNS_CACHE_LOCAL_ONLY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"dns-cache": {
"command": "npx",
"args": [
"-y",
"@weiseer/dns-cache-mcp"
],
"env": {
"DNS_CACHE_URL": "<YOUR_DNS_CACHE_URL>",
"DNS_CACHE_LOCAL_ONLY": "<YOUR_DNS_CACHE_LOCAL_ONLY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"dns-cache": {
"command": "npx",
"args": [
"-y",
"@weiseer/dns-cache-mcp"
],
"env": {
"DNS_CACHE_URL": "<YOUR_DNS_CACHE_URL>",
"DNS_CACHE_LOCAL_ONLY": "<YOUR_DNS_CACHE_LOCAL_ONLY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"dns-cache": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@weiseer/dns-cache-mcp"
],
"env": {
"DNS_CACHE_URL": "<YOUR_DNS_CACHE_URL>",
"DNS_CACHE_LOCAL_ONLY": "<YOUR_DNS_CACHE_LOCAL_ONLY>"
}
}
}
}Claude Code
claude mcp add dns-cache --env DNS_CACHE_URL=<YOUR_DNS_CACHE_URL> --env DNS_CACHE_LOCAL_ONLY=<YOUR_DNS_CACHE_LOCAL_ONLY> -- npx -y @weiseer/dns-cache-mcpRelated MCP servers
SDK breaking-change tracker for AI agents — Anthropic/OpenAI/LangChain/MCP/Mistral.
View repository →Live coding-bounty deal-flow from verified-escrow GitHub bounties for AI agents.
View repository →Recent CVE + GHSA cache for AI agents auditing dependencies (npm/PyPI/Cargo/Maven/Go).
View repository →Up-to-date LLM pricing + availability catalog with cited sources for AI agent routing.
View repository →