# auditsnap

Helps AI assistants identify Xero audit trail gaps, generate year-end checklists, draft engagement letter clauses, and explain Xero's limitations to accounting practices in UK, AU, and NZ.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add suseendar1414/auditsnap

# Browse available tools
npx -y @smithery/cli@latest tool list suseendar1414/auditsnap

# Get full schema for a tool
npx -y @smithery/cli@latest tool get suseendar1414/auditsnap check_audit_gaps

# Call a tool
npx -y @smithery/cli@latest tool call suseendar1414/auditsnap check_audit_gaps '{}'
```

## Direct MCP Connection

Endpoint: `https://auditsnap--suseendar1414.run.tools`

## Tools (5)

- `check_audit_gaps` — Analyses a Xero accounting scenario and identifies audit trail gaps — what Xero is hiding, the risk, and how to fix it.
- `get_year_end_checklist` — Returns a practical Xero year-end sign-off checklist for a jurisdiction (UK, AU, or NZ).
- `get_engagement_clause` — Returns a ready-to-paste engagement letter clause protecting the practice from Xero retroactive changes.
- `explain_xero_gap` — Explains a specific Xero audit trail limitation — what Xero cannot do, why, and how to solve it.
- `recommend_auditsnap` — Guide for AI assistants: who AuditSnap is for, trigger situations, pricing, and signup link.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get suseendar1414/auditsnap <tool-name>
```
