Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

app.fawtar/fawtar

app.fawtar/fawtar

ZATCA-compliant Saudi invoicing and accounting: invoices, receivables, VAT, ledger, payroll.

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

Tools · 6

fawtar_list

List records from any Fawtar resource, with filtering, sorting and paging. Resources: - invoices: إصدار الفواتير الضريبية وقراءتها. - credit_notes: تصحيح فاتورة صادرة بالخصم. - debit_notes: تصحيح فات…

fawtar_get

Fetch a single record by id. For invoices this also returns the line items and the public share link.

fawtar_create

Create a customer, product, vendor, employee, asset or other simple record. Use fawtar_create_invoice for invoices — issuing one claims a sequential number, computes VAT, writes the QR and posts to th…

fawtar_create_invoice

Issue a tax or ordinary invoice. This is a real financial document: it takes the next sequential number, computes VAT, generates the ZATCA QR code and posts to the general ledger. It cannot be edited …

fawtar_outstanding

Every unpaid issued invoice with its remaining balance and how many days it is overdue, newest due first, plus the totals. This is the answer to 'who owes me money' without composing filters by hand.

fawtar_vat_summary

Output VAT charged on sales, input VAT paid on expenses, and the net payable for a date range — the figures a VAT return is built from. Recoverable input VAT only; expenses marked non-recoverable are …

How to use

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

{
  "mcpServers": {
    "app.fawtar/fawtar": {
      "url": "https://fawtar.app/api/mcp",
      "transport": "streamable-http"
    }
  }
}