MCP server for Syncro MSP — customers, tickets, assets, invoices, and more.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
ghcr.io/wyre-technology/syncro-mcp:v1.4.7 · oci
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$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 — customers, tickets, assets, invoices, and more.",
"title": "Syncro",
"repository": {
"url": "https://github.com/wyre-technology/syncro-mcp",
"source": "github"
},
"version": "1.4.7",
"websiteUrl": "https://github.com/wyre-technology/syncro-mcp",
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/wyre-technology/syncro-mcp:v1.4.7",
"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-08-20T14:37:40.449139Z",
"publishedAt": "2026-08-20T14:37:40.449139Z",
"updatedAt": "2026-08-20T14:37:40.449139Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 1.4.7last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.