What is the Lowtoxgear Scanner MCP server?
Australian ingredient scanner MCP — 21k+ AU products, 237 chemical rules, 17 condition tags.
How to install Lowtoxgear Scanner
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"scanner": {
"url": "https://mcp-scan.lowtoxgear.com/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"scanner": {
"serverUrl": "https://mcp-scan.lowtoxgear.com/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"scanner": {
"type": "http",
"url": "https://mcp-scan.lowtoxgear.com/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"scanner": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp-scan.lowtoxgear.com/mcp"
]
}
}
}Claude Code
claude mcp add --transport http scanner https://mcp-scan.lowtoxgear.com/mcpRelated MCP servers
Read-only catalogue MCP for Lowtoxgear — Australian low-tox lifestyle brand. 5 tools.
View repository →