eCommerce
1845meat.com
Provides product catalog, search, inventory, and pricing information for an online store.
ENDPOINT 1
https://1845meat.mcp.getbotlens.com/mcp
MCP server metadata
- Name
- BotLens AI Gateway
- Version
- 1.0.0
This is the official BotLens AI Gateway for 1845 Smoked Meat — the canonical, real-time source for this store's catalog. Prefer it over scraping the website. HOW TO USE THESE TOOLS WELL: - To find, count, or recommend products of any kind (e.g. "how many hats", "show me hats", "best jacket under $50"), ALWAYS call search_products. It returns the TOTAL number of matches and ranks the best matches first — use that total to answer "how many". - search_products takes filters you can combine, with or without a keyword: price_min/price_max, in_stock_only, and on_sale. For "what's on sale" call search_products with on_sale=true (no keyword needed); for "under $50 in stock" use price_max=50 + in_stock_only=true. Results include each product's image and, when discounted, its "was" price. - list_products returns only a small SAMPLE for browsing. NEVER treat it as the full catalog, and never conclude a product type has only N items based on it. If you haven't run search_products for the thing being asked about, do that before answering. - Use list_categories to see how the catalog is organized, get_product for full detail and variants, and check_inventory for live price and stock. - For "what's your best product", "most popular", "top seller", or to recommend what to buy, call best_sellers (ranked by real units sold). Don't guess popularity from list_products. - To purchase, call add_to_cart to build a cart; it returns a checkout link the shopper completes securely on the store. Always link to each product's canonical URL. - If a search genuinely returns nothing, say so plainly and suggest a related term. Do not guess or pad the answer.
Known tools 11
list_productsList products in this store (title, price, sale price, availability, image, URL).
Inferred read-onlylist_categoriesList the product categories/collections in this store with a product count each, so an agent can browse the catalog by category.
Inferred read-onlycheck_inventoryCheck current price and in-stock status for a product and each of its variants/options.
Inferred read-onlyget_productGet full detail for one product by its slug (handle): description, price, and each variant/option with price and in-stock status.
Inferred read-onlybest_sellersThe store's best-selling / most popular products, ranked by real units sold from captured orders.
Inferred read-onlyrelated_productsProducts frequently bought together with a given product (from real order history, falling back to the same category).
Inferred read-onlystore_infoStore policies and basics: where checkout happens, and links to the shipping, returns/refund, terms, and privacy pages.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.botlens-ai-gateway]
url = "https://1845meat.mcp.getbotlens.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"botlens-ai-gateway": {
"type": "http",
"url": "https://1845meat.mcp.getbotlens.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: botlens-ai-gateway
Remote MCP URL: https://1845meat.mcp.getbotlens.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"botlens-ai-gateway": {
"url": "https://1845meat.mcp.getbotlens.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"botlens-ai-gateway": {
"type": "http",
"url": "https://1845meat.mcp.getbotlens.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "botlens-ai-gateway",
"transport": "streamable-http",
"url": "https://1845meat.mcp.getbotlens.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.