Submit

MCP Kinetic Gain

@Miz Causevic

mcp-kinetic-gain is a single stdio MCP server that exposes all eleven Kinetic Gain Protocol Suite specs to any MCP-compatible client (Claude Desktop, Cline, Cursor, etc.) — 71 tools across AEO Protocol, Prompt Provenance, Agent Cards, AI Evidence Format, MCP Tool Cards, AI Tutor Cards, Student AI Disclosure, Classroom AI AUP, Clinical AI Disclosure, AI Incident Card, AI Procurement Decision Card, plus the DefenseTech 6-pack tooling shipped in v0.8.0. Includes ed25519 attestation verification, hash-chained audit-stream event composition and chain verification (offline AND live against a running audit-stream-py via the optional AUDIT_STREAM_URL env var), cross-spec drift detection, and a Decision Intelligence preview that generates a PolicyBundle from a Decision Card, infers rubric status, and plans incident remediation. Also doubles as a CLI: `npx mcp-kinetic-gain validate path/to/doc.json` auto-detects which Suite spec a JSON file belongs to and validates it against the same zod schemas the MCP tools use. No API key. No build step. Headline tools: aup_check_compliance, decision_card_validate, decision_card_to_policy_bundle, attestation_verify, suite_doc_drift, audit_chain_verify, audit_event_emit, audit_events_query, audit_chain_verify_live. Repo: https://github.com/mizcausevic-dev/mcp-kinetic-gain Suite: https://suite.kineticgain.com License: Apache-2.0

Tools

Server Config

{
  "mcpServers": {
    "kinetic-gain": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-kinetic-gain"
      ]
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.

- MCP Server