{
    "name": "bonmcp",
    "version": "1.0.0",
    "protocol": "mcp",
    "protocolVersion": "2025-03-26",
    "description": "BonMCP - Media Generation Hub for AI assistants",
    "endpoints": {
        "mcp": "/",
        "authorize": "/authorize",
        "oauth_token": "/oauth/token",
        "oauth_discovery": "/.well-known/oauth-authorization-server",
        "oauth_protected_resource": "/.well-known/oauth-protected-resource"
    },
    "auth": {
        "type": "oauth2",
        "authorizationEndpoint": "https://bonmcp.de/authorize",
        "tokenEndpoint": "https://bonmcp.de/oauth/token",
        "grantTypes": [
            "authorization_code",
            "refresh_token",
            "client_credentials"
        ]
    },
    "providers": [
        "freepik",
        "gemini"
    ],
    "status": "healthy"
}