← getzero.dev

INDIVIDUAL MCP TOOL

zero_get_engine_evidence_depth

Fetch retained ZERO Runtime evidence depth and sample readiness for launch-grade proof.

getzero.devnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent endpoint

getzero.dev

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.getzero-dev]
url = "https://getzero.dev/oss/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "getzero-dev": {
      "type": "http",
      "url": "https://getzero.dev/oss/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: getzero-dev
Remote MCP URL: https://getzero.dev/oss/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": {
    "getzero-dev": {
      "url": "https://getzero.dev/oss/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "getzero-dev": {
      "type": "http",
      "url": "https://getzero.dev/oss/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "getzero-dev",
  "transport": "streamable-http",
  "url": "https://getzero.dev/oss/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_agents — v95 Protocol read-only alias for listing public ZERO Runtime agents.
  • get_agent_state — v95 Protocol read-only alias for public ZERO Runtime agent state.
  • get_mandate — v95 Protocol read-only alias for a public paper-first agent mandate.
  • validate_mandate — v95 Protocol compute alias for validating an agent mandate without installing it.
  • run_paper_simulation — v95 Protocol compute alias for a paper-only simulation preview.
  • get_evidence_bundle — v95 Protocol read-only alias for a public-safe ZERO Proof evidence bundle.
  • export_proof — v95 Protocol read-only alias for exporting public-safe ZERO Proof.
  • zero_list_strategies — List public strategy profiles.