LIVE ENDPOINT
https://hive-mcp-attest.onrender.com/mcp
Connect to this endpoint to inspect the live schema for attest_warranty_get 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.hive-mcp-attest]
url = "https://hive-mcp-attest.onrender.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hive-mcp-attest": {
"type": "http",
"url": "https://hive-mcp-attest.onrender.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hive-mcp-attest
Remote MCP URL: https://hive-mcp-attest.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-attest": {
"url": "https://hive-mcp-attest.onrender.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hive-mcp-attest": {
"type": "http",
"url": "https://hive-mcp-attest.onrender.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hive-mcp-attest",
"transport": "streamable-http",
"url": "https://hive-mcp-attest.onrender.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
attest_passport_issue— Issue a Pre-Action Attestation Manifest (C15: hive-passport).attest_passport_verify— Verify a Pre-Action Attestation Manifest (C15: hive-passport).attest_custody_append— Append a node to a custody chain (C16: hive-custody).attest_custody_verify— Verify a custody chain: hash linkage, Ed25519 signatures, and taint propagation (C16).attest_custody_proof— Retrieve a Merkle inclusion proof for a specific node in a custody chain (C16).attest_cargo_register— Register a versioned cargo type in the HiveAttest registry (C17: hive-cargo-taxonomy).attest_cargo_validate— Validate a payload against a registered cargo type schema (C17).attest_cargo_snapshot— Get a registry snapshot with Merkle root for version pinning (C17).