← Registry

Developer Tools

capital.new

Provides tools for creating, verifying, and understanding Capital Authority Mandate drafts, including digest verification and schema information.

1 endpoint3 known toolsFirst detected August 8, 2026Last detected August 8, 2026

ENDPOINT 1

https://capital.new/mcp

No auth detected

MCP server metadata

Name
new.capital/mandate-tools
Version
0.1.0
Capabilities
tools
Server instructions

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_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.

Inferred read-only
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.

Inferred read-only
ceremony_info

Returns where and how a mandate draft becomes an instrument.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for capital.new was fetched 2026-08-24T07:16:42.771Z.

Trust status Neutral

capital.new is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.