Cloud MCPusage
usage
11 MCP tools on the Hanzo cloud door that call the usage API.
The 11 tools tools/list names for usage. Each dispatches to an operation in the usage API reference.
| Tool | Route | Arguments | Description |
|---|---|---|---|
get_v1_usage_activity | GET /v1/usage/activity | 4 | Activity returns the per-day usage series for ONE authorized subject — the points a contribution hea |
get_v1_usage_analytics | GET /v1/usage/analytics | 4 | Is the entitlement-GATED per-provider breakdown of the caller org's LLM usage — the paid lens over t |
get_v1_usage_analytics_access | GET /v1/usage/analytics/access | 1 | Echoes a plan's resolved analytics entitlement so a dashboard can configure itself against the LIVE |
get_v1_usage_leaderboard | GET /v1/usage/leaderboard | 4 | Leaderboard ranks AI usage over a window, either the users of the caller's own org or organizations |
get_v1_usage_leaderboard_optin | GET /v1/usage/leaderboard/optin | 0 | GetOptin returns the caller's own public-listing preference and their org's, each with whether the c |
get_v1_usage_samples | GET /v1/usage/samples | 4 | Is the PER-PROVIDER view: one connected account's own consumption of its own plan — "my Claude Max p |
get_v1_usage_summary | GET /v1/usage/summary | 3 | Answers GET /v1/usage/summary: the caller's own usage footprint over one window — the categorized sp |
post_v1_usage | POST /v1/usage | 22 | Ingests a batch of account-usage samples — what a developer's OWN AI accounts have consumed of their |
post_v1_usage_rollup_backfill | POST /v1/usage/rollup/backfill | 2 | Backfill seeds the derived usage rollup from ledger history — the rows written before the incrementa |
put_v1_usage_leaderboard_optin | PUT /v1/usage/leaderboard/optin | 2 | PutUserOptin sets the CALLER's own public-listing preference on the leaderboard. |
put_v1_usage_leaderboard_optin_org | PUT /v1/usage/leaderboard/optin/org | 2 | PutOrgOptin sets the ORG's listing on the cross-org global board. |
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?