Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Syncro

OCI · GHCR.IO/WYRE-AI/SYNCRO-MCP:V1.4.9 · SCANNED SEP 20

MCP server for Syncro MSP — customers, tickets, assets, invoices, and more.

+3 this week 53 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security0
  • Malware scan not yet available for this package.Unverified
  • Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
  • Install-script risk not yet assessed.Unverified
  • Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency45
Schema Quality & AI Usability85
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 1842 tokens (~83/item across 22 items; 21 tools + 1 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management77
  • Stability observed for 23 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 21 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 22 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
  • Supports UI / widget rendering.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

How do I install the Syncro MCP server?

Syncro runs locally as a container image, launched with docker run --rm -i ghcr.io/wyre-ai/syncro-mcp:v1.4.9. Ready-made configuration for Claude, Cursor, VS Code, Codex and 3 more is on this page, copied from each client's own documentation.

oci · ghcr.io/wyre-ai/syncro-mcp:v1.4.9

# add to Claude Code
claude mcp add wyre-ai-syncro-mcp -- docker run --rm -i ghcr.io/wyre-ai/syncro-mcp:v1.4.9
// .cursor/mcp.json
{
  "mcpServers": {
    "wyre-ai-syncro-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/syncro-mcp:v1.4.9"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "wyre-ai-syncro-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/syncro-mcp:v1.4.9"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add wyre-ai-syncro-mcp -- docker run --rm -i ghcr.io/wyre-ai/syncro-mcp:v1.4.9
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "wyre-ai-syncro-mcp": {
      "type": "local",
      "command": [
        "docker",
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/syncro-mcp:v1.4.9"
      ],
      "enabled": true
    }
  }
}
# ~/.hermes/config.yaml
mcp_servers:
  wyre-ai-syncro-mcp:
    command: "docker"
    args: ["run", "--rm", "-i", "ghcr.io/wyre-ai/syncro-mcp:v1.4.9"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "wyre-ai-syncro-mcp": {
      "Transport": "stdio",
      "Command": "docker",
      "Arguments": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/syncro-mcp:v1.4.9"
      ]
    }
  }
}
// mcp.json
{
  "mcpServers": {
    "wyre-ai-syncro-mcp": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/wyre-ai/syncro-mcp:v1.4.9"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 70 to 73. That category is still filling its 30-day observation window: 21 days of observed history at the previous scan, 22 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 63 to 67. That category is still filling its 30-day observation window: 19 days of observed history at the previous scan, 20 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 57 to 60. That category is still filling its 30-day observation window: 17 days of observed history at the previous scan, 18 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 50 to 53. That category is still filling its 30-day observation window: 15 days of observed history at the previous scan, 16 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 43 to 47. That category is still filling its 30-day observation window: 13 days of observed history at the previous scan, 14 at this one. The score rises as the window fills, whether or not the server changes.

  • 9 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 37 to 40. That category is still filling its 30-day observation window: 11 days of observed history at the previous scan, 12 at this one. The score rises as the window fills, whether or not the server changes.

  • 6 Sept 26 +5
    • Security disclosure: unverified → fail functional
    • Stability: unverified → 0.30 functional
  • 5 Sept 26 0
    • Security disclosure: fail → unverified functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed oci/ghcr.io/wyre-ai/syncro-mcp:v1.4.9

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem oci
Reason No attestation published

Background: How many MCP packages publish verified provenance →

MCP tools · 21 exposed · ~1,824 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
syncro_assets_get ~31

Get details for a specific asset by its ID

NameTypeReqDescription
asset_idnumberyesThe asset ID

No output schema declared.

No examples provided.

syncro_assets_list ~122

List assets/configuration items in Syncro. Can filter by customer, asset type, or serial number.

NameTypeReqDescription
asset_serialstringFilter by serial number
asset_typestringFilter by asset type (e.g., Desktop, Laptop, Server, Network Device)
customer_idnumberFilter assets by customer ID
pagenumberPage number for pagination (default: 1)
per_pagenumberResults per page (default: 25)
querystringSearch query string

No output schema declared.

No examples provided.

syncro_assets_search ~87

Search for assets using a query string or serial number. Useful for finding devices by name, serial, or other attributes.

NameTypeReqDescription
asset_serialstringSearch by exact serial number
customer_idnumberLimit search to a specific customer
limitnumberMaximum number of results (default: 25)
querystringSearch query string

No output schema declared.

No examples provided.

syncro_contacts_create ~139

Create a new contact in Syncro

NameTypeReqDescription
address1stringStreet address line 1
address2stringStreet address line 2
citystringCity
customer_idnumberyesCustomer ID this contact belongs to (required)
emailstringEmail address
mobilestringMobile phone number
namestringyesContact name (required)
notesstringNotes about the contact
phonestringPhone number
statestringState/Province
zipstringZIP/Postal code

No output schema declared.

No examples provided.

syncro_contacts_get ~31

Get details for a specific contact by their ID

NameTypeReqDescription
contact_idnumberyesThe contact ID

No output schema declared.

No examples provided.

syncro_contacts_list ~80

List contacts in Syncro. Can filter by customer ID or search query.

NameTypeReqDescription
customer_idnumberFilter contacts by customer ID
pagenumberPage number for pagination (default: 1)
per_pagenumberResults per page (default: 25)
querystringSearch query string

No output schema declared.

No examples provided.

syncro_customers_create ~142

Create a new customer in Syncro

NameTypeReqDescription
addressstringStreet address
address_2stringAddress line 2
business_namestringBusiness/company name
citystringCity
emailstringEmail address
firstnamestringPrimary contact first name
lastnamestringPrimary contact last name
mobilestringMobile phone number
notesstringNotes about the customer
phonestringPhone number
statestringState/Province
zipstringZIP/Postal code

No output schema declared.

No examples provided.

syncro_customers_get ~32

Get details for a specific customer by their ID

NameTypeReqDescription
customer_idnumberyesThe customer ID

No output schema declared.

No examples provided.

syncro_customers_list ~128

List customers in Syncro. Can filter by query, email, phone, or include disabled customers.

NameTypeReqDescription
business_namestringFilter by business name
emailstringFilter by email address
include_disabledbooleanInclude disabled customers in results
pagenumberPage number for pagination (default: 1)
per_pagenumberResults per page (default: 25)
phonestringFilter by phone number
querystringSearch query (matches business name, contact name, etc.)

No output schema declared.

No examples provided.

syncro_customers_search ~59

Search for customers using a query string. Matches against business name, contact name, email, and other fields.

NameTypeReqDescription
limitnumberMaximum number of results (default: 25)
querystringyesSearch query string

No output schema declared.

No examples provided.

syncro_invoices_create ~75

Create a new invoice in Syncro

NameTypeReqDescription
customer_idnumberyesCustomer ID (required)
datestringInvoice date (ISO 8601 format, defaults to today)
due_datestringDue date (ISO 8601 format)
notesstringInvoice notes

No output schema declared.

No examples provided.

syncro_invoices_email ~69

Email an invoice to the customer

NameTypeReqDescription
cc_emailsstringCC email addresses (comma-separated)
invoice_idnumberyesThe invoice ID to email (required)
messagestringCustom email message body
subjectstringCustom email subject

No output schema declared.

No examples provided.

syncro_invoices_get ~36

Get details for a specific invoice by its ID, including line items

NameTypeReqDescription
invoice_idnumberyesThe invoice ID

No output schema declared.

No examples provided.

syncro_invoices_list ~113

List invoices in Syncro. Can filter by customer, status, or date range.

NameTypeReqDescription
customer_idnumberFilter invoices by customer ID
pagenumberPage number for pagination (default: 1)
per_pagenumberResults per page (default: 25)
querystringSearch query string
since_datestringFilter invoices since this date (ISO 8601 format)
statusstringFilter invoices by status

No output schema declared.

No examples provided.

syncro_navigate ~146

Discover available Syncro tools by domain. Returns tool names and descriptions for the selected domain. All tools are callable at any time — this is a help/discovery aid, not a prerequisite.

NameTypeReqDescription
domainstringyesThe domain to explore: - customers: Customer management - list, get, create, and update customer accounts and information - tickets: Ticket management - list, get, create, and update support tickets…

No output schema declared.

No examples provided.

syncro_status ~16

Show credentials status and available domains

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

syncro_tickets_add_comment ~91

Add a comment to an existing ticket

NameTypeReqDescription
bodystringyesThe comment body text (required)
do_not_emailbooleanDo not send email notification for this comment
hiddenbooleanMake this a hidden/internal comment
subjectstringComment subject line
ticket_idnumberyesThe ticket ID to add the comment to (required)

No output schema declared.

No examples provided.

syncro_tickets_create ~127

Create a new ticket in Syncro

NameTypeReqDescription
comment_bodystringInitial comment/description body
comment_subjectstringInitial comment subject
contact_idnumberContact ID
customer_idnumberyesCustomer ID (required)
due_datestringDue date (ISO 8601 format)
problem_typestringProblem type category
statusstringTicket status
subjectstringyesTicket subject/title (required)
user_idnumberAssigned user/technician ID

No output schema declared.

No examples provided.

syncro_tickets_get ~35

Get details for a specific ticket by its ID, including comments

NameTypeReqDescription
ticket_idnumberyesThe ticket ID

No output schema declared.

No examples provided.

syncro_tickets_list ~172

List tickets in Syncro. Can filter by customer, contact, status, user, problem type, or resolved state.

NameTypeReqDescription
contact_idnumberFilter tickets by contact ID
customer_idnumberFilter tickets by customer ID
pagenumberPage number for pagination (default: 1)
per_pagenumberResults per page (default: 25)
problem_typestringFilter tickets by problem type
querystringSearch query string
resolvedbooleanFilter by resolved status
sincestringFilter tickets created/updated since date (ISO 8601 format)
statusstringFilter tickets by status
user_idnumberFilter tickets by assigned user ID

No output schema declared.

No examples provided.

syncro_tickets_update ~93

Update an existing ticket in Syncro

NameTypeReqDescription
due_datestringNew due date (ISO 8601 format)
problem_typestringNew problem type
statusstringNew status
subjectstringNew ticket subject
ticket_idnumberyesThe ticket ID to update (required)
user_idnumberNew assigned user ID

No output schema declared.

No examples provided.

Common questions

What is the Syncro MCP server?

Syncro is an MCP server listed in the public MCP registry as io.github.WYRE-AI/syncro-mcp. MCP server for Syncro MSP, customers, tickets, assets, invoices, and more. This page covers its container image (ghcr.io/wyre-ai/syncro-mcp:v1.4.9).

Is the Syncro MCP server safe to use?

Syncro scores 53 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Syncro MCP server expose?

Syncro exposes 21 tools: syncro_navigate, syncro_status, syncro_customers_list, syncro_customers_get, syncro_customers_create, and 16 more. Their descriptions and schemas cost roughly 1,824 tokens of context every time the server is loaded.

Is the Syncro MCP server still maintained?

Syncro is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the Syncro MCP server under?

Syncro declares the Apache-2.0 licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.