Skip to main content
Glama

@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

Related MCP server: MCP OpenNutrition

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

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    Provides access to a comprehensive food database with 300,000+ items, enabling nutritional data lookups, food searches, and barcode scanning with all processing happening locally for privacy and speed.
    199
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Enables users to compare prices, track budgets, and find promotional deals across major Dutch supermarkets and drugstores. It supports automated shopping list optimization, meal planning, and price history alerts for stores like Albert Heijn, Jumbo, and Kruidvat.
    12
    MIT
  • F
    license
    A
    quality
    D
    maintenance
    Enables AI assistants to track global food prices, search products by barcode or name, and compare costs across 27 countries. It provides tools for real-time price scraping and data aggregation from major international supermarket chains.
    8
    4

View all related MCP servers

Related MCP Connectors

  • Barcode lookup, nutrition search, and product comparison for 3M+ crowd-sourced food products.

  • Kroger MCP — grocery products, prices, and store locations (developer.kroger.com)

  • Search foods, compare nutrients, and look up the full USDA FoodData Central database.

View all MCP Connectors

Appeared in Searches

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/markswendsen-code/mcp-traderjoes'

If you have feedback or need assistance with the MCP directory API, please join our Discord server