Kuudo exposes domain-scoped MCP tools so agents can read, analyze, and safely queue changes across the Amazon operating stack.
Domains
| Domain | Example coverage |
|---|---|
| Ads reads | Campaign performance, portfolio rollups, Brand Metrics, TACOS, DSP reporting |
| Ads writes | Bid updates, keyword state changes, budget changes, audience bid adjustments |
| AMC | Audience builds, path-to-purchase, incrementality, multi-touch attribution |
| Inventory | FBA inventory, risk Kuudo, inbound shipments, sales velocity, returns |
| Catalog | Product details, variation analysis, listing quality, price and quantity updates |
| Finance | Fee breakdown, profitability, settlement economics |
| Fulfillment | MCF orders, shipping previews, order creation, returns |
Read tools
Read tools return scoped data from Amazon APIs or prepared warehouse tables. They are safe for normal agent use and should be preferred for exploration, diagnostics, and reporting.
Write tools
Write tools are guarded. They validate input, apply workspace policy, and may require explicit human approval before changes are sent to Amazon.
AMC skills
AMC workflows are packaged as skills because most useful actions require multiple steps:
- Resolve the advertiser and campaign context.
- Join exposure, conversion, and audience data.
- Run privacy and minimum-size checks.
- Produce a report, audience, or activation-ready output.
Auditability
Every tool call records the requesting user, agent, workspace, parameters, result summary, and approval state. Use the run log to reproduce outputs or review changes before activation.