API Tools
dokumendiregister.ee
Provides search and retrieval of Estonian public authority documents via full-text search and specific queries.
ENDPOINT 1
https://dokumendiregister.ee/api/dokreg-mcp/mcp
MCP server metadata
- Name
- dokumendiregister
- Version
- 0.1.0
dokumendiregister.ee aggregates the document registers (dokumendiregistrid) of Estonian public authorities — ministries, agencies, inspectorates and municipalities — into one free, ad-free search. Each authority runs its own register with no shared search; this indexes them together, including the extracted text of attached files, and links every document to the companies named in it (via the Estonian Business Register / nimistu.ee). Use this server to: search documents by subject, company or person name, or reference number; read a document's metadata, file list and extracted text; list every public-authority document naming a given company by its 8-digit registry code (registrikood) — a cross-register company join unique to dokumendiregister.ee; and browse the indexed authorities. Workflow: call `search` (or `search_documents` for authority/type/restriction/date filters) to find documents, then `fetch` by the returned id for the full text. Use `documents_by_company` to pull everything on a company, and `list_authorities` to discover filter values. Data is reused from the authorities' own public registers. Access-restricted (AK) documents expose metadata only — never file contents.
Known tools 6
searchFull-text search across the document registers (dokumendiregistrid) of Estonian public authorities — ministries, agencies, inspectorates and municipalities — aggregated by dokumendiregister.
Inferred read-onlyfetchRetrieve the full metadata, attached-file list and extracted text of a document by the `id` returned from `search` (e.
Inferred read-onlysearch_documentsDocument 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.
Inferred read-onlydocuments_by_companyGiven 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.
Inferred read-onlylist_authoritiesAll Estonian public authorities whose document register is indexed, each with its slug and document count.
Inferred read-onlyrecent_documentsThe newest documents by registration date, across all authorities — optionally narrowed to one authority.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.dokumendiregister]
url = "https://dokumendiregister.ee/api/dokreg-mcp/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"dokumendiregister": {
"type": "http",
"url": "https://dokumendiregister.ee/api/dokreg-mcp/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: dokumendiregister
Remote MCP URL: https://dokumendiregister.ee/api/dokreg-mcp/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"dokumendiregister": {
"url": "https://dokumendiregister.ee/api/dokreg-mcp/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"dokumendiregister": {
"type": "http",
"url": "https://dokumendiregister.ee/api/dokreg-mcp/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "dokumendiregister",
"transport": "streamable-http",
"url": "https://dokumendiregister.ee/api/dokreg-mcp/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for dokumendiregister.ee was fetched 2026-07-26T08:40:01.749Z and is being refreshed.
dokumendiregister.ee is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.