← bardo.id

INDIVIDUAL MCP TOOL

bardo_verify

Verify a signature over a UTF-8 message.

bardo.idnone authenticationAvailability not checked

LIVE ENDPOINT

https://bardo.id/mcp

No auth detected

Connect to this endpoint to inspect the live schema for bardo_verify 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 suggests sending messages.

Parent server

bardo.id

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_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.
  • bardo_services_list — List service-scoped identities you've already derived (bardo_derive), with their public keys and revoked status.