Baremetrics MCP integration for AI agents.
Connect AI agents to Baremetrics through 12 structured actions, including list charges, create customer, and cancel subscription. Review authentication, inpu…
- ACTION CONTRACTS
- 12
- AUTHENTICATION
- API key
- SOURCE STATUS
- Provider-backed
CATALOG SOURCE REVIEWED AUGUST 23, 2026 / ACTION NAMES AND SCHEMAS DERIVED FROM WORKING MACHINES PROVIDER SOURCE
CAPABILITY PROFILE
What the Baremetrics integration exposes
The Baremetrics Agent App exposes 12 provider-backed actions for finance and data work. Its current contract lets an authorized agent list charges for a baremetrics source with optional time and entity filters, create a customer record in a baremetrics api source, and cancel a baremetrics subscription at a documented cancellation timestamp. These operations are called through Working Machines as typed capabilities rather than through browser navigation or copied UI steps.
A connection uses API key. Before execution, the agent can inspect the selected action, its required fields, declared scopes, and expected output contract. Provider credentials remain inside the Working Machines runtime; the calling agent receives the capability and its structured result, not the underlying secret.
For reliable operation, start with the narrowest action that satisfies the task, resolve stable provider identifiers before changing state, and validate the returned object or status after execution. Availability still depends on the connected Baremetrics account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.
VERIFIED ACTION SAMPLE
Real Baremetrics capabilities.
Showing 12 of 12 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.
list_chargesREADList charges for a Baremetrics source with optional time and entity filters.
INPUTS: sourceId / start / end / subscriptionOid / customerOid
create_customerWRITECreate a customer record in a Baremetrics API source.
INPUTS: sourceId / oid / name / email / notes
cancel_subscriptionHIGH IMPACTCancel a Baremetrics subscription at a documented cancellation timestamp.
INPUTS: sourceId / subscriptionOid / canceledAt
create_planWRITECreate a plan for use in Baremetrics subscription records.
INPUTS: sourceId / oid / name / currency / amount
create_subscriptionWRITECreate a subscription in a Baremetrics API source.
INPUTS: sourceId / oid / startedAt / canceledAt / planOid
list_customersREADList customers for a Baremetrics source with optional search and ordering.
INPUTS: sourceId / search / sort / order
list_plansREADList plans for a Baremetrics source with optional search.
INPUTS: sourceId / search
list_sourcesREADList Baremetrics sources available to the current API key.
list_subscriptionsREADList subscriptions for a Baremetrics source with optional customer and ordering filters.
INPUTS: sourceId / customerOid / order
update_customerWRITEUpdate basic information for a Baremetrics customer.
INPUTS: sourceId / customerOid / name / email / notes
update_planWRITEUpdate the name of a Baremetrics plan.
INPUTS: sourceId / planOid / name
update_subscriptionWRITEUpdate plan, addon, quantity, or discount data for a Baremetrics subscription.
INPUTS: sourceId / subscriptionOid / planOid / occurredAt / addons
INPUT CONTRACTS
Know what the action needs before it runs.
list_charges
sourceIdREQUIRED- The Baremetrics source ID from the List Sources endpoint.
startOPTIONAL- Unix timestamp for the start of the charge window.
endOPTIONAL- Unix timestamp for the end of the charge window.
subscriptionOidOPTIONAL- Your unique Baremetrics subscription ID.
customerOidOPTIONAL- Your unique Baremetrics customer ID.
create_customer
sourceIdREQUIRED- The Baremetrics source ID from the List Sources endpoint.
oidREQUIRED- Your unique Baremetrics customer ID.
nameOPTIONAL- The customer name.
emailOPTIONAL- The customer's email address.
notesOPTIONAL- Your own notes for this customer.
cancel_subscription
sourceIdOPTIONAL- The Baremetrics source ID from the List Sources endpoint.
subscriptionOidOPTIONAL- Your unique Baremetrics subscription ID.
canceledAtOPTIONAL- Unix timestamp for when the subscription was canceled.
create_plan
sourceIdREQUIRED- The Baremetrics source ID from the List Sources endpoint.
oidREQUIRED- Your unique Baremetrics plan ID.
nameREQUIRED- The internal name for this plan.
currencyREQUIRED- The ISO currency code for this plan, such as usd.
amountREQUIRED- The plan amount in cents.
PROVIDER-SPECIFIC WORKFLOWS
Jobs this Agent App can support
Inspect List Charges
List charges for a Baremetrics source with optional time and entity filters. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.
list_chargesControl Create Customer
Create a customer record in a Baremetrics API source. Resolve the target first, present material changes for confirmation, and make retries idempotent where the provider supports it.
create_customerVerify with List Customers
List customers for a Baremetrics source with optional search and ordering. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.
list_customersSAFETY BOUNDARY
Operate Baremetrics with explicit limits
- Authorize Baremetrics with API key and grant only the provider access required by the selected actions.
- 7 actions are change-capable by name. Confirm the target identity and material parameters before allowing a write.
- Treat `cancel_subscription` as high-impact operations and require an explicit approval boundary.
- No provider scope string is declared on the sampled actions. Verify the connected account's actual permissions in Baremetrics rather than assuming unrestricted access.
- After a call, inspect the structured result and execution record before reporting that the Baremetrics task completed successfully.
CONNECTION MODEL
API key
Baremetrics API key used as a Bearer token. Create or view it in Baremetrics API settings: https://app.baremetrics.com/settings/api.
Working Machines stores provider credentials behind the execution boundary. An agent can use an authorized connection identity, but catalog discovery alone does not reveal OAuth tokens, API keys, or provider secrets.
- READ SIGNALS
- 5
- WRITE SIGNALS
- 6
- HIGH IMPACT
- 1
- REVIEW SIGNALS
- 0
EVIDENCE AND AVAILABILITY
Provider reference
Action names, input fields, authentication types, and counts on this page are generated from the Working Machines provider catalog. Provider behavior, quotas, object semantics, account eligibility, and regional availability remain governed by Baremetrics.