{
  "issuer": "https://mcp-tpmn-checker.gemsquared.ai",
  "authorization_endpoint": "https://mcp-tpmn-checker.gemsquared.ai/oauth/authorize",
  "token_endpoint": "https://mcp-tpmn-checker.gemsquared.ai/oauth/token",
  "registration_endpoint": "https://mcp-tpmn-checker.gemsquared.ai/oauth/register",
  "revocation_endpoint": "https://mcp-tpmn-checker.gemsquared.ai/oauth/revoke",
  "response_types_supported": ["code"],
  "grant_types_supported": ["authorization_code","refresh_token"],
  "token_endpoint_auth_methods_supported": ["client_secret_post","none"],
  "code_challenge_methods_supported": ["S256"],
  "scopes_supported": ["mcp:tools"]
}