proofx-mcp.fly.dev
ProofX is a service for protecting and verifying digital content with cryptographic signatures. The `proofx-mcp.fly.dev` host exposes its MCP server and OAuth authorization server metadata.
ProofX exposes one MCP server at `https://proofx-mcp.fly.dev/mcp`, authenticated with OAuth 2.0 authorization code + PKCE via its advertised authorization server metadata.
- ProofX MCP Serverdetected
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.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✓https://proofx-mcp.fly.dev/.well-known/oauth-protected-resource
- Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing