mcpbeat Sign in

E Arveldaja MCP Server

local only

E Arveldaja MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 297 installs a week from npm. Last commit 3 Sep 2026.

Estonian e-arveldaja (RIK e-Financials) accounting — invoices, bank import, reports.

Installs per day peak 1 103 · avg 180 · -1% w/w
a month agotoday
297
Installs / week
npm · e-arveldaja-mcp
34
Stars
2 open issues
3 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: EARVELDAJA_API_KEY_ID (RIK e-arveldaja API key ID. Can alternatively be supplied via a .env file or an apikey*.txt file in the working directory.), EARVELDAJA_API_PUBLIC_VALUE (RIK e-arveldaja API public value. Can alternatively be supplied via a .env file or an apikey*.txt file in the working directory.), EARVELDAJA_API_PASSWORD (RIK e-arveldaja API password (HMAC signing secret). Can alternatively be supplied via a .env file or an apikey*.txt file in the working directory.), EARVELDAJA_SERVER (Which RIK server to target. "live" (default) or "demo".), EARVELDAJA_ALLOWED_PATHS (Platform-separated (colon on Linux/macOS, semicolon on Windows) list of directories that file-reading tools are allowed to read from. Defaults to the working directory and the OS temp dir.), EARVELDAJA_DISABLE_PROGRESS (Set to "1" or "true" to disable MCP progress notifications. Workaround for clients that close the stdio transport when a progress notification arrives after the matching response has been processed.), EARVELDAJA_LOG_FILE (Absolute path to a regular file. When set, everything the server writes to stderr is also appended to this file (mode 0o600). Off by default. Cross-platform. Useful when the MCP host swallows stderr. Pipes, devices, sockets, /dev/stdout, and /proc/self/fd/* are refused so the tee cannot corrupt the MCP stdio transport.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to E Arveldaja MCP

same job, measured the same way
Xero
by wyre-technology

MCP server for Xero accounting — contacts, invoices, payments, accounts, and financial reports.

local only
Xero
by wyre-ai

MCP server for Xero accounting — contacts, invoices, payments, accounts, and financial reports.

local only
Eqvitta MCP
by eqvitta

Eqvitta MCP: GST billing, ledgers, invoices, stock and financial reports for Claude.

275 installs/wk local only
Lumabill
by lumabill

Swiss invoicing and bookkeeping: QR-invoices, clients, expenses, bank import, VAT and reports.

answering
MCP Xero
by codespar

MCP server for Xero — global cloud accounting: contacts, invoices, payments, items, reports

31 installs/wk local only
QuickBooks Online
by wyre-ai

MCP server for QuickBooks Online — accounts, customers, invoices, bills, and reports.

local only
QuickBooks Online
by wyre-technology

MCP server for QuickBooks Online — accounts, customers, invoices, bills, and reports.

local only
Xero
by mindstone

Xero MCP server for invoices, contacts, payments, quotes, and financial reports.

73 installs/wk local only

E Arveldaja MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for E Arveldaja MCP?
E Arveldaja MCP 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 e-arveldaja-mcp was installed 297 times last week.
How do I connect E Arveldaja MCP?
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 e-arveldaja-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use E Arveldaja MCP?
The npm package e-arveldaja-mcp was installed 297 times in the last week. Week over week that is -1%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is E Arveldaja MCP open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 34 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.