Skip to content

Search docs

Find pages, headings, and concepts. Press ⌘K or Ctrl+K to toggle.

Commerce & finance

Stripe, Shopify, QuickBooks, HubSpot, Salesforce, and Mercury connectors.

Connectors for payments, storefronts, accounting, CRM, and banking.

Stripe (stripe) — OAuth

OperationPurpose
get-account / get-balanceAccount and balance.
list-balance-transactionsBalance transaction history.
list-customers / get-customer / create-customer / update-customer / search-customersCustomer management.
list-payment-intents / get-payment-intent / create-payment-intentPayment intents.
update-payment-intent / confirm-payment-intent / capture-payment-intent / cancel-payment-intentPayment intent lifecycle.
search-payment-intentsSearch payments.
list-setup-intents / get-setup-intentSetup intents.

Example: a billing agent calls search-customers by email, then list-payment-intents to summarize a customer's recent activity.

Shopify (shopify) — API key

OperationPurpose
get-shopShop metadata.
list-products / get-productRead products.
create-product / update-productManage products.
list-orders / get-orderRead orders.
list-customers / get-customerRead customers.
list-collectionsRead collections.
run-graphqlRun an arbitrary Admin API GraphQL query.

QuickBooks (quickbooks) — OAuth

OperationPurpose
get-company-infoCompany profile.
queryRun a QuickBooks query.
list-customers / get-customer / create-customerCustomers.
list-invoices / get-invoice / create-invoiceInvoices.
list-items / list-accounts / list-vendors / list-paymentsReference data.
get-profit-and-lossP&L report.

HubSpot (hubspot) — API key

Slug registered. Configure at /[orgSlug]/connectors. The operation surface is loaded from the registry once a connection is active.

Salesforce (salesforce) — API key

Slug registered. Configure at /[orgSlug]/connectors. The operation surface is loaded from the registry once a connection is active.

Mercury (mercury) — API key

OperationPurpose
list-accounts / get-accountBank accounts.
list-transactions / get-transactionTransaction history.
list-recipientsSaved payment recipients.

Example: a finance agent calls list-transactions for the last 7 days, then writes a summary to a Google Sheet via the Sheets connector.