INDIVIDUAL MCP TOOL
mandate_draft_verify
Recomputes the SHA-256 digest of a Capital Authority Mandate draft and compares it to the digest embedded in the file — the same replay any counterparty would run.
LIVE ENDPOINT
https://capital.new/mcp
Connect to this endpoint to inspect the live schema for mandate_draft_verify and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.new-capital-mandate-tools]
url = "https://capital.new/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"new-capital-mandate-tools": {
"type": "http",
"url": "https://capital.new/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: new-capital-mandate-tools
Remote MCP URL: https://capital.new/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": {
"new-capital-mandate-tools": {
"url": "https://capital.new/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"new-capital-mandate-tools": {
"type": "http",
"url": "https://capital.new/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "new-capital-mandate-tools",
"transport": "streamable-http",
"url": "https://capital.new/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
mandate_draft_schema— Returns the v0 Capital Authority Mandate draft template, the never-delegable act list, and the digest convention, so an agent can construct a draft its principal will mint at capital.ceremony_info— Returns where and how a mandate draft becomes an instrument.