INDIVIDUAL MCP TOOL
fawtar_outstanding
Every unpaid issued invoice with its remaining balance and how many days it is overdue, newest due first, plus the totals.
LIVE ENDPOINT
https://fawtar.app/api/mcp
Connect to this endpoint to inspect the live schema for fawtar_outstanding and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
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.
Related tools
fawtar_list— List records from any Fawtar resource, with filtering, sorting and paging.fawtar_get— Fetch a single record by id.fawtar_create— Create a customer, product, vendor, employee, asset or other simple record.fawtar_create_invoice— Issue a tax or ordinary invoice.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.