{
    "name": "WebSiteSpeedy",
    "version": "1.0.0",
    "description": "AI agent for website speed optimization \u2014 register websites, check registrations, retrieve pricing plans, and analyze Core Web Vitals across Shopify, WordPress, Wix, BigCommerce, and 10+ platforms.",
    "url": "https://websitespeedy.com",
    "supportedInterfaces": [
        {
            "url": "https://websitespeedy.com/mcp/server",
            "protocol": "mcp",
            "transport": "sse"
        },
        {
            "url": "https://websitespeedy.com/api/mcp",
            "protocol": "rest",
            "transport": "http"
        }
    ],
    "capabilities": {
        "streaming": true,
        "pushNotifications": false,
        "stateTransitionHistory": false,
        "extensions": [
            {
                "uri": "urn:a2a:ap2",
                "description": "Agent Payment Protocol 2 \u2014 supports free trial and subscription-based payments",
                "required": false,
                "params": {
                    "version": "0.1.0",
                    "payment_methods": [
                        "free_trial",
                        "subscription"
                    ],
                    "pricing_url": "https://websitespeedy.com/pricing",
                    "catalog_url": "https://websitespeedy.com/api/mcp/plans",
                    "checkout_url": "https://websitespeedy.com/pricing"
                }
            }
        ]
    },
    "skills": [
        {
            "id": "analyze-speed",
            "name": "Analyze Website Speed",
            "description": "Run a speed analysis on any website URL and return Core Web Vitals scores, PageSpeed metrics, and optimization recommendations."
        },
        {
            "id": "register-website",
            "name": "Register Website",
            "description": "Register a website for speed optimization service. Requires email, website URL, and platform."
        },
        {
            "id": "check-registration",
            "name": "Check Registration",
            "description": "Check if an email has existing website registrations and return their status."
        },
        {
            "id": "get-pricing",
            "name": "Get Pricing Plans",
            "description": "Retrieve available pricing plans with features, pricing tiers, and platform compatibility."
        }
    ],
    "provider": {
        "organization": "WebSiteSpeedy",
        "url": "https://websitespeedy.com"
    }
}