botfactory-mcp
BotFactory MCP bots — Glama registry
by varvararatta
Ecommerce Mcp
MCP server for E-Commerce
Manages e-commerce operations including products, orders, and transactions.
Captured live from the server via tools/list.
Search 3M+ products by name/brand (Open Food Facts). FREE discovery. Returns {products: [{barcode, name, brands, nutriscore}]}
Get full product details by barcode (EAN/UPC). Returns ingredients, labels, stores.
Get nutrition facts per 100g for a product by barcode. Returns {energy, fat, sugars, salt, proteins, ...}
Health check. FREE.
No parameters.
BotFactory MCP bots — Glama registry
claude_desktop_config.json
{
"mcpServers": {
"ecommerce_mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://ecommerce-mcp.mcpize.run/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.