Cloud MCPcompany
company
20 MCP tools on the Hanzo cloud door that call the company API.
The 20 tools tools/list names for company. Each dispatches to an operation in the company API reference.
| Tool | Route | Arguments | Description |
|---|---|---|---|
get_v1_company | GET /v1/company | 0 | Get returns the caller org's formation and the stages reachable from it, or 404 when the org has not |
get_v1_company_register | GET /v1/company/register | 4 | ListRegister returns the platform's whole formation register, newest activity first — every org's fo |
get_v1_company_register_summary | GET /v1/company/register/summary | 0 | SummarizeRegister counts the platform's formations by stage — the register's shape in one read, so a |
get_v1_company_review | GET /v1/company/review | 1 | ReviewQueue reports the founders whose KYC is not yet settled, oldest formation first, so the queue |
post_v1_company | POST /v1/company | 4 | Begin starts the org's one formation and returns it with the stages reachable from it. |
post_v1_company_advance | POST /v1/company/advance | 1 | Advance runs the ONE guarded transition of the formation machine. |
post_v1_company_documents | POST /v1/company/documents | 0 | GenerateDocuments renders the formation documents for the chosen structure and jurisdiction, ingests |
post_v1_company_esign | POST /v1/company/esign | 0 | RequestEsign sends the generated formation documents for signature by every founder and records the |
post_v1_company_esign_complete | POST /v1/company/esign/complete | 1 | CompleteEsign records whether the formation documents have been signed. |
post_v1_company_founders | POST /v1/company/founders | 1 | SetFounders replaces the formation's founders. |
post_v1_company_fundraise_round | POST /v1/company/fundraise/round | 6 | RecordRound records a fundraising round on the org's canonical cap table. |
post_v1_company_fundraise_safe | POST /v1/company/fundraise/safe | 2 | RequestSafe raises an e-signature request over documents already in the org's data room — a SAFE, a |
post_v1_company_genesis | POST /v1/company/genesis | 0 | RecordGenesis seeds the canonical cap table with the founding allocation (stakeholders, a common sha |
post_v1_company_import_captable | POST /v1/company/import/captable | 2 | ImportCapTable reads an existing company's cap table from a Google Sheet and adds its stakeholders t |
post_v1_company_import_documents | POST /v1/company/import/documents | 1 | ImportDocuments ingests an existing company's corporate documents from a Google Drive folder into th |
post_v1_company_kyc | POST /v1/company/kyc | 0 | StartKYC opens an identity-verification session for every founder with the wired provider and record |
post_v1_company_kyc_decision | POST /v1/company/kyc/decision | 2 | DecideKYC records a privileged reviewer's MANUAL decision on a founder's KYC — the human-in-the-loop |
post_v1_company_kyc_refresh | POST /v1/company/kyc/refresh | 0 | RefreshKYC reconciles each pending founder's KYC with the WIRED provider — the PULL path to a provid |
post_v1_company_skip | POST /v1/company/skip | 0 | Skip marks the org as already incorporated and moves it onto the import path, so an existing company |
put_v1_company_structure | PUT /v1/company/structure | 3 | SetStructure records the entity kind, the state of formation and the proposed name. |
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?