dokumendiregister.ee — Estonian public-authority documents
io.github.nimistu/dokumendiregister-mcpEstonian public-authority document registers: one search across all, docs linked to companies.
Tools · 6
Full-text search across the document registers (dokumendiregistrid) of Estonian public authorities — ministries, agencies, inspectorates and municipalities — aggregated by dokumendiregister.ee. Search…
Retrieve the full metadata, attached-file list and extracted text of a document by the `id` returned from `search` (e.g. 'doc:22112'). Returns it as Markdown with its linked companies and canonical do…
Document search with optional filters: authority (slug), document type, access restriction (Avalik = public, AK = restricted; restricted documents expose metadata only, never file text) and a registra…
Given an 8-digit Estonian registry code (registrikood), return every public-authority document that names that company — across ALL registers at once, with the authority, document type, date and the c…
All Estonian public authorities whose document register is indexed, each with its slug and document count. Use a slug as the `authority` filter in `search_documents`.
The newest documents by registration date, across all authorities — optionally narrowed to one authority.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"dokumendiregister.ee_—_estonian_public-authority_documents": {
"url": "https://dokumendiregister.ee/api/dokreg-mcp/mcp",
"transport": "streamable-http"
}
}
}