mcpbeat Sign in

dns-cache MCP Server

local only

dns-cache runs on your own machine — the client starts it, so there is no endpoint to ping. 37 installs a week from npm. Last commit 1 Jun 2026.

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

Installs per day peak 12 · avg 5 · +79% w/w
a month agotoday
37
Installs / week
npm · @weiseer/dns-cache-mcp
0
Stars
0 open issues
1 Jun 2026
Last commit
0 releases in 90 days
License
JavaScript

Nothing serious here today

Today is the operative word: we check dns-cache every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add dns-cache -- npx -y @weiseer/dns-cache-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "dns-cache": {
      "args": [
        "-y",
        "@weiseer/dns-cache-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.dns-cache]
command = "npx"
args = ["-y", "@weiseer/dns-cache-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "dns-cache": {
      "args": [
        "-y",
        "@weiseer/dns-cache-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "dns-cache": {
      "args": [
        "-y",
        "@weiseer/dns-cache-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DNS_CACHE_URL (Override remote snapshot URL), DNS_CACHE_LOCAL_ONLY (Skip remote fetch). The author declared them in the registry entry; get the values from the project itself.

Alternatives to dns-cache

same job, measured the same way
Frostbyte
by ozorown

MCP server giving AI agents access to 40+ APIs: geo, crypto, screenshots, DNS, and more

local only
C
Domain Intelligence MCP Server
by thenextgennexus

WHOIS, DNS, SSL, IP geo for security forensics and OSINT — separate from SEO.

4 tools answering
Google Maps MCP Server
by cablate

18 Google Maps tools for AI agents — geocode, search, directions, weather, and more.

3 246 installs/wk local only
Opencage Geocoding MCP
by opencagedata

MCP server for OpenCage geocoding API

26 installs/wk local only
Proxy Veil
by goldentrii

Residential proxy MCP server for AI agents — geo-targeting, sticky sessions, anti-bot bypass.

65 installs/wk local only
Geojp
by 55tarkun

MCP server for Japan geodata: cadastral lot numbers (chiban) and reverse geocoding, for AI agents.

37 installs/wk answering
naia GEO Autopilot
by naia

Autopilot MCP server for GEO analyses, reports, content, audits, memories and agents.

41 installs/wk answering
Weather
by dingw1982

An MCP server for weather information.

54 installs/wk local only

dns-cache — questions

Answers built from our own checks of this server.

Why is there no uptime for dns-cache?
dns-cache runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @weiseer/dns-cache-mcp was installed 37 times last week.
How do I connect dns-cache?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @weiseer/dns-cache-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use dns-cache?
The npm package @weiseer/dns-cache-mcp was installed 37 times in the last week. Week over week that is +79%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is dns-cache open source?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.