mcpbeat Sign in

Invoice Intake (reference) MCP Server

by justdukkan Your server? Claim it
local only

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

Installs / week
pypi · invoice-intake-mcp
0
Stars
0 open issues
13 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add invoice-intake-mcp -- uvx invoice-intake-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "invoice-intake-mcp": {
      "args": [
        "invoice-intake-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.invoice-intake-mcp]
command = "uvx"
args = ["invoice-intake-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "invoice-intake-mcp": {
      "args": [
        "invoice-intake-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "invoice-intake-mcp": {
      "args": [
        "invoice-intake-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Invoice Intake (reference)

same job, measured the same way
Catalogue
by theluckystrike

A price list and rate card the quotes and invoice servers read by SKU.

12 tools answering
Autumn
by usefulapi

MCP server for Autumn — read customers, plans, balances & invoices; track usage and attach plans.

18 tools answering
Wfirma MCP
by agente-dev

Unofficial read-only MCP server for the wFirma API v2: invoices, contractors, expenses, payments.

22 installs/wk local only
AbraFlexi
by vitexus

MCP server for AbraFlexi ERP — invoices, contacts, products, bank transactions.

161 installs/wk local only
Stripe MCP
by robinafaruqia

Read-only MCP server for querying Stripe customers, payments, and invoices.

32 installs/wk local only
Lexware
by lazyants

MCP server for the Lexware Office API — invoices, contacts, articles, and vouchers.

157 installs/wk local only
Fakto.app — wFirma MCP Server
by fakto

wFirma.pl (Polish accounting) via MCP: invoices, contractors, payments, reports. Full read-write.

answering
DormBix
by iconcheat

Manage Thai rental dorms by chat: rooms, tenants, invoices, meters. Writes need approval.

answering

Invoice Intake (reference) — questions

Answers built from our own checks of this server.

Why is there no uptime for Invoice Intake (reference)?
Invoice Intake (reference) runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package invoice-intake-mcp.
How do I connect Invoice Intake (reference)?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls invoice-intake-mcp straight from pypi; nothing to host, nothing to sign up for.
Is Invoice Intake (reference) open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.