io.github.ainode-tech/accounting-mcp
io.github.ainode-tech/accounting-mcp8 EU accounting (x402 USDC on Base): reconcile, VAT, invoicing. Free health.
Tools · 9
Health check. Returns server status and optional echo.
Match bank statement lines against unreconciled Xero transactions. Returns confidence-scored matches (>=0.8 matched, 0.5-0.8 suggested, <0.5 unmatched).
Apply confirmed reconciliation matches to Xero. Marks matched bank transactions as reconciled.
Suggest Portuguese tax categories for uncategorised Xero expenses. Returns category, VAT tier, deductibility, and VAT breakdown per transaction.
Apply confirmed Portuguese tax categories to Xero transactions. Updates AccountCode and TaxType.
Calculate Portuguese VAT for a given amount, category, and region. Supports Mainland, Azores, and Madeira rates. Detects intra-community B2B reverse charge.
Create a DRAFT invoice in Xero with VAT preview. Returns line totals and tax amounts for review before sending.
Authorise a DRAFT invoice and email it to the contact via Xero. Two-step: sets status to AUTHORISED then triggers email.
Generate a financial report: P&L, Balance Sheet, Cash Flow (indirect method from balance sheet deltas), or VAT Summary with Portuguese SAF-T filing hints.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.ainode-tech/accounting-mcp": {
"url": "https://xero.api.ainode.tech/mcp",
"transport": "streamable-http"
}
}
}