# [The agentic commerce protocol landscape: ACP, UCP, and MCP](https://rebilder.com/learn/agentic-commerce-protocol)

> ACP, UCP, and MCP explained: what each agentic commerce protocol covers, how the integrations fit together, and how merchants can prepare.

- **Updated:** 2026-09-10
- **Author:** Rebilder
- **Published:** 2026-08-05

An agentic commerce protocol gives software a defined way to exchange business information and perform supported transaction steps. The useful question is which operation your business needs to expose and which clients will use it.

ACP, UCP and MCP have different scopes. Keep the protocol’s capabilities separate from the particular operations your integration implements.

## Separate discovery, checkout and tool access

| Task | What the integration provides |
| --- | --- |
| Discovery | Products, availability and relevant offer information |
| Checkout | A supported purchase flow with buyer selections and payment handling |
| Tool access | Callable operations that expose configured business capabilities |

A business can support more than one interface over the same sources. Decide which system owns each fact and action before connecting it.

## ACP and the purchase flow

The [Agentic Commerce Protocol](https://www.agenticcommerce.dev/docs) defines a programmatic exchange among buyers, agents and sellers. Its checkout API supports a session lifecycle. The implemented capability of a specific adapter can be narrower than the full protocol.

Rebilder’s ACP adapter should be evaluated by its current documented operations and version. A feed connection is not evidence that a complete checkout flow is configured.

## UCP and configured commerce operations

Use Rebilder’s UCP documentation to configure its catalog and checkout-handoff operations. Connect the catalog to current business data and test the handoff with the merchant’s destination flow.

Check the response, required inputs and supported version. A discoverable endpoint is useful when the downstream operation works with the customer’s selected offer and current permissions.

## MCP and business tools

MCP provides an interface for tools and resources. In a commerce integration, a tool can expose a catalog or inventory lookup. Its name alone does not define payment, purchase authority or every other transaction behavior.

Describe each tool’s inputs and results, and keep access appropriate to the data or operation. A public product lookup and a private order action need different authority.

## Build a dependable integration

- Select the client and business operation.
- Read the current adapter’s documented inputs and version.
- Connect the authoritative catalog, policy and payment systems.
- Test successful requests, changed inventory, invalid input and unavailable operations.
- Record the action and outcome so the business can reconcile it.
- Review compatibility when upgrading the adapter or protocol.

## Use the business information across interfaces

The same source can supply a page, a Markdown response and an adapter when each is configured. This reduces duplicate maintenance and helps keep offer details consistent.

Rebilder’s Console helps the team inspect reported requests and missing answers. Use the activity to select the next useful operation instead of implementing a protocol only because its name is popular.

## What is an agentic commerce protocol?

A defined interface for exchanging business information and carrying out supported commerce operations between participants.

## Does ACP support checkout?

The protocol includes a checkout lifecycle. Check which operations the adapter you deploy actually implements and configure the complete flow.

## What does Rebilder’s UCP integration provide?

Use its current adapter documentation for catalog and checkout-handoff setup, supported version and required configuration.

## Is MCP a payment protocol?

MCP exposes tools and resources. Payment behavior depends on the specific tool and commerce integration.

## Should I support all three?

Choose by the operations and clients your business needs. They can share sources while retaining distinct configuration and authority.

## Related

- [AI search optimization: the definitive guide](https://rebilder.com/learn/ai-search-optimization)
- [What is agentic commerce?](https://rebilder.com/learn/what-is-agentic-commerce)
- [AI shopping agents: what they are and how they read your store](https://rebilder.com/learn/ai-shopping-agents)
- [Gateway quickstart](https://rebilder.com/docs/quickstart)
- [How agent detection works](https://rebilder.com/docs/classification)
- [Free llms.txt generator](https://rebilder.com/tools/llms-txt-generator)