pyxl.pro
Pyxl provides AI-assisted software features including image generation and optional apps that can be used on its website or through MCP-compatible clients such as ChatGPT. Its published integrations center on MCP servers secured by OAuth.
pyxl.pro exposes three OAuth-protected MCP servers: Draw Gen: Pyxl at `/api/mcp`, HumanCopy at `/api/mcp/aihumanize`, and Code Tytor: Python at `/api/mcp/pythonmaster`; no separate public REST/GraphQL API or CLI surface was confirmed.
- Draw Gen: Pyxl MCP Serverdiscovered
- HumanCopy MCP Serverdiscovered
- Code Tytor: Python MCP Serverdiscovered
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.
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://pyxl.pro/.well-known/oauth-protected-resource
- Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing