1845 Smoked Meat AI Gateway
MCP gateway for 1845meat.com: products, prices, stock and cart links.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
MCP gateway for 1845meat.com: products, prices, stock and cart links. Read-only, no auth.
Server tool list (11)
Raw names from tools/list. Only developers need these.
| list_products | List 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_products | Search 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_categories | List the product categories/collections in this store with a product count each, so an agent can browse the catalog by category. |
| check_inventory | Check 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_product | Get full detail for one product by its slug (handle): description, price, and each variant/option with price and in-stock status. |
| add_to_cart | Build 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_sellers | The 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_products | Products 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_info | Store 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". |
| search | Search this site's content. Returns matching documents (id, title, url); pass an id to `fetch` for the full text. |
| fetch | Retrieve the full text of one document by the id returned from `search`. |