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-сервер Инвойсбокса: счета, отгрузки и возвраты по просьбе человека
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.
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 mcp-server -- npx -y @invoicebox/mcp-server
{
"mcpServers": {
"mcp-server": {
"args": [
"-y",
"@invoicebox/mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "@invoicebox/mcp-server"]
{
"mcpServers": {
"mcp-server": {
"args": [
"-y",
"@invoicebox/mcp-server"
],
"command": "npx"
}
}
}
{
"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.
deBridge MCP
Finance Feeds MCP.
Crypto Feeds MCP.
Crypto Bytes MCP Server
Xero (Accounting) MCP Pack
MCP server for korea stock
Cryptographic hash & HMAC MCP.
Finnhub MCP — wraps Finnhub Stock API (finnhub.io)
Answers built from our own checks of this server.