MEOK CRA Annex Iv Classifier 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 | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| classify_productC | Classify a product with digital elements (PDE) into the CRA class hierarchy. Returns: suggested class, conformity path, fines exposure, next steps. |
| audit_essential_requirementsA | Audit a product against the 15 Annex I + II essential requirements. Pass comma-separated requirement IDs that are satisfied (e.g. "1.1,1.2,2.1"). |
| generate_doc_templateC | Generate the Annex VIII technical documentation skeleton for a given class. |
| sign_classification_certC | Generate a HMAC-SHA256 signed CRA classification certificate (Pro/Enterprise). |
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 4 tools
Each tool has a distinct purpose: auditing requirements, classifying products, generating documentation templates, and signing certificates. No overlap or ambiguity.
All tool names follow a consistent verb_noun pattern using snake_case, making them predictable and easy to understand.
With 4 tools, the server is tightly scoped to the CRA classification domain without unnecessary extras, perfectly matching its purpose.
The tool set covers the entire classification workflow: auditing requirements, classifying, generating docs, and signing certificates, with no obvious gaps.