MCP Marketplace
BrowseHow It WorksFor CreatorsDocs
Sign inSign up
MCP Marketplace

The curated, security-first marketplace for AI tools.

Product

Browse ToolsSubmit a ToolDocumentationHow It WorksBlogFAQ

Legal

Terms of ServicePrivacy PolicyCommunity Guidelines

Connect

support@mcp-marketplace.ioTwitter / XDiscord

MCP Marketplace © 2026. All rights reserved.

Back to Browse

Lowtoxgear MCP Server

by Lowtoxgear
Developer ToolsModerate7.2MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Read-only catalogue MCP for Lowtoxgear — Australian low-tox lifestyle brand. 5 tools.

About

Read-only catalogue MCP for Lowtoxgear — Australian low-tox lifestyle brand. 5 tools.

Remote endpoints: streamable-http: https://mcp.lowtoxgear.com/mcp

Security Report

7.2
Moderate7.2Low Risk

Two well-structured, read-only MCP servers for e-commerce and product scanning with no authentication requirements by design. Code is clean with proper error handling, input validation, and no credential storage. Permissions are appropriate for their purpose (network HTTP for API proxying, no sensitive OS access). Minor quality observations around error specificity and upstream service dependency trust, but no security vulnerabilities identified. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity).

5 files analyzed · 6 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

Lowtoxgear — MCP server suite

MCP License: MIT No-auth

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.

ServerConnect URLTools
Lowtoxgear Storefronthttps://mcp.lowtoxgear.com/mcpsearch_products, get_product, list_collections, filter_by_certification, get_policies
Lowtoxgear Scannerhttps://mcp-scan.lowtoxgear.com/mcpscan_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.


What they do

Lowtoxgear Storefront — shop the catalogue

The Lowtoxgear brand is an Australian low-tox lifestyle e-commerce store spanning four collections:

  • Certified Activewear — clothing built without PFAS, fluorocarbons, or synthetic finishes
  • Clean Supplements — Australian-sourced supplement products with third-party testing
  • GOTS Certified — Global Organic Textile Standard apparel
  • Low-Tox Home Products — household items audited for clean ingredients

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.

Lowtoxgear Scanner — analyse anything by barcode

The Scanner is an independent Australian ingredient scanner for any consumer product. Live at scan.lowtoxgear.com:

  • 21,000+ Australian product pages indexed by barcode (EAN/UPC/JAN)
  • 237 source-cited chemical rules — fragrance allergens, EU-banned additives, EDCs, phthalates, PFAS, formaldehyde releasers, parabens, preservatives, and more
  • 17 condition-specific flag escalations — MCAS, eczema, PCOS, fertility, pregnancy, fibromyalgia, POTS, IBS, Hashimoto's, fragrance sensitivity, autism, ADHD, asthma, autoimmune, endometriosis, lyme, chronic fatigue
  • Six magnet guides of strict-clean shortlists by condition (eczema-safe personal care, mineral-only sunscreens, pregnancy-safe beauty, clean shampoos, etc.)
  • No sponsored placement — independent, source-cited

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.


Install (both)

Claude Desktop / Claude Code / Cursor

{
  "mcpServers": {
    "lowtoxgear-storefront": { "url": "https://mcp.lowtoxgear.com/mcp" },
    "lowtoxgear-scanner":    { "url": "https://mcp-scan.lowtoxgear.com/mcp" }
  }
}

ChatGPT / Claude.ai Custom Connectors

Settings → Connectors → Add custom connector → paste either URL.

Test from a terminal

# 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"}}}'

Cross-discovery

Both servers reference each other in their initialize and get_* responses:

  • The Storefront's get_policies returns a pointer to the Scanner (for chemical-safety analysis of items found in the catalogue).
  • The Scanner's get_resources returns a pointer to the Storefront (for shopping the cleanest-in-class).

This lets agents chain queries naturally: scan a barcode → if flagged, query the storefront for a cleaner alternative.


Architecture

                       ┌──────────────────────────┐
                       │  AI agent (Claude / etc) │
                       └────┬───────────────┬─────┘
                            │ JSON-RPC 2.0  │ JSON-RPC 2.0
                            ▼               ▼
              mcp.lowtoxgear.com/mcp   mcp-scan.lowtoxgear.com/mcp
              (storefront MCP Worker)  (scanner MCP Worker)
                            │               │
                            │ Shopify       │ scan.lowtoxgear.com/api/*
                            │ public JSON   │ (existing scanner web app)
                            ▼               ▼
                      lowtoxgear.com   scan.lowtoxgear.com
                      (Shopify store)  (D1: 21k AU products,
                                        237 chemical rules)

Both MCP Workers run on Cloudflare Workers with their own custom domains. The Scanner backend (D1 database, chemical-rule engine, OCR ingestion) lives in a separate Worker we don't modify.


Publishing to the MCP Registry

See PUBLISHING.md — one DNS verification on lowtoxgear.com unlocks both manifests under com.lowtoxgear/*.


License

MIT — see LICENSE.

Built by Lowtoxgear · Source for scanner data is independent + source-cited · Contact: founder@boolsai.ai

Reviews

No reviews yet

Be the first to review this server!

0

installs

New

no ratings yet

Is this your server?

Claim ownership to manage your listing, respond to reviews, and track installs from your dashboard.

Claim with GitHub

Sign up with the GitHub account that owns this repo

Links

Source CodeRemote Endpoint

Details

Published May 19, 2026
Version 1.0.0
0 installs
Local & Remote Plugin

More Developer Tools MCP Servers

Fetch

Free

by Modelcontextprotocol · Developer Tools

Web content fetching and conversion for efficient LLM usage

80.0K
Stars
3
Installs
5.3
Security
No ratings yet
Local

Git

Free

by Modelcontextprotocol · Developer Tools

Read, search, and manipulate Git repositories programmatically

80.0K
Stars
4
Installs
6.5
Security
No ratings yet
Local

Toleno

Free

by Toleno · Developer Tools

Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.

137
Stars
464
Installs
8.0
Security
4.8
Local

mcp-creator-python

Free

by mcp-marketplace · Developer Tools

Create, build, and publish Python MCP servers to PyPI — conversationally.

-
Stars
61
Installs
10.0
Security
5.0
Local

MarkItDown

Free

by Microsoft · Content & Media

Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption

120.0K
Stars
19
Installs
6.0
Security
5.0
Local

mcp-creator-typescript

Free

by mcp-marketplace · Developer Tools

Scaffold, build, and publish TypeScript MCP servers to npm — conversationally

-
Stars
15
Installs
10.0
Security
5.0
Local