mcpserver.lol
registry/1845meat
Connection check verified live · 20h ago

1845meat

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

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

Tools & capabilities

11 tools

Read from the running server on 20h ago.

add_to_cart items*
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 read-only dayslimit
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 t…
check_inventory read-only product*
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.
fetch read-only id*
Retrieve the full text of one document by the id returned from `search`.
get_product read-only slug*
Get full detail for one product by its slug (handle): description, price, and each variant/option with price and in-stock status.
list_categories read-only
List the product categories/collections in this store with a product count each, so an agent can browse the catalog by category.
list_products read-only limitoffset
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.
related_products read-only limitproduct*
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…
search read-only query*
Search this site's content. Returns matching documents (id, title, url); pass an id to `fetch` for the full text.
search_products read-only limitqueryoffseton_salecategoryprice_max +2
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…
store_info read-only
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…