{"mcpServers": {"mardevinhos": {"command": "npx", "args": ["-y", "@modelcontextprotocol/server-fetch"], "env": {}}}, "_comment": "MCP Server Card for Mar de Vinhos - AI Agent Discovery", "name": "mardevinhos-mcp", "version": "1.0.0", "description": "Mar de Vinhos Wine Catalog and Management - MCP Server for AI agents to access wine catalog, product data, and B2B marketplace information", "homepage": "https://mardevinhos.com", "author": {"name": "Mar de Vinhos LTDA", "email": "contato@mardevinhos.com", "url": "https://mardevinhos.com"}, "capabilities": {"tools": [{"name": "search_wines", "description": "Search the wine catalog by name, region, grape variety, wine type, or price range", "inputSchema": {"type": "object", "properties": {"query": {"type": "string", "description": "Search query for wines (name, producer, region)"}, "wine_type": {"type": "string", "enum": ["red", "white", "rose", "sparkling", "port", "dessert"], "description": "Type of wine"}, "region": {"type": "string", "description": "Wine production region"}, "grape_variety": {"type": "string", "description": "Grape variety (uva)"}, "price_min": {"type": "number", "description": "Minimum price in BRL"}, "price_max": {"type": "number", "description": "Maximum price in BRL"}}, "required": ["query"]}}, {"name": "get_wine_details", "description": "Get detailed information about a specific wine including tasting notes, pairing suggestions, and pricing", "inputSchema": {"type": "object", "properties": {"wine_id": {"type": "string", "description": "Unique identifier for the wine"}}, "required": ["wine_id"]}}, {"name": "get_catalog", "description": "Get the full curated wine catalog with categories and filters", "inputSchema": {"type": "object", "properties": {"category": {"type": "string", "description": "Filter by category (e.g., tintos, brancos, espumantes)"}, "limit": {"type": "number", "description": "Number of results (default: 50)", "default": 50}}, "required": []}}, {"name": "get_restaurant_recommendations", "description": "Get wine recommendations tailored for a specific restaurant profile, cuisine type, or menu", "inputSchema": {"type": "object", "properties": {"cuisine_type": {"type": "string", "description": "Type of cuisine (Italian, Japanese, Brazilian, etc.)"}, "price_range": {"type": "string", "enum": ["entry", "mid", "premium", "ultra-premium"], "description": "Price range category"}, "customer_profile": {"type": "string", "description": "Target customer description (casual, fine-dining, wine-lovers)"}}, "required": ["cuisine_type"]}}, {"name": "get_company_info", "description": "Get information about Mar de Vinhos company, services, and contact details", "inputSchema": {"type": "object", "properties": {}, "required": []}}], "resources": [{"uri": "https://mardevinhos.com/catalogo", "name": "Wine Catalog", "description": "Complete curated catalog of available wines with sommelier notes", "mimeType": "text/html"}, {"uri": "https://mardevinhos.com/llms.txt", "name": "LLM Instructions", "description": "Instructions for AI/LLM crawlers about Mar de Vinhos", "mimeType": "text/plain"}, {"uri": "https://mardevinhos.com/sitemap.xml", "name": "Sitemap", "description": "XML sitemap of all pages", "mimeType": "application/xml"}]}, "endpoints": [{"url": "https://qrback.mardevinhos.com", "protocol": "https", "description": "Backend API server for data operations"}]}