{
    "name": "Cherished Book",
    "description": "Create and look after online memorials for people and pets who have died.",
    "mcp": {
        "endpoint": "https://app.cherishedbook.com/api/mcp",
        "transport": "streamable-http",
        "authorization": {
            "type": "bearer",
            "authorization_servers": [
                "https://app.cherishedbook.com"
            ],
            "authorization_server_metadata": "https://app.cherishedbook.com/.well-known/oauth-authorization-server",
            "protected_resource_metadata": "https://app.cherishedbook.com/.well-known/oauth-protected-resource",
            "grant_types_supported": [
                "authorization_code",
                "urn:ietf:params:oauth:grant-type:device_code"
            ],
            "device_authorization_endpoint": "https://app.cherishedbook.com/api/v1/auth/device",
            "token_endpoint": "https://app.cherishedbook.com/api/v1/auth/token"
        }
    },
    "website": "https://www.cherishedbook.com",
    "openapi": "https://www.cherishedbook.com/openapi/public.yaml",
    "documentation": {
        "agents": "https://www.cherishedbook.com/developers/ai.md",
        "human": "https://www.cherishedbook.com/developers"
    },
    "contact": "https://www.cherishedbook.com/contact"
}