Connect ASISecurity via MCP

Honest note: asisecurity.ai is a static evidence surface — there is no hosted JSON-RPC MCP endpoint on this domain. The MCP servers below are distributed as PyPI packages you run yourself, and the signed-evidence API is live at os.meok.ai.

MCP tools (install from PyPI)

Full catalog: /.well-known/mcp.json (348 servers listed, counted 2026-08-02).

Free signed-evidence API (live, verified 2026-08-02)

No account, no key. Sign any message with Ed25519 and verify it offline:

curl -X POST https://os.meok.ai/api/sign \
  -H "Content-Type: application/json" \
  -d '{"message":"my-evidence-pack-v1"}'
curl -X POST https://os.meok.ai/api/verify \
  -H "Content-Type: application/json" \
  -d '{"message":"my-evidence-pack-v1","signature":"<hex>","publicKey":"<hex>"}'

Service health: os.meok.ai/api/health (HTTP 200, verified 2026-08-02).

Plans from £29/mo or start free.