CaptainBI MCP integration for AI agents.
Connect AI agents to CaptainBI through 9 structured actions, including get business report, get product profit report, and get store profit report. Review au…
- ACTION CONTRACTS
- 9
- AUTHENTICATION
- Custom credentials
- SOURCE STATUS
- Provider-backed
CATALOG SOURCE REVIEWED AUGUST 23, 2026 / ACTION NAMES AND SCHEMAS DERIVED FROM WORKING MACHINES PROVIDER SOURCE
CAPABILITY PROFILE
What the CaptainBI integration exposes
The CaptainBI Agent App exposes 9 provider-backed actions for data and marketing work. Its current contract lets an authorized agent get captainbi product traffic, order, conversion, and sales metrics, get a captainbi product profit report by day or month and by order or financial accounting basis, and get a captainbi store profit report by day or month and by order or financial accounting basis. These operations are called through Working Machines as typed capabilities rather than through browser navigation or copied UI steps.
A connection uses Custom credentials. 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 CaptainBI account, granted provider permissions, workspace policy, region, plan, and upstream API behavior.
VERIFIED ACTION SAMPLE
Real CaptainBI capabilities.
Showing 9 of 9 actions. Risk labels are conservative signals based on operation names, not substitutes for provider documentation or runtime policy.
get_business_reportREADGet CaptainBI product traffic, order, conversion, and sales metrics.
INPUTS: openChannelId / page / rows / startCreateTime / endCreateTime
get_product_profit_reportREADGet a CaptainBI product profit report by day or month and by order or financial accounting basis.
INPUTS: openChannelId / period / accountingBasis / reportDate / page
get_store_profit_reportREADGet a CaptainBI store profit report by day or month and by order or financial accounting basis.
INPUTS: openChannelId / period / accountingBasis / reportDate / page
list_inventoryREADList CaptainBI FBA inventory, recent sales, and replenishment indicators.
INPUTS: openChannelId / page / rows / startModifiedTime / endModifiedTime
list_product_detailsREADList extended CaptainBI product cost, price, operator, group, and tag data.
INPUTS: openChannelId / page / rows / startModifiedTime / endModifiedTime
list_productsREADList CaptainBI product records modified during a controlled time window.
INPUTS: openChannelId / page / rows / startModifiedTime / endModifiedTime
list_refundsREADList CaptainBI refund status, quantity, reason, and fee records without buyer PII.
INPUTS: openChannelId / page / rows / startModifiedTime / endModifiedTime
list_returnsREADList CaptainBI return records without exposing customer comments or buyer contacts.
INPUTS: openChannelId / page / rows / startModifiedTime / endModifiedTime
list_storesREADList Amazon stores authorized for the connected CaptainBI API credential.
INPUTS: page / rows / startModifiedTime / endModifiedTime
INPUT CONTRACTS
Know what the action needs before it runs.
get_business_report
openChannelIdREQUIRED- The CaptainBI OpenChannelId returned by list_stores for the target store.
pageOPTIONAL- The one-based page number. Defaults to 1.
rowsOPTIONAL- The number of records to return. Defaults to 100.
startCreateTimeREQUIRED- A CaptainBI Unix timestamp in seconds or milliseconds. The start and end timestamps must use the same unit.
endCreateTimeREQUIRED- A CaptainBI Unix timestamp in seconds or milliseconds. The start and end timestamps must use the same unit.
get_product_profit_report
openChannelIdREQUIRED- The CaptainBI OpenChannelId returned by list_stores for the target store.
periodREQUIRED- Whether to return a daily or monthly profit report.
accountingBasisREQUIRED- Whether CaptainBI should group the report by order date or financial settlement date.
reportDateREQUIRED- The report date in YYYYMMDD for day or YYYYMM for month.
pageOPTIONAL- The one-based page number. Defaults to 1.
get_store_profit_report
openChannelIdREQUIRED- The CaptainBI OpenChannelId returned by list_stores for the target store.
periodREQUIRED- Whether to return a daily or monthly profit report.
accountingBasisREQUIRED- Whether CaptainBI should group the report by order date or financial settlement date.
reportDateREQUIRED- The report date in YYYYMMDD for day or YYYYMM for month.
pageOPTIONAL- The one-based page number. Defaults to 1.
list_inventory
openChannelIdREQUIRED- The CaptainBI OpenChannelId returned by list_stores for the target store.
pageOPTIONAL- The one-based page number. Defaults to 1.
rowsOPTIONAL- The number of records to return. Defaults to 100.
startModifiedTimeREQUIRED- A CaptainBI Unix timestamp in seconds or milliseconds. The start and end timestamps must use the same unit.
endModifiedTimeREQUIRED- A CaptainBI Unix timestamp in seconds or milliseconds. The start and end timestamps must use the same unit.
PROVIDER-SPECIFIC WORKFLOWS
Jobs this Agent App can support
Inspect Get Business Report
Get CaptainBI product traffic, order, conversion, and sales metrics. Use this as a bounded discovery step, retain the returned identifier, and avoid expanding the read beyond the task's stated scope.
get_business_reportVerify with Get Product Profit Report
Get a CaptainBI product profit report by day or month and by order or financial accounting basis. Compare the returned provider state with the intended outcome and preserve stable IDs or canonical links in the run record.
get_product_profit_reportSAFETY BOUNDARY
Operate CaptainBI with explicit limits
- Authorize CaptainBI with Custom credentials and grant only the provider access required by the selected actions.
- The current action names appear read-oriented, but returned CaptainBI data may still be sensitive and should be minimized before it enters model context.
- Do not infer permission from catalog visibility. Workspace policy, connection identity, and upstream authorization still govern execution.
- No provider scope string is declared on the sampled actions. Verify the connected account's actual permissions in CaptainBI rather than assuming unrestricted access.
- After a call, inspect the structured result and execution record before reporting that the CaptainBI task completed successfully.
CONNECTION MODEL
Custom credentials
CaptainBI uses Custom credentials. Connection requirements and availability are determined by the provider and the Working Machines deployment.
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
- 9
- WRITE SIGNALS
- 0
- HIGH IMPACT
- 0
- 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 CaptainBI.