Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Boxkite — Xero Backup & Export

com.getboxkite/xero-backup-export

Complete read-only backup and export of Xero accounting data as a ZIP plus a manifest.

Uptime
100.0%
1 direct probes · 30d
Response
638ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
0
available

Tools · 7

list_organisations

List the accounting organisations (Xero, Sage, Reckon, or QuickBooks) connected to the authenticated Boxkite account.

start_export

Starts a read-only export of one accounting organisation's data (Xero, Sage, Reckon, or QuickBooks). Costs $39 per organisation: when payment is outstanding the response is status 'awaiting_payment' w…

list_exports

List one-off exports (newest first), optionally for one organisation. Use this to find an export after payment and to poll its status until it is 'ready'. Side-effect free: it never starts a new expor…

get_export_status

Reports the state of one export: status (queued | running | ready | failed) and whether its download is available yet. Also returns progress {discovered, transferred, percent}; parkedUntil; and pollAf…

get_export_manifest

See what an IN-PROGRESS export contains so far (entities included, per-entity record/file counts, and per-file checksums), growing as discovery and downloading proceed. The per-file list is paged: che…

get_export_mapping

For an IN-PROGRESS export, get the mapping of each file discovered so far to the accounting object it represents or is attached to (e.g. which invoice a receipt PDF belongs to). Paged (default 200 fil…

get_download_url

Returns a short-lived signed URL for the export ZIP, valid within the export's 7-day retention window, along with byteSize (the archive's size in bytes, null if unavailable) and fileCount. These archi…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "boxkite_—_xero_backup_&_export": {
      "url": "https://app.getboxkite.com/mcp",
      "transport": "streamable-http"
    }
  }
}