# dokumendiregister.ee — Estonian public-authority documents MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-nimistu-dokumendiregister-mcp
- Repository: https://github.com/Nimistu/dokumendiregister-mcp
- Website: https://dokumendiregister.ee

## Install
- Endpoint: https://dokumendiregister.ee/api/dokreg-mcp/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://dokumendiregister.ee/api/dokreg-mcp/mcp
- Remote endpoint: https://dokumendiregister.ee/api/dokreg-mcp/sse

## Tools
- search (Search Estonian public-authority documents) - Full-text search across the document registers (dokumendiregistrid) of Estonian public authorities — ministries, agencies, inspectorates and municipalities — aggregated by dokumendiregister.ee. Searches document titles, reference numbers, counterparties and the extracted text of attached files. Returns matches each with a stable `id` (pass to `fetch`) and a canonical dokumendiregister.ee URL. Endpoint: https://dokumendiregister.ee/api/dokreg-mcp/mcp
- fetch (Fetch a document by id) - 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 dokumendiregister.ee URL. Endpoint: https://dokumendiregister.ee/api/dokreg-mcp/mcp
- search_documents (Search documents with filters) - 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 registration-date range. Returns a page of documents with a total count. Use `list_authorities` to discover authority slugs. Endpoint: https://dokumendiregister.ee/api/dokreg-mcp/mcp
- documents_by_company (Public-authority documents involving a 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 company's role. Each authority publishes its own register with no shared search, so this cross-register company join is unique to dokumendiregister.ee. Find a registry code via nimistu.ee or the nimistu MCP. Endpoint: https://dokumendiregister.ee/api/dokreg-mcp/mcp
- list_authorities (List public 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`. Endpoint: https://dokumendiregister.ee/api/dokreg-mcp/mcp
- recent_documents (Most recently registered documents) - The newest documents by registration date, across all authorities — optionally narrowed to one authority. Endpoint: https://dokumendiregister.ee/api/dokreg-mcp/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Nimistu
- Version: 1.0.0
- Runtime: Sse, Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 21, 2026
- Source: https://registry.modelcontextprotocol.io
