Call SafetyOf'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/ai-safety-posture-mcp
eu-ai-act-compliance-mcp.assess — full EU AI Act risk-and-control assessmentai-safety-posture-mcp.score — live AI safety posture scorecurl -X POST https://csoai.org/mcp/eu-ai-act-compliance-mcp \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
Sign and verify any attestation offline — keyless Ed25519, probed end-to-end on 2026-08-02:
curl -s https://os.meok.ai/api/health
curl -s -X POST https://os.meok.ai/api/sign \
-H 'Content-Type: application/json' \
-d '{"message":"my posture attestation"}'