estonia-ai-kit
by stefanoamorelli·★ 65·Score 46
Estonia AI Kit provides MCP servers and skills to connect AI models to Estonia's digital infrastructure and government services.
Overview
Estonia AI Kit is a comprehensive toolkit that enables AI applications to interact with Estonia's advanced digital infrastructure. It includes MCP servers for business registry data, open statistics data, and CLI tools for accessing tax and banking services. The project supports both government and private sector services with varying authentication requirements, from none to Smart-ID verification. Built with TypeScript for MCP servers and Go for CLI tools, it demonstrates practical implementation of MCP protocol in real-world government services.
Try asking AI
After installing, here are 5 things you can ask your AI assistant:
When to choose this
Choose this if you need to connect AI models to Estonia's digital infrastructure, especially if you're working with government services like business registry, tax, or open data.
When NOT to choose this
Don't choose this if you need services outside Estonia, as this toolkit is specifically designed for the Estonian digital ecosystem only.
Tools this server exposes
5 tools extracted from the READMErik_business_registerQuery Estonian Business Register (RIK)
open_data_portalAccess Statistics Estonia open data
emta_tsdManage tax declarations via EMTA
lhv_bankAccess LHV Bank accounts and transactions
riigiteataja_searchSearch Estonian legal documents
Note: Tool names were inferred from the project structure and documentation. Some MCP servers are marked as WIP (work in progress) so their exact functionality is not fully documented.
Comparable tools
Installation
MCP Servers
# Install dependencies
bun install
# Build all packages
bun run buildAdd to Claude Desktop configuration:
{
"mcpServers": {
"estonia-rik": {
"command": "node",
"args": ["/path/to/estonia-ai-kit/mcp/rik/dist/index.js"]
},
"estonia-open-data": {
"command": "node",
"args": ["/path/to/estonia-ai-kit/mcp/open-data/dist/index.js"]
}
}
}CLI Tools
# Install the EMTA CLI
go install github.com/stefanoamorelli/estonia-ai-kit/cli/emta@latest
# Install the LHV CLI
go install github.com/stefanoamorelli/estonia-ai-kit/cli/lhv@latestFAQ
- What authentication methods are required?
- Services vary: RIK (Business Register) and Open Data require no authentication, while EMTA (Tax) and LHV Bank require Smart-ID or Estonian ID-card authentication.
- Is this project affiliated with the Estonian government?
- No, this is a community-driven open source project not affiliated with, endorsed by, or connected to the Estonian government or any official Estonian institutions.
Compare estonia-ai-kit with
Last updated · Auto-generated from public README + GitHub signals.