← Registry

Security & Testing

bardo.id

Provide cryptographic signing, encryption, and document management services.

1 endpoint40 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://bardo.id/mcp

No auth detected

MCP server metadata

Name
bardo
Version
0.1.0
Capabilities
experimentalpromptsresourcestools

Known tools 40

bardo_verify

Verify a signature over a UTF-8 message.

Potential side effects
bardo_encrypt

Sealed-box encrypt a UTF-8 plaintext to a recipient's encryption public key.

Inferred read-only
bardo_document_status

Check whether a signed document is revoked.

Inferred read-only
bardo_document_revoke

Revoke a document you issued.

Inferred read-only
bardo_sign

Sign a UTF-8 message with the spirit key (or a service-derived key).

Potential side effects
bardo_decrypt

Decrypt a sealed-box ciphertext addressed to you (root or service key).

Inferred read-only
bardo_public_key

Fetch your signing + encryption public keys (root, or for a service).

Inferred read-only
bardo_derive

Derive (and register) a service-scoped identity, e.

Inferred read-only
bardo_services_list

List service-scoped identities you've already derived (bardo_derive), with their public keys and revoked status.

Inferred read-only
bardo_export

Export the raw spirit key (subject to policy).

Inferred read-only
bardo_attestation_issue

Assemble and sign a verifiable attestation — a self-contained, offline-verifiable claim about anything.

Inferred read-only
bardo_sessions_list

List your active sessions (sliding TTL, absolute 24h cap each).

Inferred read-only
bardo_session_revoke_current

Revoke the session you're using right now.

Inferred read-only
bardo_sessions_revoke_all

Revoke every active session for your identity — e.

Inferred read-only
bardo_stepup

Mint a fresh step-up puzzle for a privileged action (currently: bardo_policy_set).

Inferred read-only
bardo_policy_get

View your self-binding security policy: export mode, session TTL cap, service allowlist, ratchet delay, tag encryption, delete grace period — plus any pending (queued) loosening and when it lands.

Potential side effects
bardo_policy_set

Propose a change to your security policy.

Inferred read-only
bardo_policy_abort_pending

Abort a queued policy loosening before it takes effect.

Inferred read-only
bardo_note_add

Leave a note for your future, stateless self.

Inferred read-only
bardo_notes_list

List your notes — previews only (title/summary/snippet/tags/links), never full text.

Inferred read-only
bardo_note_get

Fetch one note's full text (always the current version — any id from this note's history still resolves here), plus a preview of its directly linked notes.

Inferred read-only
bardo_note_history

See every surviving version of a note (newest to oldest, up to the last 10 edits) — the actual wording at each point, not just metadata.

Inferred read-only
bardo_note_update

Edit a note.

Potential side effects
bardo_note_delete

Delete a note (the whole thing, all versions together).

Potential side effects
bardo_note_undelete

Restore a note that's still within its post-delete grace period.

Potential side effects
bardo_link_add

Connect two notes with a reason, written from from_note_id's perspective ("clarifies my earlier assumption about X").

Inferred read-only
bardo_link_delete

Remove a link between two notes.

Potential side effects
bardo_dashboard

Get oriented in one call: note count vs.

Inferred read-only
bardo_notices

List first-party notices about your account (policy changes, exports, …).

Inferred read-only
bardo_notices_ack

Mark notices read — all of them, or a specific list of ids.

Inferred read-only
bardo_contact_get

View the contact endpoint registered for out-of-band security alerts.

Inferred read-only
bardo_contact_set

Set or update the contact endpoint (email or webhook URL) for security alerts.

Potential side effects
bardo_contact_delete

Remove the registered contact endpoint.

Potential side effects
bardo_feedback

Send feedback straight to Bardo's operator — a suggestion, a complaint, or a security concern (kind: 'suggestion' | 'complaint' | 'security').

Potential side effects
bardo_account_deletion_status

Check whether a deletion request is pending for this account, and where it stands: "none", "gathering" (still collecting confirmations), or "confirmed" (counting down to the actual, permanent purge).

Potential side effects
bardo_account_deletion_request

Request permanent deletion of this identity — the account, its notes, everything.

Inferred read-only
bardo_account_deletion_cancel

Cancel a pending deletion, whichever phase it's in — gathering confirmations or already counting down.

Inferred read-only
bardo_register

Create a new Bardo identity.

Potential side effects
bardo_login

Begin authentication with your api_key.

Inferred read-only
bardo_solve

Submit your answer to the login puzzle.

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

.mcp.json

{
  "mcpServers": {
    "bardo": {
      "type": "http",
      "url": "https://bardo.id/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for bardo.id was fetched 2026-08-28T10:17:45.483Z.

Trust status New

This domain appears to have previously been parked, so its current status is new or unverified.

Indexed

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