io.github.wyre-technology
syncro-mcp
Syncro
MCP server for Syncro MSP — customers, tickets, assets, invoices, and more.
stdiocommunityservice
Package Details
ghcr.io/wyre-technology/syncro-mcp:v1.2.3
Transportstdio
Environment Variables
SYNCRO_SUBDOMAIN(str)
Required
Syncro account subdomain (e.g. 'acme' for acme.syncromsp.com)
SYNCRO_API_KEY(str)
RequiredSecret
Syncro API key generated from the admin settings
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