Back to Browse

Dns Cache MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

DNS/WHOIS/SSL/geo-IP cache MCP server for AI agents.

About

DNS/WHOIS/SSL/geo-IP cache MCP server for AI agents.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (2 strong, 4 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

3 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Override remote snapshot URLOptional

Environment variable: DNS_CACHE_URL

Skip remote fetchOptional

Environment variable: DNS_CACHE_LOCAL_ONLY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-weiseer-dns-cache": {
      "env": {
        "DNS_CACHE_URL": "your-dns-cache-url-here",
        "DNS_CACHE_LOCAL_ONLY": "your-dns-cache-local-only-here"
      },
      "args": [
        "-y",
        "@weiseer/dns-cache-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

@weiseer/dns-cache-mcp

DNS/WHOIS/SSL/geo-IP cache MCP server for AI agents. stdio MCP server.

Part of weiseer — AI-agent-native cached oracles.

Install

npm install -g @weiseer/dns-cache-mcp

Use with Claude Desktop / Cursor / Cline / Continue / Windsurf

{
  "mcpServers": {
    "dns-cache": {
      "command": "npx",
      "args": ["-y", "@weiseer/dns-cache-mcp"]
    }
  }
}

Why use this instead of your agent doing it itself

The DIY cost in token-spend, latency, and rate-limit risk is 100-1500x our cost. See the weiseer organization README for the economic argument.

Environment

  • DNS_CACHE_URL — override remote snapshot URL
  • DNS_CACHE_LOCAL_ONLY=1 — skip remote fetch

License

Apache-2.0

Reviews

No reviews yet

Be the first to review this server!