PluginBench
MCP Server

io.github.iseppo/e-arveldaja-mcp MCP Server

io.github.iseppo/e-arveldaja-mcp

What is the io.github.iseppo/e-arveldaja-mcp MCP server?

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

How to install io.github.iseppo/e-arveldaja-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • EARVELDAJA_API_KEY_ID
    secret

    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
    secret

    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
    secret

    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.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "e-arveldaja-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "e-arveldaja-mcp"
      ],
      "env": {
        "EARVELDAJA_API_KEY_ID": "<YOUR_EARVELDAJA_API_KEY_ID>",
        "EARVELDAJA_API_PUBLIC_VALUE": "<YOUR_EARVELDAJA_API_PUBLIC_VALUE>",
        "EARVELDAJA_API_PASSWORD": "<YOUR_EARVELDAJA_API_PASSWORD>",
        "EARVELDAJA_SERVER": "<YOUR_EARVELDAJA_SERVER>",
        "EARVELDAJA_ALLOWED_PATHS": "<YOUR_EARVELDAJA_ALLOWED_PATHS>",
        "EARVELDAJA_DISABLE_PROGRESS": "<YOUR_EARVELDAJA_DISABLE_PROGRESS>",
        "EARVELDAJA_LOG_FILE": "<YOUR_EARVELDAJA_LOG_FILE>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "e-arveldaja-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "e-arveldaja-mcp"
      ],
      "env": {
        "EARVELDAJA_API_KEY_ID": "<YOUR_EARVELDAJA_API_KEY_ID>",
        "EARVELDAJA_API_PUBLIC_VALUE": "<YOUR_EARVELDAJA_API_PUBLIC_VALUE>",
        "EARVELDAJA_API_PASSWORD": "<YOUR_EARVELDAJA_API_PASSWORD>",
        "EARVELDAJA_SERVER": "<YOUR_EARVELDAJA_SERVER>",
        "EARVELDAJA_ALLOWED_PATHS": "<YOUR_EARVELDAJA_ALLOWED_PATHS>",
        "EARVELDAJA_DISABLE_PROGRESS": "<YOUR_EARVELDAJA_DISABLE_PROGRESS>",
        "EARVELDAJA_LOG_FILE": "<YOUR_EARVELDAJA_LOG_FILE>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "e-arveldaja-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "e-arveldaja-mcp"
      ],
      "env": {
        "EARVELDAJA_API_KEY_ID": "<YOUR_EARVELDAJA_API_KEY_ID>",
        "EARVELDAJA_API_PUBLIC_VALUE": "<YOUR_EARVELDAJA_API_PUBLIC_VALUE>",
        "EARVELDAJA_API_PASSWORD": "<YOUR_EARVELDAJA_API_PASSWORD>",
        "EARVELDAJA_SERVER": "<YOUR_EARVELDAJA_SERVER>",
        "EARVELDAJA_ALLOWED_PATHS": "<YOUR_EARVELDAJA_ALLOWED_PATHS>",
        "EARVELDAJA_DISABLE_PROGRESS": "<YOUR_EARVELDAJA_DISABLE_PROGRESS>",
        "EARVELDAJA_LOG_FILE": "<YOUR_EARVELDAJA_LOG_FILE>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "e-arveldaja-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "e-arveldaja-mcp"
      ],
      "env": {
        "EARVELDAJA_API_KEY_ID": "<YOUR_EARVELDAJA_API_KEY_ID>",
        "EARVELDAJA_API_PUBLIC_VALUE": "<YOUR_EARVELDAJA_API_PUBLIC_VALUE>",
        "EARVELDAJA_API_PASSWORD": "<YOUR_EARVELDAJA_API_PASSWORD>",
        "EARVELDAJA_SERVER": "<YOUR_EARVELDAJA_SERVER>",
        "EARVELDAJA_ALLOWED_PATHS": "<YOUR_EARVELDAJA_ALLOWED_PATHS>",
        "EARVELDAJA_DISABLE_PROGRESS": "<YOUR_EARVELDAJA_DISABLE_PROGRESS>",
        "EARVELDAJA_LOG_FILE": "<YOUR_EARVELDAJA_LOG_FILE>"
      }
    }
  }
}
Claude Code
claude mcp add e-arveldaja-mcp --env EARVELDAJA_API_KEY_ID=<YOUR_EARVELDAJA_API_KEY_ID> --env EARVELDAJA_API_PUBLIC_VALUE=<YOUR_EARVELDAJA_API_PUBLIC_VALUE> --env EARVELDAJA_API_PASSWORD=<YOUR_EARVELDAJA_API_PASSWORD> --env EARVELDAJA_SERVER=<YOUR_EARVELDAJA_SERVER> --env EARVELDAJA_ALLOWED_PATHS=<YOUR_EARVELDAJA_ALLOWED_PATHS> --env EARVELDAJA_DISABLE_PROGRESS=<YOUR_EARVELDAJA_DISABLE_PROGRESS> --env EARVELDAJA_LOG_FILE=<YOUR_EARVELDAJA_LOG_FILE> -- npx -y e-arveldaja-mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →