Skip to content
MEOK.AI
🚀 Activate your agent

Free forever · No credit card

← meok.ai
8 MCPs · 10 host integrations

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

✓ Live

Anthropic's official CLI. All 8 MEOK MCPs publish to the official MCP Registry that Claude Code reads natively.

Config: ~/.claude.json
{
  "mcpServers": {
    "meok-watermark": {
      "command": "uvx",
      "args": ["meok-watermark-attest-mcp"]
    },
    "meok-omnibus": {
      "command": "uvx",
      "args": ["meok-omnibus-tracker-mcp"]
    }
  }
}
Host docs →

Cursor

✓ Live

Cursor's MCP support reads ~/.cursor/mcp.json. Same uvx command pattern.

Config: .cursor/mcp.json or ~/.cursor/mcp.json
{
  "mcpServers": {
    "meok-eu-ai-act": {
      "command": "uvx",
      "args": ["meok-governance-engine-mcp"]
    }
  }
}
Host docs →

Cline (VS Code)

✓ Live

Cline reads cline_mcp_settings.json. Settings → Open MCP Settings.

Config: cline_mcp_settings.json
{
  "mcpServers": {
    "meok-bias-detection": {
      "command": "uvx",
      "args": ["meok-mcp-injection-scan-mcp"],
      "env": {}
    }
  }
}
Host docs →

Windsurf

✓ Live

Windsurf MCP config is the same uvx-based pattern; settings panel exposes a JSON editor.

Config: ~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "meok-nis2": {
      "command": "uvx",
      "args": ["meok-nis2-de-register-mcp"]
    }
  }
}
Host docs →

Apify

Coming soon

Apify Actor wrappers in progress. Pay-per-event pricing for compliance scans (~£0.50/cert).

Config: Apify Console → Actor
# Coming Q3 2026 — Apify Actor wraps:
#   meok-watermark-attest-mcp → £0.50 per signed cert
#   meok-omnibus-tracker-mcp → £0.10 per deadline lookup
Host docs →

Smithery

Submission-ready

Smithery indexes MCPs and provides a hosted runtime with /sse + WebSocket bridge. MEOK servers are submission-pending.

Config: smithery.ai/server
# After Smithery listing accepted:
npx -y @smithery/cli install meok-watermark-attest-mcp --client claude
# or
smithery run @csoai-org/meok-omnibus-tracker-mcp
Host docs →

Glama

Submission-ready

Glama auto-crawls public GitHub repos. Several MEOK MCPs already indexed; submission flow accelerates the rest.

Config: glama.ai/mcp/servers
# Glama configures via web UI — paste GitHub URL of MCP repo
# https://github.com/CSOAI-ORG/meok-watermark-attest-mcp
Host docs →

PulseMCP

✓ Live

PulseMCP daily-ingests the official MCP Registry. All 8 MEOK servers will appear automatically within 7 days of registry publish (already published).

Config: auto-ingest
# Already auto-discovered via MCP Registry. Browse:
# https://www.pulsemcp.com/servers?search=meok
Host docs →

MCPize

Submission-ready

MCPize handles hosted MCPs with built-in Stripe billing (85% creator share). Best monetization rail per industry data.

Config: mcpize.com/dashboard
# Submit each MCP via mcpize.com — set price, Stripe payouts handled
# £79/mo for typical compliance MCP, 6% conversion benchmark
Host docs →

Anthropic Plugin Directory

Coming soon

Claude Code official plugin directory at anthropics/claude-plugins-official. PR pending for `meok-compliance-pack` bundling all 8 MCPs.

Config: github.com/anthropics/claude-plugins-official/external_plugins/
# After PR merged:
/plugin install meok/compliance-pack
# brings all 8 MCPs + /compliance-attest slash command
Host 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