mcpbeat Sign in

Invoice MCP Server

local only

Invoice runs on your own machine — the client starts it, so there is no endpoint to ping. 341 installs a week from npm.

Check invoice mandatory fields, validate a draft before issuing, and look up EN 16931 code lists.

Installs per day peak 273 · avg 10
a month agotoday
341
Installs / week
npm · yaktool-invoice-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

Nothing serious here today

Today is the operative word: we check Invoice 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 -- npx -y yaktool-invoice-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "invoice": {
      "args": [
        "-y",
        "yaktool-invoice-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.invoice]
command = "npx"
args = ["-y", "yaktool-invoice-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "invoice": {
      "args": [
        "-y",
        "yaktool-invoice-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "invoice": {
      "args": [
        "-y",
        "yaktool-invoice-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Invoice

same job, measured the same way
Eleata e-Invoice Validator
by hernaninverso

Validate EU e-invoices (Peppol, XRechnung, Factur-X, UBL, CII) and explain error codes.

53 installs/wk local only
Openiban
by pipeworx-io

OpenIBAN MCP — validate an IBAN's checksum + bank code and resolve the

33 tools answering
Skillproof
by skillproofdev

Check whether a Claude Code skill was tested and whether it works before installing it.

63 installs/wk local only
Pine Script v6 Documentation
by paulieb89

Pine Script v6 documentation lookup, function validation, and linting for AI code generation

174 installs/wk 10 tools answering
LiveCheck AI
by qualityclouds

Secure MCP runtime server for scanning and autofixing code issues

answering
Leakguard MCP
by doazvjettu

Static analyzer flagging lookahead bias & data leakage in ML/trading code before backtest.

70 installs/wk local only
Metricui
by mpmcgowen

React dashboard components — API lookup, code generation, and prop validation for AI tools.

52 installs/wk local only
Hunch
by davesheffer

Engineering memory for AI-assisted codebases: decisions, bug lineage and invariants, over MCP.

1 892 installs/wk local only

Invoice — questions

Answers built from our own checks of this server.

Why is there no uptime for Invoice?
Invoice 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 npm package yaktool-invoice-mcp was installed 341 times last week.
How do I connect Invoice?
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 yaktool-invoice-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Invoice?
The npm package yaktool-invoice-mcp was installed 341 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.