servers / hyperscale-tenant-tools
Hyperscale Tenant Tools MCP server
communitystreamable_httpremotewrite capablehealthy
Hyperscale Product reads and contract operations over MCP.
01Tools · 50
How to read this: tool names here are observed from a live tools/list handshake. The Risk label is a heuristic inferred from the tool name (write/destructive verbs), not from executing the tool — a conservative guess, not a verified capability. We never escalate risk from a description. Found one that's wrong? Tell us — we fix on report.
| Tool | Risk | Side effects | Approval |
|---|---|---|---|
| account_balance_retrieve Reads the account's live posted and pending counters from the ledger and returns settled and available balances without persisting balance truth outside the ledger. | read | false | unknown |
| account_list List Accounts as a cursor-paginated page. A Hyperscale Account: a first-party, ledger-backed balance held for a platform, Product, entity, customer, escrow, settlement, or suspense purpose. It is never an external bank account; external payability comes from a financial address attached to it. | read | false | unknown |
| account_retrieve Retrieve a single Account by its accountId. A Hyperscale Account: a first-party, ledger-backed balance held for a platform, Product, entity, customer, escrow, settlement, or suspense purpose. It is never an external bank account; external payability comes from a financial address attached to it. | unknown | unknown | unknown |
| account_statement_export Exports immutable, receipt-linked UTC monthly statements for ledger-backed tenant, customer, and product accounts as deterministic, formula-safe RFC 4180 CSV, including exact period boundaries, opening and closing balances, signed deltas, human memos, counterparties, and originating operation or noun linkage. | unknown | unknown | unknown |
| account_statement_retrieve For ledger-backed accounts for tenants, customers, and products, derives one UTC calendar month’s opening balance, immutable receipt-linked ledger lines, running balances, and closing balance directly from the ledger’s own history. Refuses the statement if any line lacks exact terminal evidence, the deltas do not reconcile, or the month exceeds 50,000 lines. | unknown | unknown | unknown |
| beneficiary_list List Beneficiaries as a cursor-paginated page. A verified external payee money can leave to. Payouts and withdrawals refuse a beneficiary that is unverified or inactive, and verification records a confirmation-of-payee match grade. | read | false | unknown |
| beneficiary_retrieve Retrieve a single Beneficiary by its beneficiaryId. A verified external payee money can leave to. Payouts and withdrawals refuse a beneficiary that is unverified or inactive, and verification records a confirmation-of-payee match grade. | unknown | unknown | unknown |
| blueprint_list Lists every available Blueprint with the business objects and actions it includes. Public and unauthenticated so customers can evaluate Hyperscale before signup. | read | false | unknown |
| blueprint_retrieve Retrieves one Blueprint with its identity, SDK namespace, business objects, lifecycle states, and available actions. | unknown | unknown | unknown |
| card_authorization_list List card authorizations backed by ledger holds for just-in-time card decisions. | read | false | unknown |
| card_authorization_retrieve Retrieve a card authorization for a just-in-time card decision backed by ledger holds. | unknown | unknown | unknown |
| card_dispute_list List evidence-backed challenges to posted card transactions. | read | false | unknown |
| card_dispute_retrieve Retrieve a card dispute. Evidence-backed challenges to posted card transactions. | unknown | unknown | unknown |
| card_list List virtual cards bound to cardholders and ledger accounts. | read | false | unknown |
| card_retrieve Retrieve a virtual card bound to a cardholder and ledger account. | unknown | unknown | unknown |
| card_transaction_list List captured card purchases with full-value refund paths. | read | false | unknown |
| card_transaction_retrieve Retrieve a captured card purchase with a full-value refund path. | unknown | unknown | unknown |
| cardholder_list List cardholders. Customer card access with explicit approval and suspension. | read | false | unknown |
| cardholder_retrieve Retrieve a cardholder for customer card access with explicit approval and suspension. | unknown | unknown | unknown |
| circle_membership_list List memberships in savings circles with rotating seats, periodic contributions, and one ordered payout. | read | false | unknown |
| circle_membership_retrieve Retrieve a membership in a savings circle with rotating seats, periodic contributions, and one ordered payout. | unknown | unknown | unknown |
| claim_list List evidence-backed demands against active policies. | read | false | unknown |
| claim_retrieve Retrieve a claim. Evidence-backed demands against active policies. | unknown | unknown | unknown |
| collection_list List Collections as a cursor-paginated page. The pay-in noun: money arriving from the outside world, tracked from the expected payment that declared it through to the account it credits. | read | false | unknown |
| collection_retrieve Retrieve a single Collection by its collectionId. The pay-in noun: money arriving from the outside world, tracked from the expected payment that declared it through to the account it credits. | unknown | unknown | unknown |
| collections_case_list List delinquent credit cases for regulated recovery referral to licensed agencies. | read | false | unknown |
| collections_case_retrieve Retrieve a collections case. Regulated recovery referrals of delinquent credit to licensed agencies. | unknown | unknown | unknown |
| consent_list List Consents as a cursor-paginated page. Product-scoped customer consent for provider data-sharing. Provider-mediated sharing requires active, unexpired consent that covers the target provider and data categories. | read | false | unknown |
| consent_retrieve Retrieve a single Consent by its consentId. Product-scoped customer consent for provider data-sharing. Provider-mediated sharing requires active, unexpired consent that covers the target provider and data categories. | unknown | unknown | unknown |
| contact_attempt_list List the append-only ledger of debtor contact attempts under the case’s declared caps. | read | false | unknown |
| contact_attempt_retrieve Retrieve a contact attempt. Append-only ledger of debtor contact under the case's declared caps. | unknown | unknown | unknown |
| credit_agreement_list List lending exposure records for principal advanced now and collected later. | read | false | unknown |
| credit_agreement_retrieve Retrieve a credit agreement. Lending exposure records: principal advanced now, collected later. | unknown | unknown | unknown |
| customer_access_list List Customer accesses as a cursor-paginated page. The grant that lets one customer use one Product. The customer credential spans the company, so this row is what makes it usable on a specific Product. | read | false | unknown |
| customer_access_retrieve Retrieve a single Customer access by its customerAccessId. The grant that lets one customer use one Product. The customer credential spans the company, so this row is what makes it usable on a specific Product. | unknown | unknown | unknown |
| customer_list Create a customer and enroll them into a Product. The customer is the person or business a Team serves; identity facts live on the linked entity, while this row carries the Product-facing display name, external reference, and status. | read | false | unknown |
| customer_retrieve Create a Customer and enroll it into a Product. A Customer is an end customer of a Product—the person or business a Team serves; identity facts live on the linked entity, while this row carries the Product-facing display name, external reference, and status. | read | false | unknown |
| deposit_list List Deposits as a cursor-paginated page. Money received from outside Hyperscale after it has been attributed to a financial address and account. | read | false | unknown |
| deposit_retrieve Retrieve a single Deposit by its depositId. Money received from outside Hyperscale after it has been attributed to a financial address and account. | unknown | unknown | unknown |
| escrow_order_list List escrow orders compiled onto the root account and transfer operations. | write | true | unknown |
| escrow_order_retrieve Retrieve an escrow order compiled onto the root account and transfer operations. | write | true | unknown |
| event_list Lists versioned event envelopes for a tenant so webhook receivers can reconcile delivered events against Hyperscale audit truth. Ordered newest first. To consume exactly once: remember the newest event id already processed, follow the returned cursor until it reappears, and deduplicate by event id, never by position. Pass resourceId to narrow the stream to a single resource's timeline. | read | false | unknown |
| event_retrieve Retrieves the canonical, versioned internal Hyperscale audit event envelope by ID for authenticated investigation and delivery recovery. It is not the redacted outbound webhook body and cannot replay or verify its signature. | unknown | unknown | unknown |
| expected_payment_list List Expected payments as a cursor-paginated page. A declaration that money should arrive: the account and address it is due on, the amount and date windows it must fall inside, and the reference to match. Incoming credits are matched against it to close a collection. | read | false | unknown |
| expected_payment_retrieve Retrieve a single Expected payment by its expectedPaymentId. A declaration that money should arrive: the account and address it is due on, the amount and date windows it must fall inside, and the reference to match. Incoming credits are matched against it to close a collection. | unknown | unknown | unknown |
| exposure_arrangement_list List exposure arrangements. Cross-agreement credit limits: one borrower's maximum exposure as data. | read | false | unknown |
| exposure_arrangement_retrieve Retrieve an exposure arrangement. Cross-agreement credit limits: one borrower's maximum exposure as data. | unknown | unknown | unknown |
| extension_list Lists every catalog extension a Product can be recomposed with: the business nouns it contributes and the nouns the Product must already contain for the extension to attach. Public and unauthenticated, like Blueprint discovery. | read | false | unknown |
| financial_address_list List the externally payable IBAN addresses attached to a Hyperscale Account as a cursor-paginated page. These addresses are how outside money reaches the account and hold no balance of their own. | read | false | unknown |
| financial_address_retrieve Retrieve a single externally payable Financial address (IBAN) attached to a Hyperscale Account by its financialAddressId. It is how outside money reaches that account and holds no balance of its own. | unknown | unknown | unknown |
02Install & source
https://hyperscale0.ai/v1/mcp
remote_url- homepagehttps://hyperscale0.ai/v1/mcp
03Access granted
Manage e-commerce · write
The access this server can exercise, inferred from its verified tools — not a declared OAuth scope.
05Provenance & freshness
sourcesOfficial MCP Registry [p1]
last_checked2026-08-29 22:37Z
next_check2026-08-31 22:37Z
cadenceevery 48h
verifiedtools_list:passed handshake:passed metadata:passed
index_statusindex — 5 unique facts >= 5
06Badge
Add the “as seen on MCPExplorer” badge to your README.
[](https://mcpexplorer.com/servers/hyperscale-tenant-tools)
Next step
This is one server. A loadout combines the right servers, governance, and proven plays for a whole job — assembled deliberately, not tool-dumped.
Explore loadouts →