mcpserver.lol
registry/agent-checkout
Connection check verified live · 20h ago

agent-checkout

AI shopping gateway for product search, inventory, carts, and merchant-hosted checkout.

Tools 8
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 20h ago

Tools & capabilities

8 tools

Read from the running server on 20h ago.

add_to_cart cart_id*quantitysite_slug*variant_id*
Add another selected product variant to an existing Agent Checkout cart. Use when the user explicitly wants another item or quantity added to an existing cart. This does not charge…
check_inventory site_slug*variant_id*
Check whether a selected product variant is currently sellable and available. Use when availability matters or immediately before adding a selected variant to a cart.
create_cart quantitysite_slug*variant_id*
Create a new Agent Checkout-attributed cart with a selected product variant. Use only after the user has chosen a specific product or clearly asked to add/buy it. This prepares the…
create_checkout cart_id*site_slug*
Prepare the final buyer handoff by returning the merchant-hosted HTTPS checkout URL. Use when the user has a cart and clearly wants to proceed to checkout or purchase. Always surfa…
get_cart cart_id*site_slug*
Read the current Agent Checkout cart contents and totals. Use to review or confirm the cart before handing the buyer off to checkout.
get_product site_slug*product_id*
Get detailed product and variant information after search_products identifies a product and merchant. Use before purchase when the user needs details, options, price, or variant in…
search_catalog firstquery*
Legacy alias for search_products. Search purchasable products across participating merchants. Prefer search_products for new shopping requests.
search_products firstquery*
Primary shopping entry point. Use when a user wants to find, browse, compare, recommend, price-check, check availability of, shop for, or buy a physical product. Searches purchasab…