E Arveldaja MCP

MCP server for the Estonian e-arveldaja (RIK e-Financials) REST API. 127 tools on the compatibility-preserving standard profile, 16 workflow prompts, 15 resources. Works with any MCP client - Claude Code, Codex CLI, Gemini CLI, Cursor, Windsurf, Cline, and others. It runs locally over stdio via the published package.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-20 · ★ 33 · #5 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install E Arveldaja MCP

before you install - you'll need

Set EARVELDAJA_API_KEY_ID, EARVELDAJA_API_PUBLIC_VALUE, EARVELDAJA_API_PASSWORD, EARVELDAJA_INTEGRATION_TEST before connecting.

Claude Code

claude mcp add iseppo-e-arveldaja-mcp -- npx -y e-arveldaja-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "iseppo-e-arveldaja-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "e-arveldaja-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

npm package e-arveldaja-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.iseppo is GitHub-verified and matches the repo owner

03 · What E Arveldaja MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.25.5 · 2026-08-20

Changed · Dependencies updated to current. @llamaindex/liteparse 2.9.0 → 2.13.1, fast-xml-parser 5.10.1 → 5.11.0, @toon-format/toon 4.1.0 → 4.1.1, plus dev tooling (tsx, vite, vitest, @types/node). Declared floors…

v0.25.4 · 2026-08-20

Security · Updated vulnerable transitive dependencies. The locked dependency tree now resolves fast-uri 3.1.5, hono 4.13.2, and nanoid 3.3.18, addressing the host-confusion, request-processing, and zero-size generator…

v0.25.3 · 2026-07-26

Fixed · extract_pdf_invoice could crash with getDocumentParser(...).isComplex is not a function. The declared range for @llamaindex/liteparse started at ^2.0.4, but isComplex - called on the first parse of every PDF…

04 · Who maintains E Arveldaja MCP

e-arveldaja-mcp is maintained by iseppo. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
finance - ranked #5 of 283 actively-maintained finance servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-20)
registry
io.github.iseppo/e-arveldaja-mcp (active, first published 2026-04-22 · 37 versions)
packages
npm:e-arveldaja-mcp

06 · E Arveldaja MCP FAQ

What is E Arveldaja MCP?

MCP server for the Estonian e-arveldaja (RIK e-Financials) REST API. 127 tools on the compatibility-preserving standard profile, 16 workflow prompts, 15 resources. Works with any MCP client - Claude Code, Codex CLI, Gemini CLI, Cursor, Windsurf, Cline, and others. It runs locally over stdio via the published package.

Is E Arveldaja MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-20 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install E Arveldaja MCP?

Run `npx -y e-arveldaja-mcp`. The README documents 4 environment variables (EARVELDAJA_API_KEY_ID, EARVELDAJA_API_PUBLIC_VALUE, EARVELDAJA_API_PASSWORD…) to set first. Set EARVELDAJA_API_KEY_ID, EARVELDAJA_API_PUBLIC_VALUE, EARVELDAJA_API_PASSWORD, EARVELDAJA_INTEGRATION_TEST before connecting. You can also paste the ready-made client config above.

Does E Arveldaja MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to E Arveldaja MCP