mcp-server-datovka
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-server-datovkashow me my latest received messages"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-server-datovka
An MCP server exposing the Czech ISDS Data Box system ("Datové schránky") as tools, built on fastmcp and python3-datovka.
Tools
Tool | Description |
| Summaries of received messages, most recent first |
| Summaries of sent messages, most recent first |
| Full message with documents; attachment bytes are base64-encoded and only included on request |
| Mark a received message as read |
| Send a new message; |
| Compose plain text as a PDF and send it as the message's main document — no existing file needed |
| Look up a recipient's data box ID by name, trade name, or IČO. Uses the offline |
| 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.
Related MCP server: ms-todo-mcp
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 seznamdsWithout it, find_data_box still works but falls back to the live,
rate-limited ISDS search API for every lookup.
Running
mcp-server-datovkaOr point an MCP client at it directly:
python -m mcp_server_datovka.serverRequirements
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.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
An MCP server that provides read access to your cloud storage providers, bank accounts and more.
A basic MCP server to operate on the Postman API.
A simple MCP server built with FastMCP and python
An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAn unofficial MCP server that enables users to manage their Fastmail accounts through natural language interactions. It provides tools to query mailboxes, retrieve email content with advanced filtering, and send messages directly through the Fastmail API.76MIT
- AlicenseNot gradedqualityAmaintenanceAn MCP server to read and manage your Microsoft To Do tasks through the Microsoft Graph To Do API.MIT
- AlicenseNot gradedqualityBmaintenanceMCP server for accessing Czech datové schránky (ISDS) with legal semantics. Enables AI agents to safely read, send, and archive messages while respecting delivery triggers and deadlines.1MIT
- FlicenseCqualityCmaintenanceAn MCP server that exposes Discord bot actions as tools for LLM clients.291-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/VitexSoftware/mcp-server-datovka'
If you have feedback or need assistance with the MCP directory API, please join our Discord server