Package
Printix
MCP server for Printix's Cloud Print API.
io.github.WYRE-AI/printix-mcpSource repository
Overview
What this server provides
MCP server for Printix's Cloud Print API.
Install
1Packages
ghcr.io/wyre-ai/printix-mcp:v1.0.0Version not declared
Runtime
Not declaredTransport stdio- PRINTIX_CLIENT_IDRequired
Printix client ID, issued per-tenant through the Printix Administrator dashboard.
Format: string - PRINTIX_CLIENT_SECRETRequired
Printix client secret paired with the client ID.
Format: string - MCP_TRANSPORTOptional
Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.
Format: string · Default: stdio - AUTH_MODEOptional
Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.
Format: string · Default: env - LOG_LEVELOptional
Log verbosity: debug, info, warn, error
Format: string · Default: info