Read-only catalogue MCP for Lowtoxgear — Australian low-tox lifestyle brand. 5 tools.
MCPpedia last refreshed this data
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"lowtoxgear-scanner": {
"url": "https://mcp-scan.lowtoxgear.com/mcp"
},
"lowtoxgear-storefront": {
"url": "https://mcp.lowtoxgear.com/mcp"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Two MCP servers for the Lowtoxgear ecosystem. Both live, no-auth, no API key needed — paste a URL into Claude.ai → Settings → Connectors, or call directly via JSON-RPC 2.0 POST.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in other
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 60-95% fewer tokens, same answers. Library, proxy, MCP server.
Pi Coding Agent extension (CLI-first) — routes bash/read/grep/find/ls through lean-ctx CLI for strong token savings. Optional MCP bridge can register advanced tools.
One local source for the MCP servers, tools, and memory your AI coding agents share, synced into each tool's native config with a review gate and a receipt for every change. No daemon, no lock-in.
97% token reduction for AI coding sessions — zero deps, 21 languages, MCP server
MCP Security Weekly
Get CVE alerts and security updates for com.lowtoxgear/storefront and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Two MCP servers for the Lowtoxgear ecosystem. Both live, no-auth, no API key needed — paste a URL into Claude.ai → Settings → Connectors, or call directly via JSON-RPC 2.0 POST.
| Server | Connect URL | Tools |
|---|---|---|
| Lowtoxgear Storefront | https://mcp.lowtoxgear.com/mcp | search_products, get_product, list_collections, filter_by_certification, get_policies |
| Lowtoxgear Scanner | https://mcp-scan.lowtoxgear.com/mcp | scan_barcode, get_catalog_stats, get_magnet_samples, submit_missing_product, get_resources |
Both registered under the com.lowtoxgear/* namespace (DNS-verified via lowtoxgear.com) in the Anthropic MCP Registry.
The Lowtoxgear brand is an Australian low-tox lifestyle e-commerce store spanning four collections:
The storefront MCP exposes the Shopify public catalogue with one brand-specific extension: filter_by_certification lets agents query by tags like GOTS, OEKO-TEX, PFAS-free, etc.
The Scanner is an independent Australian ingredient scanner for any consumer product. Live at scan.lowtoxgear.com:
The Scanner MCP is a thin wrapper around the existing scanner backend — it exposes the same data via the MCP JSON-RPC protocol so agents can query it programmatically.
{
"mcpServers": {
"lowtoxgear-storefront": { "url": "https://mcp.lowtoxgear.com/mcp" },
"lowtoxgear-scanner": { "url": "https://mcp-scan.lowtoxgear.com/mcp" }
}
}
Settings → Connectors → Add custom connector → paste either URL.
# Scan a barcode
curl -sS https://mcp-scan.lowtoxgear.com/mcp \
-H 'content-type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call",
"params":{"name":"scan_barcode","arguments":{"barcode":"9300605000018"}}}'
# Search the storefront
curl -sS https://mcp.lowtoxgear.com/mcp \
-H 'content-type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call",
"params":{"name":"search_products","arguments":{"query":"GOTS organic"}}}'
Both servers reference each other in their initialize and get_* responses:
get_policies returns a pointer to the Scanner (for chemical-safety analysis of items found in the catalogue).get_resources returns a pointer to the Storefront (for shopping the cleanest-in-cl