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.

com.synder/gl-importer-mcp

NPM · @CLOUDBUSINESS/GL-IMPORTER-MCP · SCANNED SEP 20

Import CSV/XLSX accounting data into QuickBooks Online or Xero via the Synder Importer API.

+1 this week 93 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 Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to SynderAccounting/gl-importer-plugin). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 91 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability81
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1855 tokens (~97/item across 19 items; 19 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
  • Stability observed for 28 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 Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "mapping_delete" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 19 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
Install

How do I install the com.synder/gl-importer-mcp server?

com.synder/gl-importer-mcp runs locally as an npm package, launched with npx -y @cloudbusiness/gl-importer-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @cloudbusiness/gl-importer-mcp

# add to Claude Code
claude mcp add com-synder-gl-importer-mcp -- npx -y @cloudbusiness/gl-importer-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "com-synder-gl-importer-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@cloudbusiness/gl-importer-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-synder-gl-importer-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@cloudbusiness/gl-importer-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add com-synder-gl-importer-mcp -- npx -y @cloudbusiness/gl-importer-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-synder-gl-importer-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@cloudbusiness/gl-importer-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-synder-gl-importer-mcp --command npx --arg -y --arg @cloudbusiness/gl-importer-mcp
# ~/.hermes/config.yaml
mcp_servers:
  com-synder-gl-importer-mcp:
    command: "npx"
    args: ["-y", "@cloudbusiness/gl-importer-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-synder-gl-importer-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@cloudbusiness/gl-importer-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add com-synder-gl-importer-mcp -t stdio -c npx -a -y @cloudbusiness/gl-importer-mcp
// mcp.json
{
  "mcpServers": {
    "com-synder-gl-importer-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@cloudbusiness/gl-importer-mcp"
      ]
    }
  }
}
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.

  • 20 Sept 26 +1

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

  • 17 Sept 26 −2
    • Stability: pass → 0.83 functional
  • 16 Sept 26 +1
    • Stability: 0.97 → pass security
  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 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 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 9 Sept 26 −3
    • Stability: pass → 0.77 functional
  • 8 Sept 26 +1
    • Stability: 0.97 → pass security
  • 6 Sept 26 +1

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

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 npm/@cloudbusiness/gl-importer-mcp@0.1.1

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo SynderAccounting/gl-importer-plugin
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/SynderAccounting/gl-importer-plugin/.github/workflows/publish.yml@refs/tags/v0.1.1
Rekor log index 1875970348
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:1e90d0437e6f4c8d4a8cfbb1ac7bb6afdfefbf266151563e2982433837957ecb586b5ebfdaa15a2141088ac48e40986e09ee3ad103afb858a89be51db

Background: How many MCP packages publish verified provenance →

Dependencies 96 packages
Packages resolved 96
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 19 exposed · ~1,855 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
account_get ~43

Returns the current Synder Importer account: email, name, status, subscription, and connected-company count. Call this first to verify the IMPORTER_API_TOKEN is valid.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

companies_list ~47

Lists all accounting companies connected to the Importer account (QuickBooks Online via 'intuit', Xero via 'xero'). Use the returned 'id' as companyId for downstream tools.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

entities_list ~59

Lists importable entity types for a company (Invoice, Bill, JournalEntry, Customer, Vendor, etc.). Use the returned 'name' as entityName for fields_get and import tools.

NameTypeReqDescription
companyIdstringyesCompany id from companies_list.

No output schema declared.

No examples provided.

fields_get ~82

Returns the field schema for an entity in a company: every field with its type, required flag, alternativeTitles, and predefinedValues. Use to build or verify a mapping before running an import.

NameTypeReqDescription
companyIdstringyesCompany id from companies_list.
entityNamestringyesEntity name from entities_list (e.g., 'Invoice', 'Bill').

No output schema declared.

No examples provided.

import_auto ~149

Uploads a file and asks the server to auto-map columns to the target entity. Set dryRun=true to get the proposed mapping back without creating an import — useful for showing the user what will happen and asking 'does this look right?' before committing. Set dryRun=false (default) to auto-map and import in one call.

