
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
@striderlabs/mcp-aldi
Advanced tools
MCP (Model Context Protocol) connector for Aldi grocery. Provides tools for searching products, finding stores, browsing weekly specials, and more.
npm install @striderlabs/mcp-aldi
Add to your claude_desktop_config.json:
{
"mcpServers": {
"aldi": {
"command": "npx",
"args": ["-y", "@striderlabs/mcp-aldi"]
}
}
}
npx @striderlabs/mcp-aldi
search_productsSearch the Aldi product catalog by keyword or category.
Parameters:
query (required) — search term (e.g. "organic milk", "pasta")category (optional) — filter by category: dairy, produce, bakery, frozen, meat, snacks, beverages, dry-goods, breakfastlimit (optional) — max results (default 10, max 50)find_storesFind Aldi store locations near an address, city, or zip code.
Parameters:
location (required) — address, city, or zip coderadius_miles (optional) — search radius in miles (default 10, max 50)limit (optional) — max stores to return (default 5, max 20)get_weekly_specialsGet current weekly deals and ALDI Finds.
Parameters:
store_id (optional) — store-specific specialscategory (optional) — filter by category (e.g. produce, meat, aldi-finds)get_product_detailsGet detailed product info including nutrition facts, ingredients, and price.
Parameters:
product_id (required) — product ID from search_productsget_store_hoursGet hours and contact info for a specific store.
Parameters:
store_id (required) — store ID from find_storescheck_product_availabilityCheck if a product is available at a specific store.
Parameters:
product_id (required)store_id (required)# Install dependencies
npm install
# Build
npm run build
# Run dev (requires tsx)
npm run dev
MIT
FAQs
MCP connector for Aldi grocery
The npm package @striderlabs/mcp-aldi receives a total of 1 weekly downloads. As such, @striderlabs/mcp-aldi popularity was classified as not popular.
We found that @striderlabs/mcp-aldi demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.