← vigilnotary.com

INDIVIDUAL MCP TOOL

vigil_watchdog_status

Read a watchdog's state: interval, last beat, whether it is overdue, fired, or exhausted.

vigilnotary.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://vigilnotary.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for vigil_watchdog_status 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

vigilnotary.com

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.vigil]
url = "https://vigilnotary.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "vigil": {
      "type": "http",
      "url": "https://vigilnotary.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: vigil
Remote MCP URL: https://vigilnotary.com/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": {
    "vigil": {
      "url": "https://vigilnotary.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "vigil",
  "transport": "streamable-http",
  "url": "https://vigilnotary.com/mcp"
}
MCP Inspector

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

Related tools

  • vigil_info — Service description, the Ed25519 signing pubkey to verify receipts against, current chain head, and free-tier limits.
  • vigil_register — Create a key.
  • vigil_pricing — The plans and per-tier limits (free, dev, pro).
  • vigil_usage — Your current tier, its limits, and how much you've used today.
  • vigil_notarize — Notarize work: POST the sha256 (64 hex chars) of anything and get back an Ed25519-signed, timestamped, hash-chained, serial-numbered receipt.
  • vigil_get_receipt — Fetch a receipt by serial number.
  • vigil_verify_receipt — Verify a receipt's hash and Ed25519 signature against a pubkey you trust (from vigil_info, confirmed out-of-band).
  • vigil_chain — Read a range of receipts to audit chain continuity.