This is a cryptographic verifier that validates MEOK AI Labs compliance attestations for EU regulations like DORA, NIS2, CRA, and the EU AI Act. It's a single-purpose tool: pipe in a signed certificate via stdin, get back VALID or INVALID using HMAC-SHA256. Zero dependencies keeps it lean. You'd reach for this if you're consuming MEOK compliance artifacts and need to verify their authenticity in a pipeline or automation script. The stdio transport makes it straightforward to integrate into CI/CD or command-line workflows. It's part of a larger MEOK ecosystem focused on AI governance and regulatory compliance tooling.
Tiny zero-dependency verifier for MEOK AI Labs compliance attestations (DORA, NIS2, CRA, EU AI Ac...
Tiny zero-dependency verifier for MEOK AI Labs compliance attestations (DORA, NIS2, CRA, EU AI Act, CSRD, AI-BOM, Gods Eye). Pipe a signed cert on stdin, get VALID/INVALID back. HMAC-SHA256. By MEOK AI Labs.
# Install via pip
pip install meok_attestation_verify
# Or install via Smithery
npx -y @smithery/cli@latest install meok-attestation-verify --client claude
This MCP server is built with EU AI Act compliance built-in:
Need help getting compliant? Book a free 15-min diagnostic →
Need custom development, SLA guarantees, or white-label deployment?
View Pricing → | Contact Sales →
This server is part of the MEOK AI Labs ecosystem — 300+ MCP servers for sovereign AI governance.
| Domain | Purpose |
|---|---|
| councilof.ai | EU AI Act compliance marketplace |
| safetyof.ai | AI safety & monitoring |
| meok.ai | Sovereign AI platform |
| cobolbridge.ai | Legacy modernization |
MIT © CSOAI-ORG
Built with 💜 by MEOK AI Labs · UK Companies House 16939677
Add to your claude_desktop_config.json (Claude Desktop) or your MCP client config:
{
"mcpServers": {
"meok-attestation-verify": {
"command": "uvx",
"args": ["meok-attestation-verify"]
}
}
}
Or: pip install meok-attestation-verify then run the meok-attestation-verify command (stdio transport).
Once configured, ask your assistant, for example:
the available tools to …"