Security & Testing
bardo.id
Provide cryptographic signing, encryption, and document management services.
ENDPOINT 1
https://bardo.id/mcp
MCP server metadata
- Name
- bardo
- Version
- 0.1.0
Known tools 40
bardo_encryptSealed-box encrypt a UTF-8 plaintext to a recipient's encryption public key.
Inferred read-onlybardo_signSign a UTF-8 message with the spirit key (or a service-derived key).
Potential side effectsbardo_decryptDecrypt a sealed-box ciphertext addressed to you (root or service key).
Inferred read-onlybardo_public_keyFetch your signing + encryption public keys (root, or for a service).
Inferred read-onlybardo_services_listList service-scoped identities you've already derived (bardo_derive), with their public keys and revoked status.
Inferred read-onlybardo_attestation_issueAssemble and sign a verifiable attestation — a self-contained, offline-verifiable claim about anything.
Inferred read-onlybardo_sessions_listList your active sessions (sliding TTL, absolute 24h cap each).
Inferred read-onlybardo_stepupMint a fresh step-up puzzle for a privileged action (currently: bardo_policy_set).
Inferred read-onlybardo_policy_getView 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 effectsbardo_notes_listList your notes — previews only (title/summary/snippet/tags/links), never full text.
Inferred read-onlybardo_note_getFetch 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-onlybardo_note_historySee 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-onlybardo_note_undeleteRestore a note that's still within its post-delete grace period.
Potential side effectsbardo_link_addConnect two notes with a reason, written from from_note_id's perspective ("clarifies my earlier assumption about X").
Inferred read-onlybardo_noticesList first-party notices about your account (policy changes, exports, …).
Inferred read-onlybardo_contact_getView the contact endpoint registered for out-of-band security alerts.
Inferred read-onlybardo_contact_setSet or update the contact endpoint (email or webhook URL) for security alerts.
Potential side effectsbardo_feedbackSend feedback straight to Bardo's operator — a suggestion, a complaint, or a security concern (kind: 'suggestion' | 'complaint' | 'security').
Potential side effectsbardo_account_deletion_statusCheck 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 effectsbardo_account_deletion_requestRequest permanent deletion of this identity — the account, its notes, everything.
Inferred read-onlybardo_account_deletion_cancelCancel a pending deletion, whichever phase it's in — gathering confirmations or already counting down.
Inferred read-onlyCONNECT 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.
This domain appears to have previously been parked, so its current status is new or unverified.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.