{"protocol":"MCP","protocol_version":"2024-11","server":{"name":"Agntli Commerce MCP","version":"1.0.0","description":"AI-native commerce tools for OlivioVision — powered by Agntli Protocol. Exposes live product deals (25% AI discount) and commission verification."},"capabilities":{"tools":{}},"tools":[{"name":"get_ai_deals","description":"Returns the top 5 products from OlivioVision with the highest AI-exclusive discount. Each product includes a unique promo_code (AGNTLI-AI-<id>) for attribution, the 25% discount percentage, price, availability, and a direct purchase link.","inputSchema":{"type":"object","properties":{"limit":{"type":"number","description":"Number of products to return (default: 5, max: 10)"}},"required":[]}},{"name":"verify_commission","description":"Confirms whether a sale (order) was attributed to an AI-agent interaction via the Agntli protocol. Returns commission amount (10% of order value), attribution agent name, and commission status. Use this after a purchase to verify the agent gets credit for the conversion.","inputSchema":{"type":"object","properties":{"order_id":{"type":"string","description":"The Shopify order ID or the order name (e.g. #1234) to verify"}},"required":["order_id"]}}],"endpoint":"https://agntli.com/api/agntli/mcp","authentication":{"type":"none"}}