Cloud MCPmarketplace
marketplace
6 MCP tools on the Hanzo cloud door that call the marketplace API.
The 6 tools tools/list names for marketplace. Each dispatches to an operation in the marketplace API reference.
| Tool | Route | Arguments | Required | Description |
|---|---|---|---|---|
delete_v1_marketplace_listings_id | DELETE /v1/marketplace/listings/{id} | 1 | id | Unpublish withdraws one of the caller org's listings from the marketplace and answers 204. |
get_v1_marketplace | GET /v1/marketplace | 0 | — | Discover lists every tool and agent the caller can reach in their own org and project, enriched… |
get_v1_marketplace_listings | GET /v1/marketplace/listings | 0 | — | ListListings returns the listings the caller's own org has published — what this org is offering,… |
post_v1_marketplace_install | POST /v1/marketplace/install | 1 | — | Install activates one tool for the caller's own org and project. |
post_v1_marketplace_listings | POST /v1/marketplace/listings | 8 | — | Publish offers one tool on the marketplace, optionally monetized. |
post_v1_marketplace_uninstall | POST /v1/marketplace/uninstall | 1 | — | Uninstall deactivates one tool for the caller's own org and project, so it stops being dispatchable… |
Generated from tools/list on https://api.hanzo.ai/v1/mcp — 833 tools captured 2026-08-01, of which 755 are documented here (the operator surface is not published) (this build read the vendored copy; the door was unreachable).
How is this guide?