MEOK Fria Generator MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| 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 |
|---|---|
| is_fria_requiredA | Determine if a FRIA is mandatory under EU AI Act Article 27 for this deployment. Args: organisation_type: One of public-authority / private-operator / SaaS-vendor / individual. is_public_law_body: True if the organisation is a body governed by Member State or EU public law. provides_public_service: True if the organisation provides services in a public-service context (recruitment for public sector, education, healthcare, social services, etc.). annex_iii_categories: List of Annex III high-risk categories the system falls under. E.g., ["employment-and-workforce", "education-and-vocational-training", "credit-scoring"]. Returns: Decision + rationale + Article 27 reference. |
| generate_fria_templateA | Generate a FRIA template structure with all 7 mandatory Article 27 fields populated as guidance. Args: deployer_name: Legal name of the deployer (e.g., "Acme Hiring Ltd"). ai_system_name: Name of the AI system being deployed. annex_iii_category: Annex III category (e.g., "employment-and-workforce"). expected_users: Estimated count of natural persons whose data will be processed. geographic_scope: List of country codes (e.g., ["DE", "FR", "IE"]). Returns: Structured FRIA template ready for completion by the deployer's compliance team. |
| map_to_edpb_dpiaA | Map FRIA fields to EDPB harmonised DPIA template (14 April 2026) sections to avoid double work. Args: annex_iii_category: Annex III category for context. Returns: Crosswalk showing which FRIA fields satisfy which DPIA sections. |
| signed_fria_attestationB | Produce an HMAC-signed FRIA attestation via the public meok-attestation-api. Args: deployer_name: Legal name of the deployer. ai_system_name: Name of the AI system. annex_iii_category: Annex III category. completed_sections: List of FRIA section IDs that have been completed (e.g., ["a_deployer_processes", "b_period_frequency_use"]). sign_off_role: Role of the signer. Returns: Signed attestation with verification URL. |
| list_charter_articlesA | List EU Charter of Fundamental Rights articles relevant to AI deployer FRIA. |
| list_mandatory_triggersA | List the conditions that make a FRIA mandatory under Article 27(1). |
| pricingC | Pricing for MEOK FRIA Generator. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/CSOAI-ORG/meok-fria-generator-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server