1845 Smoked Meat AI Gateway

MCP gateway for 1845meat.com: products, prices, stock and cart links.

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

Что умеет

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

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

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

    MCP gateway for 1845meat.com: products, prices, stock and cart links. Read-only, no auth.

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

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

    list_productsList products in this store (title, price, sale price, availability, image, URL). Returns the catalog so an agent can browse. Page with offset. Use add_to_cart to build a cart.
    search_productsSearch this store's products by keyword and/or filters. Returns matching titles, prices (with "was" price when on sale), availability, image, and URLs. Filters can be combined and used WITHOUT a keyword (e.g. on_sale=true alone lists everything on sale; price_max with in_stock_only=true lists affordable in-stock items).
    list_categoriesList the product categories/collections in this store with a product count each, so an agent can browse the catalog by category.
    check_inventoryCheck current price and in-stock status for a product and each of its variants/options. Pass a product slug or search keywords. Availability is as of the latest catalog sync.
    get_productGet full detail for one product by its slug (handle): description, price, and each variant/option with price and in-stock status.
    add_to_cartBuild a ready-to-checkout cart and return a cart link. The shopper completes checkout and payment securely on the store. Pass one or more line items.
    best_sellersThe store's best-selling / most popular products, ranked by real units sold from captured orders. Use this to answer "what is your best product", "most popular", "top seller", or to recommend what to buy.
    related_productsProducts frequently bought together with a given product (from real order history, falling back to the same category). Use for "what goes with this", "customers also bought", or to cross-sell.
    store_infoStore policies and basics: where checkout happens, and links to the shipping, returns/refund, terms, and privacy pages. Use for "do you ship to X", "what is your return policy", or "how do I pay".
    searchSearch this site's content. Returns matching documents (id, title, url); pass an id to `fetch` for the full text.
    fetchRetrieve the full text of one document by the id returned from `search`.