{"name":"com.vigilnotary/vigil","slug":"vigilnotary-vigil","title":"Vigil — an outside witness for AI agents","description":"Agent leases, signed receipts, watchdogs, and optional paid source-verification evidence.","url":"https://mcp.market/server/vigilnotary-vigil","rating":null,"grade":"C","score":56,"certified":false,"status":"active","category":"ai","tags":["ai"],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":6,"ok":6,"last_checked_at":"2026-09-20T21:01:41.689Z","last_ok_at":"2026-09-20T21:01:41.689Z","latency_ms":793},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://vigilnotary.com","version":"0.1.0","remotes":[{"type":"streamable-http","url":"https://vigilnotary.com/mcp"}],"packages":[],"tools":[{"name":"vigil_anchor","description":"PRO: anchor the current chain head to OpenTimestamps on demand (the chain is auto-anchored every few hours regardless). Sends the public chain-head digest to external OpenTimestamps calendars; submission is not verified Bitcoin confirmation.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"vigil_key":{"type":"string","deprecated":true,"description":"DEPRECATED legacy account-wide credential, including deletion and permission issuance. Prefer the client-injected HTTP Authorization: Bearer header; omit this argument when that header authenticates the request. This is not a scoped agent token.","minLength":1,"maxLength":256}},"required":[],"additionalProperties":false,"examples":[{}]}},{"name":"vigil_anchors","description":"Public timestamp submissions to OpenTimestamps calendars. A submission is pending, not an independently verified Bitcoin confirmation. No key required.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false,"examples":[{}]}},{"name":"vigil_chain","description":"Read a range of receipts to audit chain continuity. Max 1000 per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"from_serial":{"type":"integer","description":"First serial (default 1).","minimum":1,"maximum":9223372036854776000},"to_serial":{"type":"integer","description":"Last serial (default = from_serial).","minimum":1,"maximum":9223372036854776000}},"additionalProperties":false,"examples":[{"from_serial":1,"to_serial":10}]}},{"name":"vigil_delete_watchdog","description":"Remove a watchdog. Destructive: deletes its configuration and stops future alerts. No undo or restoration of the previous timer is provided.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"vigil_key":{"type":"string","deprecated":true,"description":"DEPRECATED legacy account-wide credential, including deletion and permission issuance. Prefer the client-injected HTTP Authorization: Bearer header; omit this argument when that header authenticates the request. This is not a scoped agent token.","minLength":1,"maxLength":256},"name":{"type":"string","minLength":1,"maxLength":64,"description":"Watchdog name, 1..64 characters."}},"required":["name"],"additionalProperties":false,"examples":[{"name":"agent-health"}]}},{"name":"vigil_get_receipt","description":"Fetch a receipt by serial number. Public — anyone can read any receipt.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"serial":{"type":"integer","description":"The receipt serial number.","minimum":1,"maximum":9223372036854776000}},"required":["serial"],"additionalProperties":false,"examples":[{"serial":1}]}},{"name":"vigil_grant_lease","description":"Grant a short-lived, Ed25519-signed LEASE authorizing an agent to perform an action until it expires. A customer-run gateway verifies the lease offline (fail-closed) before letting the action through. This is the guard on a money/data-moving action. Free tier: 1 active lease (guarded agent). Security-sensitive: grants authority. Keep this account key outside the controlled agent. A signed lim string is enforced only by the customer's gateway.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"vigil_key":{"type":"string","deprecated":true,"description":"DEPRECATED legacy account-wide credential, including deletion and permission issuance. Prefer the client-injected HTTP Authorization: Bearer header; omit this argument when that header authenticates the request. This is not a scoped agent token.","minLength":1,"maxLength":256},"agent":{"type":"string","description":"Identifier for the agent being authorized (1-128 chars).","minLength":1,"maxLength":128},"action":{"type":"string","description":"The action class this lease authorizes, e.g. 'stripe.refund' (1-128 chars).","minLength":1,"maxLength":128},"ttl_s":{"type":"integer","description":"Lease lifetime in seconds, 5..604800. Keep it short; renew to extend.","minimum":5,"maximum":604800},"lim":{"type":"string","description":"Optional limit string the gateway enforces, e.g. 'amount<=50usd'.","maxLength":256}},"required":["agent","action","ttl_s"],"additionalProperties":false,"examples":[{"agent":"refund-agent","action":"stripe.refund","ttl_s":60,"lim":"amount<=100usd"}]}},{"name":"vigil_heartbeat","description":"'Still alive.' Reset a watchdog's timer. Call this at least once per interval. Resets the deadline and delivery state, potentially suppressing an overdue alert or rearming delivery.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"vigil_key":{"type":"string","deprecated":true,"description":"DEPRECATED legacy account-wide credential, including deletion and permission issuance. Prefer the client-injected HTTP Authorization: Bearer header; omit this argument when that header authenticates the request. This is not a scoped agent token.","minLength":1,"maxLength":256},"name":{"type":"string","minLength":1,"maxLength":64,"description":"Watchdog name, 1..64 characters."}},"required":["name"],"additionalProperties":false,"examples":[{"name":"agent-health"}]}},{"name":"vigil_info","description":"Service description, the Ed25519 signing pubkey to verify receipts against, current chain head, and free-tier limits. No key required.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false,"examples":[{}]}},{"name":"vigil_journal_delete","description":"Delete a journal slot. Destructive: removes stored bytes with no undo through the API.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"vigil_key":{"type":"string","deprecated":true,"description":"DEPRECATED legacy account-wide credential, including deletion and permission issuance. Prefer the client-injected HTTP Authorization: Bearer header; omit this argument when that header authenticates the request. This is not a scoped agent token.","minLength":1,"maxLength":256},"slug":{"type":"string","minLength":1,"maxLength":64,"pattern":"^[A-Za-z0-9_-]{1,64}$","description":"Journal slot name, 1..64 ASCII letters, numbers, hyphens, or underscores."}},"required":["slug"],"additionalProperties":false,"examples":[{"slug":"encrypted-state"}]}},{"name":"vigil_journal_get","description":"Fetch a journal blob by slug. Returns base64 (decrypt client-side).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"vigil_key":{"type":"string","deprecated":true,"description":"DEPRECATED legacy account-wide credential, including deletion and permission issuance. Prefer the client-injected HTTP Authorization: Bearer header; omit this argument when that header authenticates the request. This is not a scoped agent token.","minLength":1,"maxLength":256},"slug":{"type":"string","minLength":1,"maxLength":64,"pattern":"^[A-Za-z0-9_-]{1,64}$","description":"Journal slot name, 1..64 ASCII letters, numbers, hyphens, or underscores."}},"required":["slug"],"additionalProperties":false,"examples":[{"slug":"encrypted-state"}]}},{"name":"vigil_journal_list","description":"List your journal slots (slug, size, last-updated).","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"vigil_key":{"type":"string","deprecated":true,"description":"DEPRECATED legacy account-wide credential, including deletion and permission issuance. Prefer the client-injected HTTP Authorization: Bearer header; omit this argument when that header authenticates the request. This is not a scoped agent token.","minLength":1,"maxLength":256}},"required":[],"additionalProperties":false,"examples":[{}]}},{"name":"vigil_journal_put","description":"Store an opaque blob under a slug (overwrites). Encrypt client-side: the server stores exactly the bytes supplied and cannot enforce client encryption. Send bytes as base64. Free tier: 4 slots, 64KB each. Destructive when the slug exists: previous bytes are replaced with no version history or undo.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"vigil_key":{"type":"string","deprecated":true,"description":"DEPRECATED legacy account-wide credential, including deletion and permission issuance. Prefer the client-injected HTTP Authorization: Bearer header; omit this argument when that header authenticates the request. This is not a scoped agent token.","minLength":1,"maxLength":256},"slug":{"type":"string","description":"1-64 alnum/-/_ chars.","minLength":1,"maxLength":64,"pattern":"^[A-Za-z0-9_-]{1,64}$"},"data_base64":{"type":"string","description":"The (already-encrypted) bytes, base64-encoded.","maxLength":100000}},"required":["slug","data_base64"],"additionalProperties":false,"examples":[{"slug":"encrypted-state","data_base64":"ZW5jcnlwdGVkLWJ5dGVz"}]}},{"name":"vigil_lease_status","description":"Public status of a lease (active / expired / revoked). What a gateway polls for revocation. No key required.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"lease_id":{"type":"string","minLength":1,"maxLength":128,"description":"Opaque lease identifier returned by vigil_grant_lease."}},"required":["lease_id"],"additionalProperties":false,"examples":[{"lease_id":"lease_example"}]}},{"name":"vigil_leases","description":"List your leases and their states.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"vigil_key":{"type":"string","deprecated":true,"description":"DEPRECATED legacy account-wide credential, including deletion and permission issuance. Prefer the client-injected HTTP Authorization: Bearer header; omit this argument when that header authenticates the request. This is not a scoped agent token.","minLength":1,"maxLength":256}},"required":[],"additionalProperties":false,"examples":[{}]}},{"name":"vigil_notarize","description":"Notarize work: POST the sha256 (64 hex chars) of anything and get back an Ed25519-signed, timestamped, hash-chained, serial-numbered receipt. Chain position orders submitted records; the timestamp is a signed assertion of Vigil's clock. Free tier: 10/day. Irreversibly publishes the digest, label and account handle in the public chain; no deletion tool exists. It proves signed-data integrity, not that an action happened or a claim is true.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"vigil_key":{"type":"string","deprecated":true,"description":"DEPRECATED legacy account-wide credential, including deletion and permission issuance. Prefer the client-injected HTTP Authorization: Bearer header; omit this argument when that header authenticates the request. This is not a scoped agent token.","minLength":1,"maxLength":256},"subject_sha256":{"type":"string","description":"64 lowercase hex chars: the sha256 of the thing you are notarizing.","pattern":"^[0-9a-fA-F]{64}$","minLength":64,"maxLength":64},"label":{"type":"string","description":"Optional human label, <=200 chars. Public — do not put secrets here.","maxLength":200}},"required":["subject_sha256"],"additionalProperties":false,"examples":[{"subject_sha256":"0000000000000000000000000000000000000000000000000000000000000000","label":"public example digest"}]}},{"name":"vigil_pricing","description":"The plans and per-tier limits (free, dev, pro). No key required.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"additionalProperties":false,"examples":[{}]}},{"name":"vigil_register","description":"Create a key. Returns a bearer key shown ONCE — store it; it is your only identity. No email, no account. Starts on the free tier. Creates a persistent identity. The returned key grants full account control; provision it in a trusted client, not a model transcript.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"handle":{"type":"string","description":"1-64 chars, lowercase alnum plus - and _.","minLength":1,"maxLength":64,"pattern":"^[a-z0-9][a-z0-9_-]{0,63}$"}},"required":["handle"],"additionalProperties":false,"examples":[{"handle":"example-agent"}]}},{"name":"vigil_renew_lease","description":"Extend a lease with a fresh signed token and new expiry. Renewing is how a healthy agent keeps acting; stop renewing (or revoke) and it lapses. Security-sensitive: extends authority and refreshes the offline recheck window. Keep renewal credentials outside the controlled agent.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"vigil_key":{"type":"string","deprecated":true,"description":"DEPRECATED legacy account-wide credential, including deletion and permission issuance. Prefer the client-injected HTTP Authorization: Bearer header; omit this argument when that header authenticates the request. This is not a scoped agent token.","minLength":1,"maxLength":256},"lease_id":{"type":"string","minLength":1,"maxLength":128,"description":"Opaque lease identifier returned by vigil_grant_lease."},"ttl_s":{"type":"integer","minimum":5,"maximum":604800,"description":"Requested lease lifetime in seconds, 5..604800; offline trust still ends at recheck_by_ms within 30 seconds."}},"required":["lease_id","ttl_s"],"additionalProperties":false,"examples":[{"lease_id":"lease_example","ttl_s":60}]}},{"name":"vigil_revoke_key","description":"Revoke your own key. It stops authenticating immediately. Irreversible. Irreversible: also revokes the account's leases and deletes its watchdogs. Private journal access is lost; public receipts remain. It does not cancel a Stripe subscription.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"vigil_key":{"type":"string","deprecated":true,"description":"DEPRECATED legacy account-wide credential, including deletion and permission issuance. Prefer the client-injected HTTP Authorization: Bearer header; omit this argument when that header authenticates the request. This is not a scoped agent token.","minLength":1,"maxLength":256}},"required":[],"additionalProperties":false,"examples":[{}]}},{"name":"vigil_revoke_lease","description":"Revoke a lease. A compliant v2 gateway refuses the old offline token at recheck_by_ms (at most 30 seconds after issue/renewal), or earlier if it polls revocation. Revocation is not instantaneous. Irreversible for this lease ID; it cannot be renewed again. Already admitted actions are not undone.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"vigil_key":{"type":"string","deprecated":true,"description":"DEPRECATED legacy account-wide credential, including deletion and permission issuance. Prefer the client-injected HTTP Authorization: Bearer header; omit this argument when that header authenticates the request. This is not a scoped agent token.","minLength":1,"maxLength":256},"lease_id":{"type":"string","minLength":1,"maxLength":128,"description":"Opaque lease identifier returned by vigil_grant_lease."}},"required":["lease_id"],"additionalProperties":false,"examples":[{"lease_id":"lease_example"}]}},{"name":"vigil_set_watchdog","description":"Arm a dead-man switch. Register an interval and an https webhook; then call vigil_heartbeat before each interval elapses. Miss one and Vigil attempts a signed 'absence' payload to your webhook, retrying failed delivery. Free tier: 1 watchdog. Overwrites an existing watchdog and resets its timer and delivery state. A missed heartbeat sends the supplied message to an external HTTPS recipient; failed delivery is capped at five attempts per armed interval.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"vigil_key":{"type":"string","deprecated":true,"description":"DEPRECATED legacy account-wide credential, including deletion and permission issuance. Prefer the client-injected HTTP Authorization: Bearer header; omit this argument when that header authenticates the request. This is not a scoped agent token.","minLength":1,"maxLength":256},"name":{"type":"string","description":"A name for this watchdog, 1-64 chars.","minLength":1,"maxLength":64},"interval_s":{"type":"integer","description":"Seconds allowed between heartbeats, 60..604800.","minimum":60,"maximum":604800},"webhook_url":{"type":"string","description":"An https URL resolving to a public address; fired once on a missed heartbeat.","minLength":1,"maxLength":2048,"pattern":"^https://[^\\s]+$"},"message":{"type":"string","description":"Optional note included in the absence payload, <=2000 chars.","maxLength":2000}},"required":["name","interval_s","webhook_url"],"additionalProperties":false,"examples":[{"name":"agent-health","interval_s":300,"webhook_url":"https://alerts.example.com/vigil","message":"agent missed heartbeat"}]}},{"name":"vigil_usage","description":"Your current tier, its limits, and how much you've used today. Requires your key.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"vigil_key":{"type":"string","deprecated":true,"description":"DEPRECATED legacy account-wide credential, including deletion and permission issuance. Prefer the client-injected HTTP Authorization: Bearer header; omit this argument when that header authenticates the request. This is not a scoped agent token.","minLength":1,"maxLength":256}},"required":[],"additionalProperties":false,"examples":[{}]}},{"name":"vigil_verify_lease","description":"Offline, FAIL-CLOSED check of a lease token against a mandatory, independently pinned Ed25519 public key. Returns allow=true only for a valid signature before expiry and recheck_by_ms. It does not authenticate the calling agent, enforce action/amount policy, or query live revocation; a customer gateway must do those checks before every provider action. Checks signature, expiry and the signed recheck deadline only. It does not check live revocation, agent identity, action, amount or gateway policy; those checks are mandatory at the gateway.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"lease":{"type":"object","description":"A full lease token from vigil_grant_lease."},"pubkey_hex":{"type":"string","description":"Mandatory Ed25519 public key pinned from a trusted out-of-band source; never copy it from the lease.","pattern":"^[0-9a-f]{64}$","minLength":64,"maxLength":64}},"required":["lease","pubkey_hex"],"additionalProperties":false}},{"name":"vigil_verify_receipt","description":"Verify a receipt's hash and Ed25519 signature against a mandatory, independently pinned Ed25519 public key. The key must not come from the receipt being checked. Returns valid=false for tampering, forgery, a wrong signer, or malformed input. Read-only and local to Vigil.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"receipt":{"type":"object","description":"A full receipt object as returned by vigil_notarize / vigil_get_receipt."},"pubkey_hex":{"type":"string","description":"Mandatory Ed25519 public key pinned from a trusted out-of-band source; never copy it from the receipt.","pattern":"^[0-9a-f]{64}$","minLength":64,"maxLength":64}},"required":["receipt","pubkey_hex"],"additionalProperties":false}},{"name":"vigil_verify_source","description":"Paid source-local verification with exact evidence and signed receipt. Does not establish absolute truth. Read price and payment requirements before authorizing; settlement spends USDC irreversibly and there is no automatic refund. Identical tool arguments alone are NOT idempotent: retry with the identical arguments, same vigil/idempotency-key metadata and original payment proof.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"source_url":{"type":"string","format":"uri","pattern":"^https://[^\\s]+$","maxLength":2048},"claim":{"type":"string","minLength":1,"maxLength":2000,"pattern":"\\S"},"options":{"type":"object","additionalProperties":false,"properties":{"max_age_seconds":{"type":"integer","minimum":0,"maximum":300,"default":60},"max_price_usd":{"type":"string","pattern":"^(0|[1-9][0-9]*)(\\.[0-9]{1,6})?$","maxLength":32}}}},"required":["source_url","claim"],"additionalProperties":false}},{"name":"vigil_watchdog_status","description":"Read a watchdog's state: interval, last beat, whether it is overdue, fired, or exhausted.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"vigil_key":{"type":"string","deprecated":true,"description":"DEPRECATED legacy account-wide credential, including deletion and permission issuance. Prefer the client-injected HTTP Authorization: Bearer header; omit this argument when that header authenticates the request. This is not a scoped agent token.","minLength":1,"maxLength":256},"name":{"type":"string","minLength":1,"maxLength":64,"description":"Watchdog name, 1..64 characters."}},"required":["name"],"additionalProperties":false,"examples":[{"name":"agent-health"}]}}],"scan":{"score":56,"grade":"C","scanned_at":"2026-09-20T11:38:56.340Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T11:38:56.290Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":17,"max":20,"notes":["remote reachable in 2053ms"]},"poisoning":{"score":15,"max":15,"notes":["26 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 4 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://vigilnotary.com/mcp","reachable":true,"authRequired":false,"latencyMs":2053,"serverInfo":{"name":"vigil","version":"0.1-mvp"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://vigilnotary.com/docs/assets/vigil.svg","source":"site"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}