{ "$schema": "https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json", "version": "1.0", "protocolVersion": "2024-11-05", "serverInfo": { "name": "Lauro Sport Storefront", "title": "Lauro Sport Storefront MCP", "version": "2.0.0" }, "description": "Scopri Lauro Sport: abbigliamento sportivo e streetwear per uomo e donna. T-shirt, felpe, giacche e pantaloni di qualità. Spedizione veloce e resi facili.", "transport": { "type": "streamable-http", "endpoint": "https:\/\/www.laurosport.store\/api\/catalog" }, "authentication": { "required": false }, "capabilities": ["tools", "resources"], "tools": [ { "name": "catalog", "title": "Product Catalog", "description": "Fetch full product catalog with live pricing and availability", "inputSchema": { "type": "object", "properties": { "page": { "type": "integer", "minimum": 1 } } } }, { "name": "search", "title": "Product Search", "description": "Search products by keyword, brand, category, tags", "inputSchema": { "type": "object", "properties": { "q": { "type": "string" } }, "required": ["q"] } } ] }