MCP Hub
Back to servers

Trader Joe's MCP Server

Allows users to search for products, access detailed nutritional and allergen information, and find nearby store locations. It also provides tools to browse new and featured items across various grocery categories.

glama
Updated
Mar 14, 2026

@striderlabs/mcp-traderjoes

MCP (Model Context Protocol) connector for Trader Joe's grocery. Enables AI assistants to search products, look up nutrition info, and find store locations.

Installation

npm install -g @striderlabs/mcp-traderjoes

Usage

Add to your MCP client config (e.g. Claude Desktop claude_desktop_config.json):

{
  "mcpServers": {
    "traderjoes": {
      "command": "mcp-traderjoes"
    }
  }
}

Tools

search_products

Search for Trader Joe's products by keyword.

Parameters:

  • query (required): Search term (e.g. "cauliflower", "frozen pizza", "wine")
  • page_size (optional): Number of results (default: 10)

get_product_details

Get detailed product info including ingredients, nutrition facts, and allergens.

Parameters:

  • sku (required): Product SKU from search results

find_stores

Find Trader Joe's locations near a ZIP code.

Parameters:

  • zip (required): US ZIP code
  • radius (optional): Search radius in miles (default: 25)

get_new_products

List new and featured products currently available at Trader Joe's.

Parameters:

  • category (optional): Category filter (e.g. "produce", "frozen", "snacks")

Development

npm install
npm run build

License

MIT

Reviews

No reviews yet

Sign in to write a review