{
    "issuer": "https://ledgerbotje.nl/app/mcp/oauth",
    "authorization_endpoint": "https://ledgerbotje.nl/app/mcp/oauth/authorize",
    "token_endpoint": "https://ledgerbotje.nl/app/mcp/oauth/token",
    "registration_endpoint": "https://ledgerbotje.nl/app/mcp/oauth/register",
    "revocation_endpoint": "https://ledgerbotje.nl/app/mcp/oauth/revoke",
    "response_types_supported": [
        "code"
    ],
    "grant_types_supported": [
        "authorization_code",
        "refresh_token"
    ],
    "code_challenge_methods_supported": [
        "S256"
    ],
    "token_endpoint_auth_methods_supported": [
        "none",
        "client_secret_post"
    ],
    "scopes_supported": [
        "mcp:tools"
    ],
    "service_documentation": "https://ledgerbotje.nl/"
}