← Registry

eCommerce

fawtar.app

Provides access to Fawtar resources for managing customers, products, vendors, and invoices, including issuing tax invoices and tracking overdue payments.

1 endpoint6 known toolsFirst detected August 28, 2026Last detected August 28, 2026

ENDPOINT 1

https://fawtar.app/api/mcp

No auth detected

MCP server metadata

Name
fawtar
Version
1.0.0
Capabilities
tools
Server instructions

Fawtar holds this business's invoices, customers, ledger, payroll, assets and point-of-sale records. Amounts are in Saudi riyals unless an invoice names another currency. Issuing an invoice is a real financial act — it takes a sequential number, generates a ZATCA QR code and posts to the ledger, and it cannot be edited afterwards, so confirm the amounts with the user before calling fawtar_create_invoice.

Known tools 6

fawtar_list

List records from any Fawtar resource, with filtering, sorting and paging.

Inferred read-only
fawtar_get

Fetch a single record by id.

Inferred read-only
fawtar_create

Create a customer, product, vendor, employee, asset or other simple record.

Potential side effects
fawtar_create_invoice

Issue a tax or ordinary invoice.

Potential side effects
fawtar_outstanding

Every unpaid issued invoice with its remaining balance and how many days it is overdue, newest due first, plus the totals.

Potential side effects
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.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.fawtar]
url = "https://fawtar.app/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "fawtar": {
      "type": "http",
      "url": "https://fawtar.app/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: fawtar
Remote MCP URL: https://fawtar.app/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "fawtar": {
      "url": "https://fawtar.app/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "fawtar": {
      "type": "http",
      "url": "https://fawtar.app/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

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

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.