latvian-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 |
|---|---|
| lv_cyber_search_guidanceA | Full-text search across CERT.LV cybersecurity guidelines, recommendations, and national standards. Covers network security, incident response, risk management, and NIS2 implementation guidance for Latvia. Returns matching documents with reference, title, series, and summary. |
| lv_cyber_get_guidanceA | Get a specific CERT.LV guidance document by reference (e.g., 'CERT-LV-G-2023-001'). |
| lv_cyber_search_advisoriesA | Search CERT.LV security advisories and alerts. Returns advisories with severity, affected products, and CVE references where available. |
| lv_cyber_get_advisoryA | Get a specific CERT.LV security advisory by reference (e.g., 'CERT-LV-A-2024-001'). |
| lv_cyber_list_frameworksA | List all cybersecurity frameworks and standard series covered in this MCP, including CERT.LV guidelines and NIS2 implementation materials for Latvia. |
| lv_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 has a clear, distinct purpose: search vs. get for guidance and advisories, plus list_frameworks and about. No overlap or ambiguity.
All tools follow the 'lv_cyber_' prefix with consistent verb_noun naming (get_guidance, search_guidance, get_advisory, etc.). The 'about' tool is a minor deviation but acceptable as a metadata endpoint.
6 tools is a well-scoped count for a specialized cybersecurity information retrieval server, covering search, retrieval, and metadata without being bloated.
The read-only domain is well covered with search/get for both guidance and advisories, plus framework listing. Missing dedicated list-all endpoints for guidance/advisories is a minor gap, but search can likely cover it.