{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.wyre-technology/syncro-mcp",
    "description": "MCP server for Syncro MSP \u2014 customers, tickets, assets, invoices, and more.",
    "title": "Syncro",
    "repository": {
        "url": "https://github.com/wyre-technology/syncro-mcp",
        "source": "github"
    },
    "version": "1.2.3",
    "websiteUrl": "https://github.com/wyre-technology/syncro-mcp",
    "packages": [
        {
            "registryType": "oci",
            "identifier": "ghcr.io/wyre-technology/syncro-mcp:v1.2.3",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "Syncro account subdomain (e.g. 'acme' for acme.syncromsp.com)",
                    "isRequired": true,
                    "format": "string",
                    "name": "SYNCRO_SUBDOMAIN"
                },
                {
                    "description": "Syncro API key generated from the admin settings",
                    "isRequired": true,
                    "format": "string",
                    "isSecret": true,
                    "name": "SYNCRO_API_KEY"
                },
                {
                    "description": "Transport mode for the server. Set to 'stdio' for local CLI use; the image defaults to 'http' for gateway hosting.",
                    "format": "string",
                    "default": "stdio",
                    "name": "MCP_TRANSPORT"
                },
                {
                    "description": "Credential source: 'env' reads vars locally, 'gateway' expects header injection from the WYRE MCP Gateway.",
                    "format": "string",
                    "default": "env",
                    "name": "AUTH_MODE"
                },
                {
                    "description": "Log verbosity: debug, info, warn, error",
                    "format": "string",
                    "default": "info",
                    "name": "LOG_LEVEL"
                }
            ]
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2026-05-06T23:13:36.588806Z",
            "publishedAt": "2026-05-06T23:13:36.588806Z",
            "updatedAt": "2026-05-06T23:13:36.588806Z",
            "isLatest": false
        }
    }
}