Skip to content

v0.1.1 — gl-importer MCP

Choose a tag to compare

@VasilySynderBot VasilySynderBot released this 20 Jun 02:03
· 6 commits to main since this release

First MCPB-bundled release of the Synder gl-importer MCP server.

Install in Claude Desktop (one click)

Download gl-importer-mcp-0.1.1.mcpb below and double-click it. Claude Desktop will prompt for your Synder Importer API token (generate at importer.synder.com → Account → API Keys), then the server is live with all 19 tools.

Install via npm / npx

npx -y @cloudbusiness/gl-importer-mcp

Then add to your .mcp.json / Claude Desktop config:

{
  "mcpServers": {
    "gl-importer": {
      "command": "npx",
      "args": ["-y", "@cloudbusiness/gl-importer-mcp"],
      "env": {
        "IMPORTER_API_TOKEN": "your_token_here"
      }
    }
  }
}

Distribution

What's in the bundle

  • 19 MCP tools covering import (auto + explicit mapping), wait-for-finish polling, status, results, cancel, revert, mappings CRUD, settings, entities, fields, companies, account info
  • 2 composite "happy path" tools (import_csv, import_wait) for simple flows
  • All production dependencies bundled — no npm install needed
  • ~3 MB compressed, ~10 MB unpacked

License

MIT