quidbill_list_clients
Find active Quidbill clients and the ids accepted when creating a draft.
Agent API + MCP
Quidbill exposes a narrow billing surface for local agents, scripts, and MCP clients. Agents prepare invoices from real client data. Humans approve every send, issue, payment update, and fiscal step.
The free account includes three manual invoices. Agent API and MCP access activate with Agent or Founding.
$ bunx quidbill-mcp
env: QUIDBILL_PLATFORM_URL=https://app.quidbill.app QUIDBILL_AGENT_API_KEY=qba_... tools: quidbill_list_clients quidbill_list_invoices quidbill_get_invoice quidbill_create_draft_invoice guardrail: approvalRequired: true
Find active Quidbill clients and the ids accepted when creating a draft.
Create an active billing client with explicit currency, payment terms, and optional fiscal identity.
List draft, sent, overdue, paid, or cancelled invoices owned by the API key workspace.
Read one Quidbill invoice with client details and line items.
Create a draft invoice that remains behind the human approval gate in Quidbill.
Human gate
MCP client config
{
"mcpServers": {
"quidbill": {
"command": "bunx",
"args": ["quidbill-mcp"],
"env": {
"QUIDBILL_PLATFORM_URL": "https://app.quidbill.app",
"QUIDBILL_AGENT_API_KEY": "qba_..."
}
}
}
}