INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://bardo.id/mcp
Connect to this endpoint to inspect the live schema for bardo_policy_get and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a deletion term.
Parent server
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.
Related tools
bardo_verify— Verify a signature over a UTF-8 message.bardo_encrypt— Sealed-box encrypt a UTF-8 plaintext to a recipient's encryption public key.bardo_document_status— Check whether a signed document is revoked.bardo_document_revoke— Revoke a document you issued.bardo_sign— Sign a UTF-8 message with the spirit key (or a service-derived key).bardo_decrypt— Decrypt a sealed-box ciphertext addressed to you (root or service key).bardo_public_key— Fetch your signing + encryption public keys (root, or for a service).bardo_derive— Derive (and register) a service-scoped identity, e.