Developer Tools
capital.new
Provides tools for creating, verifying, and understanding Capital Authority Mandate drafts, including digest verification and schema information.
ENDPOINT 1
https://capital.new/mcp
MCP server metadata
- Name
- new.capital/mandate-tools
- Version
- 0.1.0
Tools for Capital Authority Mandate drafts (v0). An agent may draft and verify; minting and signing are human ceremonies performed at https://capital.new. This server stores nothing and accepts no credentials.
Known tools 3
mandate_draft_verifyRecomputes 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.
Inferred read-onlymandate_draft_schemaReturns 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.
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.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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for capital.new was fetched 2026-08-24T07:16:42.771Z.
capital.new is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.