← hiveagentiq.com

INDIVIDUAL MCP TOOL

zk_anchor_to_base

Write an attestation commitment (32-byte hash) to Base via the Hive gateway.

hiveagentiq.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://hive-mcp-zk-attestation.onrender.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for zk_anchor_to_base 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 contains a write-action term.

Parent server

hiveagentiq.com

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.hive-mcp-zk-attestation]
url = "https://hive-mcp-zk-attestation.onrender.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "hive-mcp-zk-attestation": {
      "type": "http",
      "url": "https://hive-mcp-zk-attestation.onrender.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: hive-mcp-zk-attestation
Remote MCP URL: https://hive-mcp-zk-attestation.onrender.com/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": {
    "hive-mcp-zk-attestation": {
      "url": "https://hive-mcp-zk-attestation.onrender.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "hive-mcp-zk-attestation": {
      "type": "http",
      "url": "https://hive-mcp-zk-attestation.onrender.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "hive-mcp-zk-attestation",
  "transport": "streamable-http",
  "url": "https://hive-mcp-zk-attestation.onrender.com/mcp"
}
MCP Inspector

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

Related tools

  • zk_attest_agent_state — Produce a zero-knowledge attestation of an agent state hash + DID.
  • zk_verify_proof — Verify a submitted attestation against a known verification key.
  • zk_list_circuits — Enumerate supported circuits and verification key fingerprints.
  • zk_query_attestation — Fetch a previously-anchored attestation by Base transaction hash.
  • hive_earn_register — Register an agent for the Hive Civilization attribution payout program.
  • hive_earn_me — Look up the caller agent's registered earn profile, lifetime + pending USDC balance, last payout tx hash, and next-payout ETA.
  • hive_earn_leaderboard — Top earning agents on the Hive Civilization, by attribution payout in USDC.