C
Code Tytor: Python MCP Server
Details
- Endpoint
-
https://www.pyxl.pro/api/mcp/pythonmaster - Transport
- streamable-http
- Docs
- https://www.pyxl.pro/api/mcp/pythonmaster/.well-known/oauth-protected-resource
Authentication
OAuth · resolves from well-known metadata Register an OAuth client against Pyxl's dynamic client registration endpoint https://www.pyxl.pro/api/mcp/oauth/register, then run the OAuth authorization-code flow against https://www.pyxl.pro/api/mcp/oauth/authorize and https://www.pyxl.pro/api/mcp/oauth/token. Pyxl's authorization server metadata at oauth-authorization-server shows token_endpoint_auth_methods_supported is none, so clients use PKCE (S256) and do not need a client secret. Supported scopes there include images:read, images:write, and user:read.