NameTypeReqDescription
companyIdstringyesCompany id from companies_list.
dryRunbooleanIf true, returns proposed mapping without starting an import. Default false.
entityNamestringyesEntity to import as — must match entities_list output.
filePathstringyesAbsolute path to a .csv, .xlsx, or .xls file.

No output schema declared.

No examples provided.

import_cancel ~67

Cancels a SCHEDULED or IN_PROGRESS import. Already-imported rows are NOT rolled back — use import_revert for that. Returns the updated import status.

NameTypeReqDescription
companyIdstringyesCompany id from companies_list.
importIdstringyesImport id from imports_list.

No output schema declared.

No examples provided.

import_csv ~218

Happy-path CSV/XLSX importer. Two-step: first call (without confirmed) auto-resolves the company, uploads the file, and returns the server's proposed mapping plus any missingRequired fields — show this to the user. Re-call with confirmed=true (and the same filePath) to run the real import and poll until it terminates. Returns { stage: 'DRY_RUN' | 'DONE', importId?, status, summary?, proposedMapping?, missingRequired? }.

NameTypeReqDescription
companyIdstringOptional. If omitted and exactly one ACTIVE company exists, it's picked automatically.
confirmedbooleanSet true on the second call to commit the import. Default false (dry-run only).
entityNamestringyesEntity to import as — match entities_list (e.g. 'Journal Entry').
filePathstringyesAbsolute path to a .csv, .xlsx, or .xls file.
timeoutSecondsintegerForwarded to import_wait on the confirmed call. Default 600.

No output schema declared.

No examples provided.

import_execute ~162

Uploads a CSV/XLSX file and starts an import using an existing mapping. The MCP server reads the file from disk — pass an absolute path. Returns the created import object including importId. Status starts as SCHEDULED — poll import_status or use import_wait. Limits: .csv/.xlsx/.xls only, 50MB max.

NameTypeReqDescription
companyIdstringyesCompany id from companies_list.
entityNamestringyesEntity to import as — must match entities_list (e.g. 'Journal Entry').
filePathstringyesAbsolute path to a .csv, .xlsx, or .xls file on the machine running the MCP server.
mappingIdstringyesMapping id from mappings_list to apply to the file.

No output schema declared.

No examples provided.

import_results ~125

Returns per-row results for a finished import. Filter by 'type' (INFO / WARNING / ERROR) to surface only failures. Paginated — defaults to 20 rows per page, max 100.

NameTypeReqDescription
companyIdstringyesCompany id from companies_list.
importIdstringyesImport id from imports_list.
pageintegerPage number (1-indexed). Default 1.
perPageintegerRows per page. Default 20, max 100.
typestringOptional: filter rows by result type.

No output schema declared.

No examples provided.

import_revert ~90

Reverts a FINISHED or FINISHED_WITH_WARNINGS import — deletes the QuickBooks/Xero entries the import created, using their live SyncTokens. Status transitions FINISHED → REVERTING → REVERTED. Confirm with the user before calling — irreversible from their perspective.

NameTypeReqDescription
companyIdstringyesCompany id from companies_list.
importIdstringyesImport id from imports_list.

No output schema declared.

No examples provided.

import_status ~90

Returns a single import's current status and summary (total / succeeded / failed / warnings). Status lifecycle: SCHEDULED → IN_PROGRESS → FINISHED | FINISHED_WITH_WARNINGS | FAILED | CANCELED. FINISHED can transition to REVERTING → REVERTED.

NameTypeReqDescription
companyIdstringyesCompany id from companies_list.
importIdstringyesImport id from imports_list.

No output schema declared.

No examples provided.

import_wait ~164

