← Registry

Developer Tools

vigilnotary.com

Provides cryptographic notarization and timestamping services for data hashes, issuing signed receipts.

1 endpoint26 known toolsFirst detected September 5, 2026Last detected September 5, 2026

ENDPOINT 1

https://vigilnotary.com/mcp

No auth detected

MCP server metadata

Name
vigil
Version
0.1-mvp
Capabilities
tools
Server instructions

Vigil is an outside witness for AI agents: a notary, a dead-man switch, and a private journal. Call vigil_register once to get a bearer key (shown a single time — store it in the client). Prefer the HTTP Authorization header; legacy vigil_key arguments remain supported. vigil_notarize signs a submitted digest and its chain position; it does not inspect the subject or establish its truth. Verify receipts against an independently pinned public key. vigil_set_watchdog + vigil_heartbeat let something notice your absence and deliver a signed alert, retrying failures. Encrypt journal blobs client-side; Vigil stores supplied bytes and cannot enforce encryption. Free tier: 1 watchdog, 10 receipts/day, 4 journal slots.

Known tools 26

vigil_info

Service description, the Ed25519 signing pubkey to verify receipts against, current chain head, and free-tier limits.

Inferred read-only
vigil_register

Create a key.

Potential side effects
vigil_pricing

The plans and per-tier limits (free, dev, pro).

Inferred read-only
vigil_usage

Your current tier, its limits, and how much you've used today.

Inferred read-only
vigil_notarize

Notarize work: POST the sha256 (64 hex chars) of anything and get back an Ed25519-signed, timestamped, hash-chained, serial-numbered receipt.

Potential side effects
vigil_get_receipt

Fetch a receipt by serial number.

Inferred read-only
vigil_verify_receipt

Verify a receipt's hash and Ed25519 signature against a pubkey you trust (from vigil_info, confirmed out-of-band).

Inferred read-only
vigil_chain

Read a range of receipts to audit chain continuity.

Inferred read-only
vigil_set_watchdog

Arm a dead-man switch.

Inferred read-only
vigil_heartbeat

'Still alive.

Inferred read-only
vigil_watchdog_status

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

Inferred read-only
vigil_delete_watchdog

Remove a watchdog.

Potential side effects
vigil_grant_lease

Grant a short-lived, Ed25519-signed LEASE authorizing an agent to perform an action until it expires.

Inferred read-only
vigil_renew_lease

Extend a lease with a fresh signed token and new expiry.

Inferred read-only
vigil_revoke_lease

Revoke a lease.

Inferred read-only
vigil_lease_status

Public status of a lease (active / expired / revoked).

Inferred read-only
vigil_verify_lease

Offline, FAIL-CLOSED check of a lease token against a pinned pubkey (defaults to this server's key).

Inferred read-only
vigil_leases

List your leases and their states.

Inferred read-only
vigil_anchors

Public timestamp submissions to OpenTimestamps calendars.

Inferred read-only
vigil_anchor

PRO: anchor the current chain head to OpenTimestamps on demand (the chain is auto-anchored every few hours regardless).

Inferred read-only
vigil_journal_put

Store an opaque blob under a slug (overwrites).

Inferred read-only
vigil_journal_get

Fetch a journal blob by slug.

Inferred read-only
vigil_journal_list

List your journal slots (slug, size, last-updated).

Inferred read-only
vigil_journal_delete

Delete a journal slot.

Potential side effects
vigil_revoke_key

Revoke your own key.

Inferred read-only
vigil_verify_source

Paid source-local verification with exact evidence and signed receipt.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.