{
    "protocolVersion": "0.3.0",
    "name": "Lunxa Public Info Agent",
    "description": "Saudi Arabia all-in-one cloud POS knowledge agent. Provides verified product, pricing, ZATCA compliance, and integration information about Lunxa to AI agents and assistants.",
    "url": "https://lunxa.io/mcp/v1/rpc",
    "preferredTransport": "JSONRPC",
    "provider": {
        "organization": "Lunxa",
        "url": "https://lunxa.io/"
    },
    "version": "1.0.0",
    "documentationUrl": "https://lunxa.io/openapi.json",
    "iconUrl": "https://lunxa.io/wp-content/uploads/2026/04/lunxa-icon-512.png",
    "defaultInputModes": [
        "text/plain",
        "application/json"
    ],
    "defaultOutputModes": [
        "text/plain",
        "application/json",
        "text/markdown"
    ],
    "capabilities": {
        "streaming": false,
        "pushNotifications": false,
        "stateTransitionHistory": false
    },
    "extensions": [
        {
            "uri": "https://github.com/google-agentic-commerce/AP2",
            "name": "ap2",
            "description": "Agent Payment Protocol (AP2) merchant-side declaration.",
            "required": false,
            "version": "0.1",
            "params": {
                "role": "merchant",
                "currencies": [
                    "SAR",
                    "AED",
                    "USD",
                    "KWD",
                    "BHD",
                    "OMR",
                    "QAR"
                ],
                "paymentMethods": [
                    "mada",
                    "visa",
                    "mastercard",
                    "apple_pay",
                    "stc_pay"
                ],
                "documentation": "https://lunxa.io/.well-known/ucp"
            }
        },
        {
            "uri": "https://ucp.dev/extensions/v0.1",
            "name": "ucp",
            "description": "Unified Commerce Profile.",
            "required": false,
            "version": "0.1",
            "params": {
                "profile": "https://lunxa.io/.well-known/ucp"
            }
        }
    ],
    "securitySchemes": {
        "public": {
            "type": "http",
            "scheme": "none",
            "description": "Public read-only knowledge endpoints. No auth required."
        }
    },
    "security": [
        {
            "public": []
        }
    ],
    "skills": [
        {
            "id": "lookup-pricing",
            "name": "Lookup Lunxa Pricing",
            "description": "Returns current Lunxa subscription tiers, included modules, and per-business-type recommendations.",
            "tags": [
                "pricing",
                "plans",
                "saudi-arabia",
                "pos"
            ],
            "examples": [
                "How much does Lunxa cost?",
                "كم سعر اشتراك لنكسا؟"
            ],
            "inputModes": [
                "text/plain"
            ],
            "outputModes": [
                "application/json",
                "text/markdown"
            ]
        },
        {
            "id": "lookup-features",
            "name": "Lookup Lunxa Features",
            "description": "Returns detailed information about Lunxa modules: cashier, KDS, loyalty, delivery, white-label app, marketing, payments, ZATCA e-invoicing.",
            "tags": [
                "features",
                "modules",
                "pos",
                "kds",
                "loyalty",
                "zatca"
            ],
            "examples": [
                "Does Lunxa support ZATCA Phase 2?",
                "هل يدعم لنكسا فاتورة زاتكا المرحلة الثانية؟"
            ],
            "inputModes": [
                "text/plain"
            ],
            "outputModes": [
                "application/json",
                "text/markdown"
            ]
        },
        {
            "id": "lookup-faq",
            "name": "Lookup Verified Q&A",
            "description": "Returns vendor-verified Q&A pairs (Arabic + English) covering Lunxa features, pricing, ZATCA compliance, integrations, support, and migration.",
            "tags": [
                "faq",
                "support",
                "arabic",
                "english"
            ],
            "examples": [
                "How do I migrate from another POS to Lunxa?",
                "كيف أنقل بياناتي من نظامي القديم؟"
            ],
            "inputModes": [
                "text/plain"
            ],
            "outputModes": [
                "application/json",
                "text/markdown"
            ]
        },
        {
            "id": "open-product-page",
            "name": "Open Lunxa Product Page",
            "description": "Opens a specific Lunxa product/feature page in the user browser.",
            "tags": [
                "navigation",
                "product"
            ],
            "examples": [
                "Show me the pricing page",
                "افتح صفحة نظام الولاء"
            ],
            "inputModes": [
                "text/plain"
            ],
            "outputModes": [
                "text/plain"
            ]
        },
        {
            "id": "contact-sales",
            "name": "Contact Lunxa Sales",
            "description": "Initiates a WhatsApp conversation with Lunxa sales team.",
            "tags": [
                "sales",
                "whatsapp",
                "free-trial"
            ],
            "examples": [
                "I want to try Lunxa",
                "أبغى أجرب لنكسا"
            ],
            "inputModes": [
                "text/plain"
            ],
            "outputModes": [
                "text/plain"
            ]
        }
    ],
    "supportedInterfaces": [
        {
            "transport": "JSONRPC",
            "url": "https://lunxa.io/mcp/v1/rpc",
            "preferred": true
        },
        {
            "transport": "HTTPS",
            "url": "https://lunxa.io/.well-known/agents.json"
        },
        {
            "transport": "HTTPS",
            "url": "https://lunxa.io/openapi.json",
            "description": "OpenAPI 3.1"
        },
        {
            "transport": "HTTPS",
            "url": "https://lunxa.io/.well-known/agent-skills/index.json",
            "description": "Agent Skills index"
        },
        {
            "transport": "HTTPS",
            "url": "https://lunxa.io/llms.txt",
            "description": "LLMs.txt (vendor authoritative)"
        }
    ],
    "additionalInterfaces": [
        {
            "transport": "HTTP+JSON",
            "url": "https://lunxa.io/openapi.json"
        },
        {
            "transport": "MCP",
            "url": "https://lunxa.io/.well-known/mcp/server-card.json"
        }
    ]
}