Cloud MCPplans
plans
15 MCP tools on the Hanzo cloud door that call the plans API.
The 15 tools tools/list names for plans. Each dispatches to an operation in the plans API reference.
| Tool | Route | Arguments | Description |
|---|---|---|---|
get_v1_plans | GET /v1/plans | 0 | ListCloudPlans returns the Hanzo cloud plan catalog: every cloud tier with its price, included capac |
get_v1_plans_blockchain | GET /v1/plans/blockchain | 0 | ListBlockchainPlans returns the blockchain RPC plan catalog: the tiers metered in monthly compute un |
get_v1_plans_cloud | GET /v1/plans/cloud | 0 | ListCloudCapacityPlans returns the cloud plan catalog. |
get_v1_plans_dns | GET /v1/plans/dns | 0 | ListDNSPlans returns the DNS plan catalog: the tiers priced on zones, records per zone and queries p |
get_v1_plans_entitlements_id | GET /v1/plans/entitlements/{id} | 1 | GetPlanEntitlements returns what one plan GRANTS and not what it costs: the canonical namespaced ent |
get_v1_plans_gpu | GET /v1/plans/gpu | 0 | ListGPUTiers returns the rentable GPU configurations, each with its accelerator count and model, VRA |
get_v1_plans_health | GET /v1/plans/health | 0 | Health reports that the plans subsystem is mounted and serving. |
get_v1_plans_policy | GET /v1/plans/policy | 0 | GetPricingPolicy returns the published pricing policy: whether pricing is transparent, the revenue-s |
get_v1_plans_regions | GET /v1/plans/regions | 0 | ListRegions returns the regions cloud capacity is offered in, each with its display name and physica |
get_v1_plans_resolve_id | GET /v1/plans/resolve/{id} | 1 | ResolvePlan resolves one plan to everything a consumer of the catalog needs at once: its canonical e |
get_v1_plans_schema | GET /v1/plans/schema | 0 | GetPlanSchemas returns the two JSON Schema documents this surface speaks: entitlements.schema.json, |
get_v1_plans_storage | GET /v1/plans/storage | 0 | GetStoragePricing returns the block-storage price block: the price per GB per month and the volume s |
get_v1_plans_subscriptions | GET /v1/plans/subscriptions | 0 | ListSubscriptionPlans returns the subscription ladder — the personal and team tiers a customer buys |
get_v1_plans_tools | GET /v1/plans/tools | 0 | ListToolPrices returns the per-use price of every metered tool — web search, code interpreter, image |
get_v1_plans_vocab | GET /v1/plans/vocab | 0 | GetEntitlementVocabulary returns the entitlement key vocabulary: every key with its namespace, JSON |
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?