P
ProofX MCP Server
Details
- Endpoint
-
https://proofx-mcp.fly.dev/mcp - Transport
- streamable-http
- Docs
- https://proofx-mcp.fly.dev/.well-known/oauth-authorization-server
Authentication
OAuth · resolves from well-known metadata Register an OAuth client at dynamic client registration. The authorization server metadata at `.well-known/oauth-authorization-server` shows registration_endpoint, authorization_endpoint, and token_endpoint. Use the authorization code flow with PKCE (S256); the server advertises token_endpoint_auth_methods_supported as none, so the token exchange is a public-client flow. Request the scopes you need, such as protect and/or verify.