Connect AGISafe via MCP

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.

Live endpoints

https://csoai.org/mcp/eu-ai-act-compliance-mcp
https://csoai.org/mcp/agisafe-mcp

Tools (2)

Example: list tools

curl -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"}'

Free, no account: the trust spine

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\"}"

See pricing · Get a free scorecard · Back to AGISafe