{
    "name": "xebro Assistent",
    "version": "1.0.0",
    "description": "AI-powered business agent for xebro — content search, navigation, and structured data access",
    "supportedInterfaces": [
        {
            "url": "https://xebro.dev.ole-hartwig.eu/mcp",
            "protocol": "http"
        }
    ],
    "capabilities": {
        "streaming": false,
        "pushNotifications": false
    },
    "skills": [
        {
            "id": "search_content",
            "name": "Content Search",
            "description": "Semantic search over website content with access-class filtering"
        },
        {
            "id": "get_access_info",
            "name": "Access Information",
            "description": "Returns current access class and available capabilities"
        },
        {
            "id": "verify_content",
            "name": "Content Verification",
            "description": "Verify content provenance and integrity via digital signatures"
        }
    ]
}