maltese-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 |
|---|---|
| mt_cyber_search_guidanceB | Full-text search across CSI Malta cybersecurity guidelines, technical standards, and policy documents. Covers national cybersecurity strategy, NIS2 implementation guidance, MITA technical standards, and critical infrastructure protection frameworks. Returns matching documents with reference, title, series, and summary. |
| mt_cyber_get_guidanceA | Get a specific CSI Malta guidance document by reference (e.g., 'MITA-CS-2024-01', 'MT-NIS2-2024'). |
| mt_cyber_search_advisoriesB | Search CSI Malta security advisories and incident alerts. Returns advisories with severity, affected products, and CVE references where available. |
| mt_cyber_get_advisoryA | Get a specific CSI Malta security advisory by reference (e.g., 'MITA-ADV-2024-001'). |
| mt_cyber_list_frameworksA | List all CSI Malta cybersecurity frameworks covered in this MCP, including national cybersecurity strategy and NIS2 implementation framework. |
| mt_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: searching vs. retrieving specific guidance documents, searching vs. retrieving specific advisories, listing frameworks, and providing metadata. No overlap in functionality.
All tools follow a consistent 'mt_cyber_verb_noun' pattern, using verbs like search, get, list, and about. The naming is predictable and aids agent understanding.
With 6 tools, the set is well-scoped for a focused cybersecurity document retrieval server. Each tool serves a necessary purpose without redundancy or bloat.
The tool surface covers all expected operations for a read-only knowledge base: searching and retrieving guidance documents and advisories, listing frameworks, and providing server metadata. No obvious gaps.