Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Dokumendiregister.ee β€” Estonian public Authority documents
D
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:08:51 AM

Dokumendiregister.ee β€” Estonian public Authority documents

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View RepositoryVisit Website

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "dokumendiregister-ee-estonian-public-authority-documents": {
      "command": "npx",
      "args": [
        "-y",
        "dokumendiregister-ee-estonian-public-authority-documents"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

dokumendiregister MCP β€” Estonian public-authority documents for AI assistants

smithery badge

Connect any MCP-compatible AI assistant (Claude, Cursor, ChatGPT, and more) to the document registers of Estonian public authorities β€” ministries, agencies, inspectorates and municipalities. Search every register at once, read a document's metadata and extracted file text, or pull every document naming a given company β€” in plain language, free, no API key, read-only.

Powered by dokumendiregister.ee, a free, ad-free aggregator that indexes those registers together and links every document to the companies named in it (via the Estonian Business Register / nimistu.ee).

  • Endpoint (Streamable HTTP): https://dokumendiregister.ee/api/dokreg-mcp/mcp
  • Free β€” no API key, no signup, read-only
  • Cross-register β€” one search across all indexed authorities
  • Full-text β€” searches the extracted text of attached files, not just metadata
  • Company-linked β€” every document ties to the companies it names

Why this over browsing a register by hand

Each Estonian authority runs its own document register, and there is no shared search across them. That makes the documents public in principle but hard to actually find:

  • One search, all authorities β€” a single query spans every indexed register instead of one authority's search form at a time.
  • Company ↔ document join β€” documents_by_company returns every public-authority document naming a company by its 8-digit registry code, across all registers, with the company's role. No other Estonian tool exposes this.
  • File text β€” PDFs, ASiC-E/BDoc containers and e-mail attachments are text-extracted and searchable, not just linked.
  • ChatGPT-compatible search + fetch, so the same server works across clients.

Quick start

Claude Code

Terminal
claude mcp add --transport http dokumendiregister https://dokumendiregister.ee/api/dokreg-mcp/mcp

Cursor

Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (project):

config.json
{
  "mcpServers": {
    "dokumendiregister": {
      "url": "https://dokumendiregister.ee/api/dokreg-mcp/mcp"
    }
  }
}

Claude Desktop and other clients

config.json
{
  "mcpServers": {
    "dokumendiregister": {
      "url": "https://dokumendiregister.ee/api/dokreg-mcp/mcp"
    }
  }
}

Stdio-only clients can bridge via mcp-remote:

config.json
{
  "mcpServers": {
    "dokumendiregister": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://dokumendiregister.ee/api/dokreg-mcp/mcp"]
    }
  }
}

Transports: Streamable HTTP at https://dokumendiregister.ee/api/dokreg-mcp/mcp (recommended) Β· SSE at https://dokumendiregister.ee/api/dokreg-mcp/sse.

What you can ask

You talk to it in natural language β€” you don't need to know reference numbers or tool details.

  • Which public-authority documents mention registry code 16075394?
  • Find documents about rahapesu (money laundering) and show me the newest
  • Show me the full text and attachments of that document
  • What has the Financial Intelligence Unit (Rahapesu AndmebΓΌroo) registered this month?
  • Incoming letters to the Registrite ja InfosΓΌsteemide Keskus since 2026-01-01
  • Which authorities are indexed, and how many documents does each have?

Tools

Six tools over the full dokumendiregister.ee corpus:

ToolWhat it does
searchFull-text document search across all authorities; returns matches with a stable id + dokumendiregister.ee URL (ChatGPT-compatible)
fetchA document's metadata, file list and extracted text by id (ChatGPT-compatible)
search_documentsFiltered search: authority, document type, access restriction, registration-date range
documents_by_companyEvery document naming a company, by registry code, across all registers β€” unique to dokumendiregister.ee
list_authoritiesAll indexed authorities, with document counts
recent_documentsThe newest registered documents

Data sources and attribution

Documents come from the authorities' own public document registers, reused as open data. Access-restricted (AK) documents expose metadata only β€” never file contents. Company links come from nimistu.ee, which aggregates the Estonian Business Register and related open data.

  • Website β€” https://dokumendiregister.ee
  • MCP connection page β€” https://dokumendiregister.ee/mcp
  • Company data β€” https://nimistu.ee

License

The configuration examples and documentation in this repository are released under the MIT License. The dokumendiregister.ee service and the underlying registers have their own terms.

Related MCP Servers

View all in Developer Tools View all alternatives
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • A
    Agent Skills Search Server

    Search and discover Agent Skills from the skills.sh registry. Powered by HAPI MCP server.

    πŸ’» Developer Tools0 views
    Compare vs Agent Skills Search Server β†’
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • M
    Mcp

    Workix hub catalog plus freelance digest/search and proposal helpers for AI agents

    πŸ’» Developer Tools0 views
    Compare vs Mcp β†’

Frequently Asked Questions about Dokumendiregister.ee β€” Estonian public Authority documents

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "dokumendiregister-ee-estonian-public-authority-documents": { "command": "npx", "args": ["-y", "dokumendiregister.ee β€” Estonian public-authority documents"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewDokumendiregister.ee β€” Estonian public Authority documents AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/dokumendiregister-ee-estonian-public-authority-documents?style=directory)](https://allmcps.com/mcp/dokumendiregister-ee-estonian-public-authority-documents)
HTML Embed
<a href="https://allmcps.com/mcp/dokumendiregister-ee-estonian-public-authority-documents"><img src="https://allmcps.com/api/badge/dokumendiregister-ee-estonian-public-authority-documents?style=directory" alt="Dokumendiregister.ee β€” Estonian public Authority documents on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Dokumendiregister.ee β€” Estonian public Authority documents β†’Install in Claude DesktopInstall in CursorInstall in VS Code