Estonian Cybersecurity MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| ee_cyber_search_guidanceA | Full-text search across RIA cybersecurity guidelines, directives, and technical standards. Covers ISKE security framework requirements, RIA guidance documents, NIS2 implementation guidance, and national cybersecurity strategy documents. Returns matching documents with reference, title, series, and summary. |
| ee_cyber_get_guidanceA | Get a specific RIA guidance document by reference (e.g., 'RIA-ISKE-2023', 'RIA-juhend-001', 'CERT-EE-TG-2024-01'). |
| ee_cyber_search_advisoriesA | Search CERT-EE security advisories and incident alerts. Returns advisories with severity, affected products, and CVE references where available. |
| ee_cyber_get_advisoryA | Get a specific CERT-EE security advisory by reference (e.g., 'CERT-EE-2024-001'). |
| ee_cyber_list_frameworksA | List all RIA/CERT-EE cybersecurity frameworks covered in this MCP, including ISKE, national cybersecurity strategy, and NIS2 implementation framework. |
| ee_cyber_aboutA | Return metadata about this MCP server: version, data source, coverage, and tool list. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool targets a distinct operation and resource type: guidance search/retrieval, advisory search/retrieval, framework listing, and server metadata. There is no meaningful overlap between the search and get tools since one returns result sets and the other fetches a specific document by reference.
Tool names follow a consistent ee_cyber_ prefix with clear verb-noun patterns for most tools, such as search_guidance, get_guidance, search_advisories, and list_frameworks. The 'about' tool deviates slightly from the verb_noun convention but is still predictable and readable.
Six tools is an appropriate, focused size for a read-only cybersecurity document and advisory retrieval server. Each tool serves a clear purpose without bloat, and the count matches the apparent scope well.
The tool set covers the core domain needs: searching and retrieving both guidance documents and advisories, listing available frameworks, and providing server metadata. For a read-only reference server, this is a complete and usable surface with no obvious dead ends.