Cloud MCPpricing
pricing
23 MCP tools on the Hanzo cloud door that call the pricing API.
The 23 tools tools/list names for pricing. Each dispatches to an operation in the pricing API reference.
| Tool | Route | Arguments | Description |
|---|---|---|---|
get_v1_pricing | GET /v1/pricing | 0 | GetPricing returns the whole pricing catalog in one document: Zen and third-party models, providers, |
get_v1_pricing_base | GET /v1/pricing/base | 0 | ListBasePlans returns the Hanzo Base plans — the managed-instance tiers, each with its monthly and a |
get_v1_pricing_blockchain | GET /v1/pricing/blockchain | 0 | ListBlockchainPlans returns the blockchain access plans — the RPC and node tiers, each with its mont |
get_v1_pricing_cloud | GET /v1/pricing/cloud | 0 | GetCloudPricing returns the public cloud section of the catalog in one document: its instance plans, |
get_v1_pricing_cloud_plans | GET /v1/pricing/cloud/plans | 0 | GetCloudPlans returns just the cloud instance plans — each with its vCPU, memory, disk, CPU type, VM |
get_v1_pricing_cloud_regions | GET /v1/pricing/cloud/regions | 0 | GetCloudRegions returns the regions a cloud instance can be placed in, each with its id, display nam |
get_v1_pricing_cloud_storage | GET /v1/pricing/cloud/storage | 0 | GetCloudStoragePricing returns the block-storage prices of the cloud section: the per-GB monthly rat |
get_v1_pricing_compute | GET /v1/pricing/compute | 0 | GetComputePricing returns the compute section of the catalog: the cloud provider and region the pric |
get_v1_pricing_compute_presets | GET /v1/pricing/compute/presets | 0 | GetComputePresets returns just the named compute sizes — the short, human-labelled list ("Starter", |
get_v1_pricing_featured | GET /v1/pricing/featured | 0 | ListFeaturedModels returns the models the catalog highlights, filtered to what the caller's org may |
get_v1_pricing_free | GET /v1/pricing/free | 0 | ListFreeModels returns the models that cost nothing to call, filtered to what the caller's org may s |
get_v1_pricing_gpu | GET /v1/pricing/gpu | 0 | ListGPUTiers returns the rentable GPU configurations, each with its accelerator count and model, VRA |
get_v1_pricing_health | GET /v1/pricing/health | 0 | Health reports that the pricing subsystem is mounted and serving. |
get_v1_pricing_iam | GET /v1/pricing/iam | 0 | ListIAMPlans returns the identity plans — the Hanzo IAM tiers, each with its monthly and annual pric |
get_v1_pricing_model_name | GET /v1/pricing/model/{name} | 1 | GetModel returns one model's catalog entry — its pricing, context window and capabilities as the pri |
get_v1_pricing_models | GET /v1/pricing/models | 0 | ListModels returns the whole model catalog — Hanzo's own Zen models and every third-party model — fi |
get_v1_pricing_paas | GET /v1/pricing/paas | 0 | ListPaaSPlans returns the application-hosting plans — the deploy-and-host tiers, each with its month |
get_v1_pricing_policy | GET /v1/pricing/policy | 0 | GetPricingPolicy returns the pricing policy document: the revenue-sharing terms (the idle-resale sha |
get_v1_pricing_providers | GET /v1/pricing/providers | 0 | ListProviders returns the model providers the catalog knows, each with its info object, filtered to |
get_v1_pricing_subscriptions | GET /v1/pricing/subscriptions | 0 | ListSubscriptionPlans returns the API subscription plans — the account-level tiers a customer subscr |
get_v1_pricing_summary | GET /v1/pricing/summary | 0 | GetPricingSummary returns the catalog's headline statistics — model counts by family and the provide |
get_v1_pricing_tools | GET /v1/pricing/tools | 0 | ListToolPrices returns the per-use tool prices — web search, code interpreter, file storage, image g |
post_v1_pricing_sync | POST /v1/pricing/sync | 0 | SyncPricing refreshes the third-party section of the catalog from its upstream listings and returns |
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?