{
    "schema_version": "1.0",
    "spec": "https://agents.json/spec",
    "generated_at": "2026-06-16T19:50:45+00:00",
    "site": {
        "name": "Maventech Software",
        "url": "https://maventechsoftware.com",
        "description": "Authorised digital reseller of genuine Microsoft, antivirus (Bitdefender / Norton / McAfee / Kaspersky / ESET), Adobe and AutoCAD license keys with instant email delivery, 24/7 US-based support and a 30-day money-back guarantee.",
        "logo": "https://maventechsoftware.com/uploads/company/logo-d34b3793.gif",
        "languages": [
            "en-US",
            "en-GB"
        ],
        "currencies": [
            "USD",
            "GBP",
            "EUR",
            "CAD",
            "AUD"
        ],
        "regions": [
            "US",
            "GB",
            "AU",
            "CA",
            "EU",
            "IN",
            "AE"
        ]
    },
    "contact": {
        "email": "services@maventechsoftware.com",
        "phone": "1-855-559-9001",
        "support_hours": "24/7",
        "chat": "https://maventechsoftware.com/contact.php"
    },
    "catalog": {
        "total_active_products": 37,
        "brands": [
            "Bitdefender",
            "McAfee",
            "Microsoft"
        ],
        "categories": [
            {
                "category": "bitdefender",
                "count": 6,
                "min_price": 29.99,
                "max_price": 89.99
            },
            {
                "category": "office-2021-pc",
                "count": 5,
                "min_price": 105.3,
                "max_price": 184.99
            },
            {
                "category": "office-2021-mac",
                "count": 4,
                "min_price": 114.99,
                "max_price": 174.99
            },
            {
                "category": "office-2024-pc",
                "count": 4,
                "min_price": 126.99,
                "max_price": 228.99
            },
            {
                "category": "microsoft-visio",
                "count": 3,
                "min_price": 149.99,
                "max_price": 199.99
            },
            {
                "category": "microsoft-project",
                "count": 3,
                "min_price": 129.99,
                "max_price": 199.99
            },
            {
                "category": "office-2019-pc",
                "count": 3,
                "min_price": 89.99,
                "max_price": 149.99
            },
            {
                "category": "windows-10",
                "count": 2,
                "min_price": 49.99,
                "max_price": 69.99
            },
            {
                "category": "windows-11",
                "count": 2,
                "min_price": 59.99,
                "max_price": 79.99
            },
            {
                "category": "office-2024-mac",
                "count": 2,
                "min_price": 126.99,
                "max_price": 194.99
            },
            {
                "category": "office-2019-mac",
                "count": 2,
                "min_price": 94.99,
                "max_price": 124.99
            },
            {
                "category": "mcafee",
                "count": 1,
                "min_price": 39.99,
                "max_price": 39.99
            }
        ],
        "sitemap_url": "https://maventechsoftware.com/sitemap.xml",
        "merchant_feed_url": "https://maventechsoftware.com/merchant-feed.xml",
        "llms_txt_url": "https://maventechsoftware.com/llms.txt",
        "product_page_pattern": "https://maventechsoftware.com/product.php?slug={slug}"
    },
    "trust": {
        "pci_dss_level_1": true,
        "gdpr_aligned": true,
        "money_back_days": 30,
        "license_authenticity": "Direct from authorised distributors (Microsoft, Bitdefender, Norton, McAfee, Adobe, etc.) — never cracked / pirated / repackaged.",
        "payment_methods": [
            "stripe",
            "paypal"
        ],
        "delivery": "Digital license key emailed within seconds of payment confirmation."
    },
    "agent_capabilities": {
        "allow_catalog_browse": true,
        "allow_price_quotes": true,
        "allow_purchase": false,
        "allow_account_actions": false,
        "rate_limit_per_minute": 30,
        "cite_product_page": true,
        "never_invent_prices": true
    },
    "endpoints": [
        {
            "name": "browse_catalog",
            "method": "GET",
            "url": "https://maventechsoftware.com/shop.php",
            "description": "Browse the full product catalog. Append ?category={slug} or ?q={query} to filter."
        },
        {
            "name": "product_detail",
            "method": "GET",
            "url": "https://maventechsoftware.com/product.php?slug={slug}",
            "description": "Fetch a single product detail page. Returns price, description, activation URL."
        },
        {
            "name": "merchant_feed",
            "method": "GET",
            "url": "https://maventechsoftware.com/merchant-feed.xml",
            "description": "Google Merchant XML feed of every active product (machine-readable)."
        },
        {
            "name": "site_summary",
            "method": "GET",
            "url": "https://maventechsoftware.com/llms.txt",
            "description": "Human-readable AI-generated site summary (llmstxt.org spec). Refreshed daily."
        }
    ],
    "robots": {
        "user_agent": "*",
        "allow": [
            "/",
            "/shop.php",
            "/product.php",
            "/blog/",
            "/sitemap.xml",
            "/llms.txt",
            "/agents.json"
        ],
        "disallow": [
            "/admin.php",
            "/checkout.php",
            "/order-success.php",
            "/login.php",
            "/ajax/",
            "/uploads/order-pdfs/"
        ],
        "crawl_delay": 1
    }
}