Syncro MCP Server

A Model Context Protocol (MCP) server for Syncro MSP, implementing a decision tree architecture for efficient tool navigation. Its 22 documented tools cover syncro, tickets, customers, invoices.

People who need finance tools inside Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-24 · ★ 3 · #237 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Syncro

before you install - you'll need

Set NODE_AUTH_TOKEN, SYNCRO_API_KEY, SYNCRO_SUBDOMAIN before connecting.

Docker

docker run -i --rm ghcr.io/wyre-technology/syncro-mcp:v1.4.7

Claude Desktop - add to config

{
  "mcpServers": {
    "wyre-technology-syncro-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/syncro-mcp:v1.4.7"
      ]
    }
  }
}
Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as container (OCI image) - can be sandboxed away from your filesystem

license Apache-2.0 - declared in the repository

registry namespace io.github.wyre-technology is GitHub-verified and matches the repo owner

03 · What Syncro can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can navigate to a domain to access its tools, read to the main menu from any domain, list customers with optional filters, and get a specific customer by ID.

The 22 tools it gives your agent

Extracted from the project's README - what Syncro lets an agent do.

syncro_navigate
- Navigate to a domain to access its tools.
syncro_back
- Return to the main menu from any domain.
syncro_status
- Show current navigation state and credential status.
syncro_customers_list
- List customers with optional filters.
syncro_customers_get
- Get a specific customer by ID.
syncro_customers_create
- Create a new customer.
syncro_customers_search
- Search customers by query string.
syncro_tickets_list
- List tickets with optional filters.
syncro_tickets_get
- Get a specific ticket by ID.
syncro_tickets_create
- Create a new ticket.
syncro_tickets_update
- Update an existing ticket.
syncro_tickets_add_comment
- Add a comment to a ticket.
show all 22 tools
syncro_assets_list
- List assets with optional filters.
syncro_assets_get
- Get a specific asset by ID.
syncro_assets_search
- Search assets by query or serial number.
syncro_contacts_list
- List contacts with optional filters.
syncro_contacts_get
- Get a specific contact by ID.
syncro_contacts_create
- Create a new contact.
syncro_invoices_list
- List invoices with optional filters.
syncro_invoices_get
- Get a specific invoice by ID.
syncro_invoices_create
- Create a new invoice.
syncro_invoices_email
- Email an invoice to the customer.

Latest releases

v1.4.7 · 2026-08-20

1.4.7 (2026-08-20) · restore syncro-mcp.mcpb as a release asset (#68) (a3b288e), closes #46 #45 #43 #40 #47

v1.4.6 · 2026-08-13

1.4.6 (2026-08-13) · bump add-to-project reusable-workflow pin to post-#44 SHA

v1.4.5 · 2026-08-13

1.4.5 (2026-08-13) · enforce gateway S2S verification (gateway#377 parity)

04 · Who maintains Syncro

Syncro is maintained by wyre-technology. We track 57 MCP servers from wyre-technology - 57 actively maintained, 150 combined GitHub stars, oldest repo from Jun 2025. Full record: all servers from wyre-technology.

  1. Autotask MCP server for Kaseya Autotask PSA - companies, tickets, projects, time entries, and more. ★ 48
  2. NinjaOne MCP server for NinjaOne RMM - devices, organizations, alerts, and tickets. ★ 23
  3. ConnectWise Manage MCP server for ConnectWise Manage PSA - companies, tickets, projects, time entries, and more. ★ 20
  4. IT Glue MCP server for IT Glue - organizations, configurations, passwords, flexible assets, and documents. ★ 17
  5. CIPP MCP server for CIPP - M365 multi-tenant management for MSPs (users, tenants, policies). ★ 10
  6. Datto RMM MCP server for Datto RMM - devices, alerts, sites, jobs, and audit data. ★ 3

05 · Facts

category
finance - ranked #237 of 283 actively-maintained finance servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-20)
registry
io.github.wyre-technology/syncro-mcp (active, first published 2026-05-06 · 15 versions)
packages
oci:ghcr.io/wyre-technology/syncro-mcp:v1.4.7

06 · Syncro FAQ

Is Syncro still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-24 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

What can Syncro do?

With this server connected, an agent can navigate to a domain to access its tools, read to the main menu from any domain, list customers with optional filters, and get a specific customer by ID.

How do I install Syncro?

Run `docker run -i --rm ghcr.io/wyre-technology/syncro-mcp:v1.4.7`. The README documents 3 environment variables (NODE_AUTH_TOKEN, SYNCRO_API_KEY, SYNCRO_SUBDOMAIN) to set first. Set NODE_AUTH_TOKEN, SYNCRO_API_KEY, SYNCRO_SUBDOMAIN before connecting. You can also paste the ready-made client config above.

07 · Alternatives to Syncro