Cloud MCPvalidators
validators
4 MCP tools on the Hanzo cloud door that call the validators API.
The 4 tools tools/list names for validators. Each dispatches to an operation in the validators API reference.
| Tool | Route | Arguments | Description |
|---|---|---|---|
get_v1_validators | GET /v1/validators | 1 | Returns the validator slots the caller's org has claimed. |
get_v1_validators_challenge | GET /v1/validators/challenge | 1 | Issues the single-use nonce and the exact message a wallet must sign to claim a validator slot. |
get_v1_validators_tokenId | GET /v1/validators/{tokenId} | 1 | Returns one claimed validator slot, scoped to the caller's org. |
post_v1_validators | POST /v1/validators | 3 | Claims a validator slot and provisions its node, after proving the caller's wallet owns the slot's N |
Generated from tools/list on https://api.hanzo.ai/v1/mcp — 834 tools captured 2026-08-01 (this build read the vendored copy; the door was unreachable).
How is this guide?