Syncro
OCI · GHCR.IO/WYRE-TECHNOLOGY/SYNCRO-MCP:V1.4.7 · SCANNED AUG 22
MCP server for Syncro MSP — customers, tickets, assets, invoices, and more.
Available components
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 →
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (Apache-2.0).Pass
- Actively maintained (last published 1 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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 Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
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
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
- Supports UI / widget rendering.Pass
Unverified: 2 categories
Categories scored 0 because we could not verify them: 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.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
oci · ghcr.io/wyre-technology/syncro-mcp:v1.4.7
claude mcp add wyre-technology-syncro-mcp -- docker run --rm -i ghcr.io/wyre-technology/syncro-mcp:v1.4.7
codex mcp add wyre-technology-syncro-mcp -- docker run --rm -i ghcr.io/wyre-technology/syncro-mcp:v1.4.7
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"wyre-technology-syncro-mcp": {
"type": "local",
"command": [
"docker",
"run",
"--rm",
"-i",
"ghcr.io/wyre-technology/syncro-mcp:v1.4.7"
],
"enabled": true
}
}
} mcp_servers:
wyre-technology-syncro-mcp:
command: "docker"
args: ["run", "--rm", "-i", "ghcr.io/wyre-technology/syncro-mcp:v1.4.7"] {
"mcpServers": {
"wyre-technology-syncro-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/wyre-technology/syncro-mcp:v1.4.7"
]
}
}
} 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.
- 20 Aug 26 41
First indexed and scored.
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 22 Aug 2026 · Analysed oci/ghcr.io/wyre-technology/syncro-mcp:v1.4.7
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 |
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.
syncro_assets_get ~31
Get details for a specific asset by its ID
| Name | Type | Req | Description |
|---|---|---|---|
| asset_id | number | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| asset_serial | string | – | Filter by serial number |
| asset_type | string | – | Filter by asset type (e.g., Desktop, Laptop, Server, Network Device) |
| customer_id | number | – | Filter assets by customer ID |
| page | number | – | Page number for pagination (default: 1) |
| per_page | number | – | Results per page (default: 25) |
| query | string | – | Search 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.
| Name | Type | Req | Description |
|---|---|---|---|
| asset_serial | string | – | Search by exact serial number |
| customer_id | number | – | Limit search to a specific customer |
| limit | number | – | Maximum number of results (default: 25) |
| query | string | – | Search query string |
No output schema declared.
No examples provided.
syncro_contacts_create ~139
Create a new contact in Syncro
| Name | Type | Req | Description |
|---|---|---|---|
| address1 | string | – | Street address line 1 |
| address2 | string | – | Street address line 2 |
| city | string | – | City |
| customer_id | number | yes | Customer ID this contact belongs to (required) |
| string | – | Email address | |
| mobile | string | – | Mobile phone number |
| name | string | yes | Contact name (required) |
| notes | string | – | Notes about the contact |
| phone | string | – | Phone number |
| state | string | – | State/Province |
| zip | string | – | ZIP/Postal code |
No output schema declared.
No examples provided.
syncro_contacts_get ~31
Get details for a specific contact by their ID
| Name | Type | Req | Description |
|---|---|---|---|
| contact_id | number | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| customer_id | number | – | Filter contacts by customer ID |
| page | number | – | Page number for pagination (default: 1) |
| per_page | number | – | Results per page (default: 25) |
| query | string | – | Search query string |
No output schema declared.
No examples provided.
syncro_customers_create ~142
Create a new customer in Syncro
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | – | Street address |
| address_2 | string | – | Address line 2 |
| business_name | string | – | Business/company name |
| city | string | – | City |
| string | – | Email address | |
| firstname | string | – | Primary contact first name |
| lastname | string | – | Primary contact last name |
| mobile | string | – | Mobile phone number |
| notes | string | – | Notes about the customer |
| phone | string | – | Phone number |
| state | string | – | State/Province |
| zip | string | – | ZIP/Postal code |
No output schema declared.
No examples provided.
syncro_customers_get ~32
Get details for a specific customer by their ID
| Name | Type | Req | Description |
|---|---|---|---|
| customer_id | number | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| business_name | string | – | Filter by business name |
| string | – | Filter by email address | |
| include_disabled | boolean | – | Include disabled customers in results |
| page | number | – | Page number for pagination (default: 1) |
| per_page | number | – | Results per page (default: 25) |
| phone | string | – | Filter by phone number |
| query | string | – | Search 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.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | – | Maximum number of results (default: 25) |
| query | string | yes | Search query string |
No output schema declared.
No examples provided.
syncro_invoices_create ~75
Create a new invoice in Syncro
| Name | Type | Req | Description |
|---|---|---|---|
| customer_id | number | yes | Customer ID (required) |
| date | string | – | Invoice date (ISO 8601 format, defaults to today) |
| due_date | string | – | Due date (ISO 8601 format) |
| notes | string | – | Invoice notes |
No output schema declared.
No examples provided.
syncro_invoices_email ~69
Email an invoice to the customer
| Name | Type | Req | Description |
|---|---|---|---|
| cc_emails | string | – | CC email addresses (comma-separated) |
| invoice_id | number | yes | The invoice ID to email (required) |
| message | string | – | Custom email message body |
| subject | string | – | Custom 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
| Name | Type | Req | Description |
|---|---|---|---|
| invoice_id | number | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| customer_id | number | – | Filter invoices by customer ID |
| page | number | – | Page number for pagination (default: 1) |
| per_page | number | – | Results per page (default: 25) |
| query | string | – | Search query string |
| since_date | string | – | Filter invoices since this date (ISO 8601 format) |
| status | string | – | Filter 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.
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | The 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
| Name | Type | Req | Description |
|---|---|---|---|
| body | string | yes | The comment body text (required) |
| do_not_email | boolean | – | Do not send email notification for this comment |
| hidden | boolean | – | Make this a hidden/internal comment |
| subject | string | – | Comment subject line |
| ticket_id | number | yes | The 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
| Name | Type | Req | Description |
|---|---|---|---|
| comment_body | string | – | Initial comment/description body |
| comment_subject | string | – | Initial comment subject |
| contact_id | number | – | Contact ID |
| customer_id | number | yes | Customer ID (required) |
| due_date | string | – | Due date (ISO 8601 format) |
| problem_type | string | – | Problem type category |
| status | string | – | Ticket status |
| subject | string | yes | Ticket subject/title (required) |
| user_id | number | – | Assigned 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
| Name | Type | Req | Description |
|---|---|---|---|
| ticket_id | number | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| contact_id | number | – | Filter tickets by contact ID |
| customer_id | number | – | Filter tickets by customer ID |
| page | number | – | Page number for pagination (default: 1) |
| per_page | number | – | Results per page (default: 25) |
| problem_type | string | – | Filter tickets by problem type |
| query | string | – | Search query string |
| resolved | boolean | – | Filter by resolved status |
| since | string | – | Filter tickets created/updated since date (ISO 8601 format) |
| status | string | – | Filter tickets by status |
| user_id | number | – | Filter tickets by assigned user ID |
No output schema declared.
No examples provided.
syncro_tickets_update ~93
Update an existing ticket in Syncro
| Name | Type | Req | Description |
|---|---|---|---|
| due_date | string | – | New due date (ISO 8601 format) |
| problem_type | string | – | New problem type |
| status | string | – | New status |
| subject | string | – | New ticket subject |
| ticket_id | number | yes | The ticket ID to update (required) |
| user_id | number | – | New assigned user ID |
No output schema declared.
No examples provided.