Package
Dicker Data
MCP server for Dicker Data's B2B partner/reseller REST API — pricing, orders, and invoices.
io.github.WYRE-AI/dicker-data-mcpSource repository
Overview
What this server provides
MCP server for Dicker Data's B2B partner/reseller REST API — pricing, orders, and invoices.
Install
1Packages
ghcr.io/wyre-ai/dicker-data-mcp:v1.0.2Version not declared
Runtime
Not declaredTransport stdio- DICKERDATA_ACCOUNT_CODERequired
Dicker Data partner account code
Format: string - DICKERDATA_ACCESS_TOKENRequired
Dicker Data long-lived API access token (obtained from Dicker Data integration support)
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