Integrations
MEOK MCPs run wherever the Model Context Protocol runs. One config block adds EU AI Act, DORA, NIS2, CRA, and signed-attestation tooling to your agent stack.
Claude Code
✓ LiveAnthropic's official CLI. All 8 MEOK MCPs publish to the official MCP Registry that Claude Code reads natively.
{
"mcpServers": {
"meok-watermark": {
"command": "uvx",
"args": ["meok-watermark-attest-mcp"]
},
"meok-omnibus": {
"command": "uvx",
"args": ["meok-omnibus-tracker-mcp"]
}
}
}Host docs →Cursor
✓ LiveCursor's MCP support reads ~/.cursor/mcp.json. Same uvx command pattern.
{
"mcpServers": {
"meok-eu-ai-act": {
"command": "uvx",
"args": ["meok-governance-engine-mcp"]
}
}
}Host docs →Cline (VS Code)
✓ LiveCline reads cline_mcp_settings.json. Settings → Open MCP Settings.
{
"mcpServers": {
"meok-bias-detection": {
"command": "uvx",
"args": ["meok-mcp-injection-scan-mcp"],
"env": {}
}
}
}Host docs →Windsurf
✓ LiveWindsurf MCP config is the same uvx-based pattern; settings panel exposes a JSON editor.
{
"mcpServers": {
"meok-nis2": {
"command": "uvx",
"args": ["meok-nis2-de-register-mcp"]
}
}
}Host docs →Apify
Coming soonApify Actor wrappers in progress. Pay-per-event pricing for compliance scans (~£0.50/cert).
# Coming Q3 2026 — Apify Actor wraps: # meok-watermark-attest-mcp → £0.50 per signed cert # meok-omnibus-tracker-mcp → £0.10 per deadline lookupHost docs →
Smithery
Submission-readySmithery indexes MCPs and provides a hosted runtime with /sse + WebSocket bridge. MEOK servers are submission-pending.
# After Smithery listing accepted: npx -y @smithery/cli install meok-watermark-attest-mcp --client claude # or smithery run @csoai-org/meok-omnibus-tracker-mcpHost docs →
Glama
Submission-readyGlama auto-crawls public GitHub repos. Several MEOK MCPs already indexed; submission flow accelerates the rest.
# Glama configures via web UI — paste GitHub URL of MCP repo # https://github.com/CSOAI-ORG/meok-watermark-attest-mcpHost docs →
PulseMCP
✓ LivePulseMCP daily-ingests the official MCP Registry. All 8 MEOK servers will appear automatically within 7 days of registry publish (already published).
# Already auto-discovered via MCP Registry. Browse: # https://www.pulsemcp.com/servers?search=meokHost docs →
MCPize
Submission-readyMCPize handles hosted MCPs with built-in Stripe billing (85% creator share). Best monetization rail per industry data.
# Submit each MCP via mcpize.com — set price, Stripe payouts handled # £79/mo for typical compliance MCP, 6% conversion benchmarkHost docs →
Anthropic Plugin Directory
Coming soonClaude Code official plugin directory at anthropics/claude-plugins-official. PR pending for `meok-compliance-pack` bundling all 8 MCPs.
# After PR merged: /plugin install meok/compliance-pack # brings all 8 MCPs + /compliance-attest slash commandHost docs →
Frequently asked
Do I need an API key to use MEOK MCPs?
No. All 8 MEOK MCPs run locally via uvx or pip and don't require any MEOK key for the free tier. The signed-attestation calls go to meok-attestation-api.vercel.app/sign with email-only auth (free) or Pro API key (£79/mo for custom verify domain).
Do MEOK MCPs work offline?
Mostly yes. The MCPs themselves run locally and don't require network for crosswalks, classification, or template generation. Only the optional attestation-signing call hits meok-attestation-api. Air-gapped customers can self-host the attestation API on their own infra (Pro/Enterprise feature).
What licence do the MCPs ship under?
MIT for the MCPs themselves (8 packages on PyPI under user csoai). The attestation API code is dual-licensed: Apache 2.0 for the verifier (so customers can self-host verify) and proprietary for the signer.
How do I install all 8 at once?
After the meok-compliance-pack plugin lands in the Anthropic Plugin Directory, /plugin install meok/compliance-pack will bring everything. Until then, copy the example block from /docs and add 8 entries to your mcpServers config.
Need a host that's not listed?
Email nicholas@csoai.org with the host name and we'll add a config example here within 48h.
See full /docs →MEOK AI Labs · CSOAI LTD · UK Companies House 16939677 · MIT MCPs