io.github.iseppo/e-arveldaja-mcp✓
io.github.iseppo/e-arveldaja-mcp · v0.14.1
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.iseppo/e-arveldaja-mcp",
"description": "Estonian e-arveldaja (RIK e-Financials) accounting — invoices, bank import, reports.",
"repository": {
"url": "https://github.com/iseppo/e-arveldaja-mcp",
"source": "github"
},
"version": "0.14.1",
"packages": [
{
"registryType": "npm",
"identifier": "e-arveldaja-mcp",
"version": "0.14.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "RIK e-arveldaja API key ID. Can alternatively be supplied via a .env file or an apikey*.txt file in the working directory.",
"format": "string",
"isSecret": true,
"name": "EARVELDAJA_API_KEY_ID"
},
{
"description": "RIK e-arveldaja API public value. Can alternatively be supplied via a .env file or an apikey*.txt file in the working directory.",
"format": "string",
"isSecret": true,
"name": "EARVELDAJA_API_PUBLIC_VALUE"
},
{
"description": "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.",
"format": "string",
"isSecret": true,
"name": "EARVELDAJA_API_PASSWORD"
},
{
"description": "Which RIK server to target. \"live\" (default) or \"demo\".",
"format": "string",
"default": "live",
"name": "EARVELDAJA_SERVER"
},
{
"description": "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.",
"format": "string",
"name": "EARVELDAJA_ALLOWED_PATHS"
},
{
"description": "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.",
"format": "string",
"name": "EARVELDAJA_DISABLE_PROGRESS"
},
{
"description": "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.",
"format": "string",
"name": "EARVELDAJA_LOG_FILE"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}