mcp-kinetic-gain
Kinetic Gain Protocol Suite

mcp-kinetic-gain

The agent-side front door.

One Model Context Protocol server that exposes all 12 Kinetic Gain Suite specs, plus implementation-preview and DefenseTech tools, directly to your agents. stdio transport, no API key, one config entry.

v0.9.1 75 tools 172 tests passing stdio transport no API key AGPL-3.0
Two front doors

Buyer-side to read. Agent-side to run.

The Kinetic Gain Protocol Suite meets you at two doors. A validator that people open in a browser, and this MCP server that agents open over stdio. Same specs, two audiences.

Buyer-side · browser

validator.kineticgain.com

Paste a URL or an evidence bundle and get a human-readable verification of specs, content hashes, and claims. The door a buyer, auditor, or reviewer opens.

validator.kineticgain.com →
Agent-side · MCP / stdio

mcp-kinetic-gain

The same verification and authoring surface delivered as native tools inside Claude Desktop, Cursor, and any MCP client. The door your agents open. You are here.

Add to your MCP client →
Install

One entry. No API key.

Add a single server to your MCP client config (Claude Desktop, Cursor, or any MCP client), then restart. All 75 tools appear in the tools panel.

{
  "mcpServers": {
    "kinetic-gain": {
      "command": "npx",
      "args": ["-y", "mcp-kinetic-gain"]
    }
  }
}
  • stdio transport. Runs locally over stdio. Nothing to host, no endpoint to expose.
  • No API key. No account, no token, no secret to rotate.
  • One config entry. A single mcpServers block wires in all 75 tools.
  • AGPL-3.0. Open source. Live on npm and the MCP Registry.
75 tools

Four categories, one server.

The full Kinetic Gain surface, grouped by what each tool does for an agent.

47

Spec tools

Agent-callable tools across the 12 Kinetic Gain Suite specs: agent cards, evidence bundles, tool cards, AUPs, clinical-AI and procurement disclosure, attestation, and more.

SPEC
16

Implementation-preview

Preview tools that turn the specs into working operations: hashing, signing, verification, and evidence authoring against real inputs.

IMPLEMENTATION
8

DefenseTech

DefenseTech-oriented tools for high-assurance, govtech-adjacent, and controlled-workflow use cases.

DEFENSETECH
4

AI Claims Decision Card

Author and verify AI Claims Decision Cards, the newest spec, added to the server in v0.9.0.

DECISION CARD
47 spec + 16 implementation-preview + 8 DefenseTech + 4 AI Claims Decision Card = 75 tools
transport  stdio
auth  none, no API key
license  AGPL-3.0
distribution  npm + MCP Registry
tests  172 passing