eCommerce
fawtar.app
Provides access to Fawtar resources for managing customers, products, vendors, and invoices, including issuing tax invoices and tracking overdue payments.
ENDPOINT 1
https://fawtar.app/api/mcp
MCP server metadata
- Name
- fawtar
- Version
- 1.0.0
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_listList records from any Fawtar resource, with filtering, sorting and paging.
Inferred read-onlyfawtar_createCreate a customer, product, vendor, employee, asset or other simple record.
Potential side effectsfawtar_outstandingEvery unpaid issued invoice with its remaining balance and how many days it is overdue, newest due first, plus the totals.
Potential side effectsfawtar_vat_summaryOutput 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-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.