{
    "$schema": "https://static.modelcontextprotocol.io/schemas/v1/server-card.schema.json",
    "name": "ota-news",
    "title": "OTA News",
    "version": "1.0.0",
    "description": "MCP server for OTA News \u2014 manage articles, OTAs, categories, and glossary terms for the ota-news.com blog.",
    "websiteUrl": "https://www.ota-news.com",
    "icons": [
        {
            "src": "https://www.ota-news.com/favicon.svg",
            "mimeType": "image/svg+xml"
        }
    ],
    "remotes": [
        {
            "type": "streamable-http",
            "url": "https://www.ota-news.com/mcp",
            "supportedProtocolVersions": [
                "2025-11-25",
                "2025-06-18",
                "2025-03-26",
                "2024-11-05"
            ]
        }
    ],
    "serverInfo": {
        "name": "ota-news",
        "title": "OTA News",
        "version": "1.0.0"
    },
    "transport": {
        "type": "streamable-http",
        "endpoint": "https://www.ota-news.com/mcp"
    },
    "capabilities": {
        "tools": {
            "listChanged": false
        }
    },
    "authorization": {
        "type": "oauth2",
        "protectedResource": "https://www.ota-news.com/.well-known/oauth-protected-resource",
        "authorizationServer": "https://www.ota-news.com/.well-known/oauth-authorization-server",
        "registrationGuide": "https://www.ota-news.com/auth.md"
    },
    "documentationUrl": "https://www.ota-news.com/docs/api#mcp"
}