Package

Printix

MCP server for Printix's Cloud Print API.

io.github.WYRE-AI/printix-mcpSource repository
Version1.0.0latest catalog version
ConnectionPackageoci
PublishedSep 20, 2026catalog
UpdatedSep 20, 2026catalog
Overview

What this server provides

MCP server for Printix's Cloud Print API.

Install

Packages

1
Package 1oci
ghcr.io/wyre-ai/printix-mcp:v1.0.0Version not declared
  • PRINTIX_CLIENT_ID

    Printix client ID, issued per-tenant through the Printix Administrator dashboard.

    Format: string
    Required
  • PRINTIX_CLIENT_SECRET

    Printix client secret paired with the client ID.

    Format: string
    Required
  • MCP_TRANSPORT

    Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.

    Format: string · Default: stdio
    Optional
  • AUTH_MODE

    Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.

    Format: string · Default: env
    Optional
  • LOG_LEVEL

    Log verbosity: debug, info, warn, error

    Format: string · Default: info
    Optional
View server metadata