Invoice Intake (reference) runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 13 Sep 2026.
Reference invoice-intake MCP servers: read/draft/commit split, typed errors, approval gate, audit
Today is the operative word: we check Invoice Intake (reference) every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add invoice-intake-mcp -- uvx invoice-intake-mcp
{
"mcpServers": {
"invoice-intake-mcp": {
"args": [
"invoice-intake-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.invoice-intake-mcp]
command = "uvx"
args = ["invoice-intake-mcp"]
{
"mcpServers": {
"invoice-intake-mcp": {
"args": [
"invoice-intake-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"invoice-intake-mcp": {
"args": [
"invoice-intake-mcp"
],
"command": "uvx"
}
}
}
A price list and rate card the quotes and invoice servers read by SKU.
MCP server for Autumn — read customers, plans, balances & invoices; track usage and attach plans.
Unofficial read-only MCP server for the wFirma API v2: invoices, contractors, expenses, payments.
MCP server for AbraFlexi ERP — invoices, contacts, products, bank transactions.
Read-only MCP server for querying Stripe customers, payments, and invoices.
MCP server for the Lexware Office API — invoices, contacts, articles, and vouchers.
wFirma.pl (Polish accounting) via MCP: invoices, contractors, payments, reports. Full read-write.
Manage Thai rental dorms by chat: rooms, tenants, invoices, meters. Writes need approval.
Answers built from our own checks of this server.