mcpbeat Sign in

Invoicebox MCP Server

by invoicebox Your server? Claim it
local only

Invoicebox runs on your own machine — the client starts it, so there is no endpoint to ping. 26 installs a week from npm. Last commit 11 Aug 2026.

MCP-сервер Инвойсбокса: счета, отгрузки и возвраты по просьбе человека

Installs per day peak 16 · avg 5 · +58% w/w
a month agotoday
26
Installs / week
npm · @invoicebox/mcp-server
0
Stars
0 open issues
11 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: INVOICEBOX_API_TOKEN (Токен API Инвойсбокса. Выпускается в личном кабинете; правами токена ограничивается то, что сервер вообще может сделать), INVOICEBOX_MERCHANT_ID (Идентификатор магазина, от имени которого работает сервер), INVOICEBOX_ENV (Контур: demo или prod. По умолчанию demo — боевой включается явно), INVOICEBOX_TOOLSETS (Наборы инструментов через запятую: read по умолчанию, write и refund включаются явно), INVOICEBOX_STATE_DIR (Каталог состояния: без него защита от дублей действует только в пределах одного запуска). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Invoicebox

same job, measured the same way
Debridge MCP
by debridge-finance

deBridge MCP

37 installs/wk 5 tools answering
Finance Feeds
by pipeworx-io

Finance Feeds MCP.

38 tools answering
Crypto Feeds
by pipeworx-io

Crypto Feeds MCP.

39 tools answering
I
Crypto Bytes
by mickymultani

Crypto Bytes MCP Server

66 installs/wk local only
Xero
by pipeworx-io

Xero (Accounting) MCP Pack

41 tools answering
Korea Stock MCP
by jjlabsio

MCP server for korea stock

129 installs/wk local only
Hash
by pipeworx-io

Cryptographic hash & HMAC MCP.

38 tools answering
Finnhub
by pipeworx-io

Finnhub MCP — wraps Finnhub Stock API (finnhub.io)

40 tools answering

Invoicebox — questions

Answers built from our own checks of this server.

Why is there no uptime for Invoicebox?
Invoicebox 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 @invoicebox/mcp-server was installed 26 times last week.
How do I connect Invoicebox?
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 @invoicebox/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Invoicebox?
The npm package @invoicebox/mcp-server was installed 26 times in the last week. Week over week that is +58%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Invoicebox open source?
Yes — it is published under the MIT licence, written in TypeScript 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.