{
  "issuer": "https://auth.immediapower.com",
  "authorization_endpoint": "https://auth.immediapower.com/oauth/authorize",
  "token_endpoint": "https://auth.immediapower.com/oauth/token",
  "jwks_uri": "https://auth.immediapower.com/.well-known/jwks.json",
  "registration_endpoint": "https://auth.immediapower.com/oauth/register",
  "revocation_endpoint": "https://auth.immediapower.com/oauth/revoke",
  "introspection_endpoint": "https://auth.immediapower.com/oauth/introspect",
  "response_types_supported": [
    "code"
  ],
  "response_modes_supported": [
    "query"
  ],
  "grant_types_supported": [
    "authorization_code",
    "client_credentials",
    "refresh_token"
  ],
  "token_endpoint_auth_methods_supported": [
    "client_secret_basic",
    "client_secret_post",
    "private_key_jwt"
  ],
  "token_endpoint_auth_signing_alg_values_supported": [
    "RS256"
  ],
  "code_challenge_methods_supported": [
    "S256"
  ],
  "scopes_supported": [
    "mcp:simulator:read",
    "mcp:gx230:read",
    "openid",
    "offline_access"
  ],
  "service_documentation": "https://www.immediapower.com/.well-known/mcp/server-card.json",
  "op_policy_uri": "https://www.immediapower.com/ai-policy/",
  "op_tos_uri": "https://www.immediapower.com/terms/",
  "x-status": "planned",
  "x-launch-date": "2026-07-01",
  "x-notice": "RESERVED / PLANNED. This document reserves the OAuth 2.0 Authorization Server Metadata (RFC 8414) namespace for the planned Immedia Power MCP server — see /.well-known/mcp/server-card.json. The authorization server is not yet live; the endpoints listed above are placeholders that will be honored when the server launches in Q3 2026. Do not attempt to OAuth against these endpoints today — they will return 404. Re-fetch this document after 2026-07-01 or poll the MCP server card for launch status."
}
