Agent Checkout

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

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение

Что умеет

    Какие данные видит

    Нужен ли аккаунт

    Не нужен: сервер работает без входа

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

    Список инструментов сервера (8)

    Технические названия из tools/list. Нужны только разработчикам.

    search_productsPrimary 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 purchasable products across merchants participating in the Agent Checkout network. The user does not need to mention Agent Checkout by name.
    search_catalogLegacy alias for search_products. Search purchasable products across participating merchants. Prefer search_products for new shopping requests.
    get_productGet 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 information.
    check_inventoryCheck 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_cartCreate 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 purchase but does not charge the buyer.
    add_to_cartAdd 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 the buyer.
    get_cartRead the current Agent Checkout cart contents and totals. Use to review or confirm the cart before handing the buyer off to checkout.
    create_checkoutPrepare 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 surface checkoutUrl to the human buyer. Agent Checkout never collects raw card details and this tool does not itself charge the buyer.