Polls import_status until the import reaches a terminal state (FINISHED, FINISHED_WITH_WARNINGS, FAILED, CANCELED, REVERTED). Exponential backoff (2s → 1.5× → cap 30s). Default timeout 600s — if exceeded, returns { status: 'POLLING', importId, lastSeen } so the LLM can re-call. Includes a per-type result count summary on terminal states (INFO / WARNING / ERROR; null if the server didn't return totals).

NameTypeReqDescription
companyIdstringyesCompany id from companies_list.
importIdstringyesImport id from imports_list or import_execute.
timeoutSecondsintegerMax seconds to wait before returning POLLING. Default 600.

No output schema declared.

No examples provided.

imports_list ~47

Lists recent imports for a company with status and timestamps. Use to find an importId for status / results / revert / cancel.

NameTypeReqDescription
companyIdstringyesCompany id from companies_list.

No output schema declared.

No examples provided.

mapping_create ~122

Creates a new field mapping for an entity (e.g. 'Journal Entry', 'Bill', 'Invoice'). Look up valid target fields with fields_get first. Returns the created mapping including its id.

NameTypeReqDescription
companyIdstringyesCompany id from companies_list.
entityNamestringyesEntity this mapping targets — must match entities_list output (e.g. 'Journal Entry').
fieldsarrayyesField mappings. Each entry maps a CSV column or a constant to an Importer target field.
titlestringyesHuman-readable mapping name.

No output schema declared.

No examples provided.

mapping_delete ~61

Deletes a saved mapping. Irreversible. Imports that referenced this mapping keep their historical record but new imports can no longer pick it.

NameTypeReqDescription
companyIdstringyesCompany id from companies_list.
mappingIdstringyesMapping id from mappings_list.

No output schema declared.

No examples provided.

mapping_update ~112

Replaces an existing mapping in full. Fetch the current mapping with mappings_list first and send the whole desired shape — this is a PUT, not a patch. Returns the updated mapping.

NameTypeReqDescription
companyIdstringyesCompany id from companies_list.
entityNamestringyesEntity this mapping targets — must match entities_list output.
fieldsarrayyesField mappings (full replacement).
mappingIdstringyesMapping id from mappings_list.
titlestringyesHuman-readable mapping name.

No output schema declared.

No examples provided.

mappings_list ~41

Lists field mappings saved for a company. Each mapping is reusable across imports of the same entity type.

NameTypeReqDescription
companyIdstringyesCompany id from companies_list.

No output schema declared.

No examples provided.

settings_get ~56

Returns per-company import settings (dateFormat, document-number behavior, product/account auto-creation, duplicate-skip). Check dateFormat before importing — CSV date columns must match.

NameTypeReqDescription
companyIdstringyesCompany id from companies_list.

No output schema declared.

No examples provided.

settings_update ~120

Updates per-company import settings. Pass only the fields you want to change inside 'settings' (e.g. { dateFormat: 'dd/MM/yyyy' }). Fetch current values with settings_get first so you don't clobber unrelated fields. Returns the updated settings.

NameTypeReqDescription
companyIdstringyesCompany id from companies_list.
settingsobjectyesSettings patch. Common fields: dateFormat ('MM/dd/yyyy' | 'dd/MM/yyyy' | 'yyyy-MM-dd'), incrementDocNumber, createMissingProducts, createMissingAccounts, skipDuplicates.

No output schema declared.

No examples provided.

Common questions

What is the com.synder/gl-importer-mcp server?

com.synder/gl-importer-mcp is listed in the public MCP registry as com.synder/gl-importer-mcp. Import CSV/XLSX accounting data into QuickBooks Online or Xero via the Synder Importer API. This page covers its npm package (@cloudbusiness/gl-importer-mcp).

Is the com.synder/gl-importer-mcp server safe to use?

com.synder/gl-importer-mcp scores 93 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. 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 com.synder/gl-importer-mcp server expose?

com.synder/gl-importer-mcp exposes 19 tools: account_get, companies_list, settings_get, settings_update, entities_list, and 14 more. Their descriptions and schemas cost roughly 1,855 tokens of context every time the server is loaded.

Is the com.synder/gl-importer-mcp server still maintained?

com.synder/gl-importer-mcp 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 com.synder/gl-importer-mcp server under?

com.synder/gl-importer-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.