Commerce & finance
Stripe, Shopify, QuickBooks, HubSpot, Salesforce, and Mercury connectors.
Connectors for payments, storefronts, accounting, CRM, and banking.
Stripe (stripe) — OAuth
| Operation | Purpose |
|---|---|
get-account / get-balance | Account and balance. |
list-balance-transactions | Balance transaction history. |
list-customers / get-customer / create-customer / update-customer / search-customers | Customer management. |
list-payment-intents / get-payment-intent / create-payment-intent | Payment intents. |
update-payment-intent / confirm-payment-intent / capture-payment-intent / cancel-payment-intent | Payment intent lifecycle. |
search-payment-intents | Search payments. |
list-setup-intents / get-setup-intent | Setup 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
| Operation | Purpose |
|---|---|
get-shop | Shop metadata. |
list-products / get-product | Read products. |
create-product / update-product | Manage products. |
list-orders / get-order | Read orders. |
list-customers / get-customer | Read customers. |
list-collections | Read collections. |
run-graphql | Run an arbitrary Admin API GraphQL query. |
QuickBooks (quickbooks) — OAuth
| Operation | Purpose |
|---|---|
get-company-info | Company profile. |
query | Run a QuickBooks query. |
list-customers / get-customer / create-customer | Customers. |
list-invoices / get-invoice / create-invoice | Invoices. |
list-items / list-accounts / list-vendors / list-payments | Reference data. |
get-profit-and-loss | P&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
| Operation | Purpose |
|---|---|
list-accounts / get-account | Bank accounts. |
list-transactions / get-transaction | Transaction history. |
list-recipients | Saved 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.