io.github.wyre-technology
salesbuildr-mcp
SalesBuildr
MCP server for SalesBuildr — quoting and sales workflows for MSPs.
stdioofficialservice
Package Details
ghcr.io/wyre-technology/salesbuildr-mcp:v1.3.3
Transportstdio
Environment Variables
SALESBUILDR_API_KEY(str)
RequiredSecret
SalesBuildr API key used to authenticate against the SalesBuildr REST API
SALESBUILDR_BASE_URL(str)
SalesBuildr API base URL — defaults to the public SalesBuildr endpoint if omitted
MCP_TRANSPORT(str)
Default:
stdioTransport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.
AUTH_MODE(str)
Default:
envCredential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.
LOG_LEVEL(str)
Default:
infoLog verbosity: debug, info, warn, error