← 1845meat.com

INDIVIDUAL MCP TOOL

search_products

Search this store's products by keyword and/or filters.

1845meat.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://1845meat.mcp.getbotlens.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_products and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

1845meat.com

CONNECT 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.

Related tools

  • list_products — List products in this store (title, price, sale price, availability, image, URL).
  • 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.
  • 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.
  • best_sellers — The store's best-selling / most popular products, ranked by real units sold from captured orders.
  • related_products — Products frequently bought together with a given product (from real order history, falling back to the same category).
  • store_info — Store policies and basics: where checkout happens, and links to the shipping, returns/refund, terms, and privacy pages.