Call AGISafe's flagship tools from any MCP client, agent or workflow through the live CSOAI gateway. Both endpoints below were probed live (HTTP 200) on 2026-08-02.
https://csoai.org/mcp/eu-ai-act-compliance-mcp
https://csoai.org/mcp/agisafe-mcp
eu-ai-act-compliance-mcp.assess — structured EU AI Act risk assessmentagisafe-mcp.build_safety_case — generate a pre-deployment safety case programmaticallycurl -X POST https://csoai.org/mcp/agisafe-mcp \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
Sign the hash of your safety case and verify it offline — keyless Ed25519, probed end-to-end on 2026-08-02:
curl -s https://os.meok.ai/api/health
HASH=$(shasum -a 256 safety-case.md | cut -d' ' -f1)
curl -s -X POST https://os.meok.ai/api/sign \
-H 'Content-Type: application/json' \
-d "{\"message\":\"safety-case sha256: $HASH\"}"