Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

dokumendiregister.ee — Estonian public-authority documents

io.github.nimistu/dokumendiregister-mcp

Estonian public-authority document registers: one search across all, docs linked to companies.

Uptime
100.0%
1 direct probes · 30d
Response
518ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

search

Full-text search across the document registers (dokumendiregistrid) of Estonian public authorities — ministries, agencies, inspectorates and municipalities — aggregated by dokumendiregister.ee. Search…

fetch

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…

search_documents

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…

documents_by_company

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…

list_authorities

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`.

recent_documents

The newest documents by registration date, across all authorities — optionally narrowed to one authority.

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"
    }
  }
}