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.
EARVELDAJA_API_KEY_IDsecretRIK 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_VALUEsecretRIK e-arveldaja API public value. Can alternatively be supplied via a .env file or an apikey*.txt file in the working directory.
EARVELDAJA_API_PASSWORDsecretRIK 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_SERVERWhich RIK server to target. "live" (default) or "demo".
EARVELDAJA_ALLOWED_PATHSPlatform-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_PROGRESSSet 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_FILEAbsolute 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.
{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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>"
}
}
}
}{
"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 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-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.