Experimental MCP server for Estonian e-arveldaja (RIK e-Financials) API. Not affiliated with RIK. Use at your own risk.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"e-arveldaja-mcp": {
"command": "npx",
"args": [
"-y",
"iseppo/e-arveldaja-mcp"
]
}
}
}
Run in terminal:
claude mcp add e-arveldaja-mcp npx -y iseppo/e-arveldaja-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"e-arveldaja-mcp": {
"command": "npx",
"args": [
"-y",
"iseppo/e-arveldaja-mcp"
]
}
}
}