VigilLedger vigilledger.com →
MCP Connector · Model Context Protocol

A bookkeeping health check your AI assistant can run.

Vigil Health Check is a free, read-only diagnostic for books kept in Xero. Connect it to any MCP-capable assistant, paste in standard exports, and get a score out of 100 with every finding explained in plain English — the same engine that powers the Vigil Ledger platform for accountants.

Free Read-only No account needed Nothing stored

Connect it

The server speaks JSON-RPC 2.0 over HTTP POST. No API key, no OAuth — add the endpoint and it works.

https://www.vigilledger.com/api/mcp

Claude — Settings → Connectors → Add custom connector → paste the URL above.

Other MCP clients — add a remote server entry:

{
  "mcpServers": {
    "vigil-health-check": {
      "url": "https://www.vigilledger.com/api/mcp"
    }
  }
}

What it exposes

ToolWhat it does
vigil_describe_inputsExplains which Xero exports the check can read (Trial Balance, Account Transactions, Aged Receivables / Payables) and how to obtain them — so the assistant knows what to ask for.
vigil_run_health_checkTakes the exports as CSV text plus an optional industry, runs the diagnostic, and returns the score, headline verdict, and each finding with the reasoning for why it matters.

One file is enough for a result; more files unlock more checks. Formats are auto-detected — exports do not need cleaning first.

What it will never do

  • It is read-only, permanently. There is no tool that posts journals, changes records, or connects to any accounting system. It analyses text the user chooses to provide — nothing else.
  • It stores no financial data. File contents are processed in memory for the duration of the request and discarded. The only thing ever persisted is an email address, and only if the user volunteers one to be contacted.
  • It returns the diagnosis, not the treatment. The free check shows what is wrong and why it matters. The specific corrections, their order, and a scope to put things right are professional work — see below.

Who is behind it

The Vigil Health Check is built and operated as part of Vigil Ledger, the continuous compliance-monitoring platform for accountants, and is provided by Insight Professional Partners Ltd, a UK practice led by a CIMA Member in Practice. If the check surfaces problems in your books and you want them put right by a qualified accountant, that is exactly what the practice does.

Prefer a browser? Run the check on the web →