H

HumanCopy MCP Server

MCP discovered

Details
Endpoint
https://www.pyxl.pro/api/mcp/aihumanize
Transport
streamable-http
Docs
https://www.pyxl.pro/api/mcp/aihumanize/.well-known/oauth-protected-resource
Authentication
Pyxl OAuth client/app for MCP access oauth2 discovered Set up OAuth ↗
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.