← domaindrift.io

INDIVIDUAL MCP TOOL

internet_tape

The rolling 24-hour aggregate rollup: how many domains changed DNS provider, switched certificate authority, moved mail, went unreachable, and the other tape legs, each with a live count.

domaindrift.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://domaindrift.io/mcp

No auth detected

Connect to this endpoint to inspect the live schema for internet_tape and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

domaindrift.io

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.domaindrift]
url = "https://domaindrift.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "domaindrift": {
      "type": "http",
      "url": "https://domaindrift.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: domaindrift
Remote MCP URL: https://domaindrift.io/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "domaindrift": {
      "url": "https://domaindrift.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "domaindrift": {
      "type": "http",
      "url": "https://domaindrift.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "domaindrift",
  "transport": "streamable-http",
  "url": "https://domaindrift.io/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • lookup_domain — The latest signed observation of one domain: who runs its nameservers, mail, and CDN; certificate issuer and expiry; HTTPS reachability; per-record-type counts; and the Ed25519 receipt pointer.
  • whats_changed_today — The daily "what changed on the internet" digest: a ranked top-20 of the most significant DNS, TLS, WHOIS, and infrastructure changes observed across the tracked catalog in the last 24 hours.
  • resolve_receipt — Resolve any DomainDrift provenance receipt by id: the public Ed25519 commitment (output hash, signing key, timestamp, chain link) for one observation.
  • signing_keys — The Ed25519 public keys that sign every DomainDrift observation, with derivation paths and validity windows.