Datovka
БесплатноНе проверенMCP server exposing the Czech ISDS Data Box system (datovka) as tools
Описание
MCP server exposing the Czech ISDS Data Box system (datovka) as tools
README
An MCP server exposing the Czech ISDS Data Box system ("Datové schránky") as tools, built on fastmcp and python3-datovka.
Tools
| Tool | Description |
|---|---|
list_received_messages(limit=20) |
Summaries of received messages, most recent first |
list_sent_messages(limit=20) |
Summaries of sent messages, most recent first |
get_message(message_id, include_attachment_content=False) |
Full message with documents; attachment bytes are base64-encoded and only included on request |
mark_message_read(message_id) |
Mark a received message as read |
send_message(recipient_box_id, subject, attachments, ...) |
Send a new message; attachments is a list of dicts with filename, mime_type, is_main, and either content_base64 or file_path (a path on the machine running the server — preferred for anything but tiny files, since the bytes never have to pass through the calling LLM's context), exactly one of which must be is_main=True |
send_text_message(recipient_box_id, subject, body) |
Compose plain text as a PDF and send it as the message's main document — no existing file needed |
find_data_box(query, limit=10) |
Look up a recipient's data box ID by name, trade name, or IČO. Uses the offline seznamds directory first (fast, unlimited), falling back to the live, rate-limited ISDS search API if it's absent or finds nothing. The response includes source and data_age_days so a stale offline snapshot doesn't get presented as current. |
ping() |
Verify the session is alive |
Messages in ISDS are envelope + document attachments, not a body text field
— that's why sending "just text" (send_text_message) means rendering it
to a PDF first, using the system's DejaVu Sans font so Czech diacritics
render correctly.
Configuration
Credentials are read once from the environment at startup and are never tool parameters, so the LLM driving the server can't see or choose them:
export DATOVKA_URL="https://ws1.mojedatovaschranka.cz/" # optional, this is the default; trailing slash required
export DATOVKA_USERNAME="..."
export DATOVKA_PASSWORD="..."
Install the optional seznamds package for fast, unlimited recipient
lookups via find_data_box:
apt install seznamds
Without it, find_data_box still works but falls back to the live,
rate-limited ISDS search API for every lookup.
Running
mcp-server-datovka
Or point an MCP client at it directly:
python -m mcp_server_datovka.server
Requirements
libdatovka8+python3-datovka(orpip install datovka)fastmcppython3-fpdf(fpdf2) +fonts-dejavu-core, forsend_text_messageseznamds(recommended, optional), for fast offlinefind_data_boxlookups
License
LGPL-3.0-or-later.
Установка Datovka
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/VitexSoftware/mcp-server-datovkaFAQ
Datovka MCP бесплатный?
Да, Datovka MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Datovka?
Нет, Datovka работает без API-ключей и переменных окружения.
Datovka — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Datovka в Claude Desktop, Claude Code или Cursor?
Открой Datovka на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
автор: duxiaohuiSupabase
Database, auth and storage
автор: SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Datovka with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
