Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.mizcausevic-dev/mcp-kinetic-gain

NPM · MCP-KINETIC-GAIN · SCANNED AUG 3

Unified MCP server for the 12-spec Kinetic Gain Suite + DefenseTech 6-pack — 75 governance tools.

Available components

+19 this week 62 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (114 of 118), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (114 of 118), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability71
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 5709 tokens (~76/item across 75 items; 75 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage76
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 29% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · mcp-kinetic-gain

# add to Claude Code
claude mcp add mizcausevic-dev-mcp-kinetic-gain -- npx -y mcp-kinetic-gain
# add to Codex CLI
codex mcp add mizcausevic-dev-mcp-kinetic-gain -- npx -y mcp-kinetic-gain
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "mizcausevic-dev-mcp-kinetic-gain": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "mcp-kinetic-gain"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add mizcausevic-dev-mcp-kinetic-gain --command npx --arg -y --arg mcp-kinetic-gain
# ~/.hermes/config.yaml
mcp_servers:
  mizcausevic-dev-mcp-kinetic-gain:
    command: "npx"
    args: ["-y", "mcp-kinetic-gain"]
// mcp.json
{
  "mcpServers": {
    "mizcausevic-dev-mcp-kinetic-gain": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-kinetic-gain"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +15
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Licence: AGPL-3.0 functional
  • 2 Aug 26 +23
    • Malware scan: unverified → pass security
    • Schema quality: unverified → good functional
  • 1 Aug 26 +5
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • MCP protocol: unverified → pass functional
  • 31 Jul 26 −6
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 43

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 114 packages

114 packages in the resolved dependency tree · 114 deprecated · 39 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 75 exposed · ~5,709 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
aeo_fetch ~58

Fetch the full AEO Protocol declaration at an origin's /.well-known/aeo.json. Returns the raw conforming JSON document.

NameTypeReqDescription
originstringyesOrigin URL (e.g. 'https://mizcausevic-dev.github.io').

No output schema declared.

No examples provided.

aeo_get_claim ~48

Extract a single AEO claim by ID. Returns the claim object or a not-found error listing available claim IDs.

NameTypeReqDescription
claim_idstringyes
originstringyes

No output schema declared.

No examples provided.

aeo_inspect ~53

Return a structured summary of an AEO declaration: entity, source/verification counts, claim IDs, audit mode. Cheaper than aeo_fetch for context-window-constrained agents.

NameTypeReqDescription
originstringyes

No output schema declared.

No examples provided.

aeo_well_known_url ~34

Compute the canonical AEO well-known URL for an origin, without fetching.

NameTypeReqDescription
originstringyes

No output schema declared.

No examples provided.

agent_card_inspect ~56

Structured summary of an Agent Card document. Pass EITHER `url` (the server fetches it) OR `document_json` (already-fetched).

NameTypeReqDescription
document_jsonstring
urlstring

No output schema declared.

No examples provided.

agent_card_tool_disclosure ~52

Return the list of tools an agent declares, with side-effect class and (when present) MCP Tool Card URI for each tool.

NameTypeReqDescription
document_jsonstring
urlstring

No output schema declared.

No examples provided.

agent_card_validate ~31

Validate an Agent Card JSON document against the v0.1 schema.

NameTypeReqDescription
document_jsonstringyes

No output schema declared.

No examples provided.

agent_card_well_known_url ~57

Compute the canonical Agent Card well-known URL for a given origin + agent_id (convention: /.well-known/agents/<agent_id>.json).

NameTypeReqDescription
agent_idstringyes
originstringyes

No output schema declared.

No examples provided.

ai_evidence_inspect ~45

Structured summary of an AI Evidence object: claim text, source metadata, retrieval method, synthesis role, hash, signed-or-not.

NameTypeReqDescription
document_jsonstringyes

No output schema declared.

No examples provided.

ai_evidence_validate ~31

Validate an AI Evidence object against the v0.1 schema.

NameTypeReqDescription
document_jsonstringyes

No output schema declared.

No examples provided.

ai_evidence_verify_hash ~92

Compute SHA-256 over the canonical UTF-8 form of `candidate_text` (LF endings, no trailing newline) and compare against the evidence's verification.content_hash. Returns ok=true on match, or { error: hash_mismatch, expected, recomputed }.

NameTypeReqDescription
candidate_textstringyesThe text whose hash should match the evidence's content_hash.
document_jsonstringyes

No output schema declared.

No examples provided.

attestation_canonical_hash ~90

Compute the SHA-256 canonical-JSON hash of an arbitrary value (sorted keys, no whitespace). This is the structural hash convention used by procurement-decision-api, aeo-validator-service, aeo-graph-explorer-rs, and hash-attestation-rs. Identical JSON values produce identical hashes regardless of original whitespace or key order.

NameTypeReqDescription
bodyyesAny JSON value to hash.

No output schema declared.

No examples provided.

attestation_inspect ~67

Pretty-print an Attestation envelope with structural validation: confirms every required field is present, reports the decoded signature byte-length (should be 64), and surfaces the key_url + signed_at fields a caller would use to find the matching public key.

NameTypeReqDescription
attestationobjectyes

No output schema declared.

No examples provided.

attestation_verify ~127

Verify an ed25519 Attestation envelope (algorithm/signed_hash/signature/key_url/signed_at) against a body and a public key. Recomputes the canonical hash, checks it matches signed_hash, then verifies the ed25519 signature over the hash string. Returns { ok, reason? }. Public key accepted as 64-char hex or base64.

NameTypeReqDescription
attestationobjectyes
bodyyesThe body the attestation was minted over.
public_keystringyes32-byte ed25519 verifying key as 64-char hex OR base64.

No output schema declared.

No examples provided.

audit_chain_verify ~74

Walk an array of GovernanceEvents top-to-bottom and verify the hash chain: monotonic event_id, prev_hash linkage, self-consistency of each event's hash. Returns { valid, checked, first_break_at, reason }, the same shape audit-stream-py's GET /verify endpoint emits.

NameTypeReqDescription
eventsarrayyes

No output schema declared.

No examples provided.

audit_chain_verify_live ~96

Ask a running audit-stream-py instance to walk its own chain end-to-end and report whether it's still intact. This is the canonical compliance answer, covers the FULL server-side history, not just events the agent has in context. Returns the same shape as the local audit_chain_verify tool (valid, checked, first_break_at, reason) but for the live chain. Requires AUDIT_STREAM_URL; returns a structured error otherwise.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

audit_event_compose ~142

Build a ready-to-POST audit-stream-py GovernanceEvent: assigns event_id, computes the canonical hash, links to prev_hash (defaults to 64 zeros for event #1). Kind must be one of the 19 declared event kinds (decision_card_drafted, watch_drifted, request_denied, etc., plus 'other').

NameTypeReqDescription
event_idintegeryes
kindstringyes
payloadobject
prev_hashstring64-char hex; defaults to 64 zeros.
sourcestringyes
timestampstringOptional ISO-8601; defaults to now.

No output schema declared.

No examples provided.

audit_event_emit ~238

POST one governance event to a running audit-stream-py instance (env var AUDIT_STREAM_URL). The server assigns event_id/timestamp/prev_hash/hash; the caller provides kind + source + payload. Use when Claude needs to record a governance moment from inside a chat (e.g. a manual override, a human-approved exception, an out-of-band incident). Returns the persisted event as audit-stream-py wrote it. Requires AUDIT_STREAM_URL in the MCP server's environment; returns a structured error otherwise.

NameTypeReqDescription
kindstringyesEvent kind. Conventionally snake_case; matches the event kinds emitted by Kinetic Gain producers (decision_card_drafted, request_denied, breaker_opened, slo_burn_started, attestation_failed, watch_dr…
payloadobjectFree-form structured payload to record alongside kind+source.
sourcestringyesWho's emitting. Use a stable producer identifier (e.g. 'mcp-kinetic-gain', 'manual', or one of the suite producer names).

No output schema declared.

No examples provided.

audit_event_inspect ~62

Pretty-print one GovernanceEvent with structural validation: required fields, known/unknown kind, payload key list, and self-consistency check (does the event's `hash` match the recomputed canonical hash of the body?).

NameTypeReqDescription
eventobjectyes

No output schema declared.

No examples provided.

audit_events_query ~179

GET recent governance events from a running audit-stream-py instance (env var AUDIT_STREAM_URL), with optional server-side filters. Use to surface the last N denies, attestation failures, breaker trips, contract incompatibilities, or any other governance moment a user is investigating. Returns the events array plus a `count` field. Requires AUDIT_STREAM_URL; returns a structured error otherwise.

NameTypeReqDescription
kindstringFilter by event kind (exact match). Omit to get all kinds.
limitintegerCap the number of events returned. Defaults to the server's own cap.
since_idintegerReturn only events with event_id > since_id. Use for incremental tailing without re-fetching the whole chain.
sourcestringFilter by source (exact match). Omit to get all sources.

No output schema declared.

No examples provided.

aup_check_compliance ~162

HEADLINE TOOL, joins an AUP with a Student AI Disclosure and decides whether the submission complies with the operative policy. Eight gates: policy effective window, signature, artifact_hash, teacher acknowledgment, prompt evidence mode, permitted/prohibited roles, assistance-extent ceiling, and assistance_extent_max=none vs ai_used=true. Returns { allowed, policy_id, disclosure_id, violations[] } with one entry per failed gate. The three-document join (Tutor Card + AUP + Disclosure) reduces to a single allow/deny call.

NameTypeReqDescription
aup_jsonstringAUP as inline JSON.
aup_urlstringAUP URL — server fetches it.
disclosure_jsonstringyesStudent AI Disclosure as inline JSON.

No output schema declared.

No examples provided.

aup_fetch ~36

Fetch a Classroom AI AUP from a URL. Returns the parsed, schema-validated JSON document.

NameTypeReqDescription
urlstringyes

No output schema declared.

No examples provided.

aup_inspect ~62

Structured summary of a Classroom AI AUP: policy identity, scope, permitted-use counts, prohibited-use counts, disclosure requirements, supervision level, vendor requirements posture, parent-consent gating.

NameTypeReqDescription
document_jsonstring
urlstring

No output schema declared.

No examples provided.

aup_validate ~80

Validate a Classroom AI AUP JSON document against the v0.1 schema. Enforces conditional rules: course scope requires non-empty course_ids; assignment scope requires non-empty assignment_ids; assistance_extent_max=none forbids any permitted_roles; expires_at must follow effective_at; roles cannot be both permitted and prohibited.

NameTypeReqDescription
document_jsonstringyes

No output schema declared.

No examples provided.

aup_well_known_url ~39

Compute the canonical Classroom AI AUP well-known URL: /.well-known/ai-aup.json.

NameTypeReqDescription
originstringyes

No output schema declared.

No examples provided.

claims_card_chain ~117

Link a new AI Claims Decision Card to its predecessor: sets attestation.chain_index (prev + 1) and attestation.prev_card_hash. Validates the predecessor hash is 64-char hex and its index is a non-negative integer. Call claims_card_sign next.

NameTypeReqDescription
cardobjectyesThe new Claims Decision Card (attestation may be partial).
prev_card_hashstringyes64-char lowercase hex SHA-256 of the previous card.
prev_chain_indexintegeryeschain_index of the previous card.

No output schema declared.

No examples provided.

claims_card_inspect ~68

Structured summary of an AI Claims Decision Card: claim type, outcome, coverage, evidence count, model, jurisdiction, human-in-loop, chain position, and attestation status. Cheaper than reading the full card.

NameTypeReqDescription
documentobjectyesThe Claims Decision Card JSON (parsed object).

No output schema declared.

No examples provided.

claims_card_sign ~84

Compute the canonical SHA-256 hash of an AI Claims Decision Card for ed25519 signing. Sorts object keys recursively and excludes attestation.card_hash + attestation.signature before hashing. Returns the 64-char lowercase hex card_hash; caller signs it offline.

NameTypeReqDescription
documentobjectyesClaims Decision Card. attestation.card_hash and attestation.signature are stripped before hashing.

No output schema declared.

No examples provided.

claims_card_validate ~93

Validate an AI Claims Decision Card (InsurTech) JSON document against the v0.1 spec. Checks the claims_card_version detection key, required top-level keys, decision.outcome enum, a non-empty evidence_bundle.sources, and the disclaimer. Returns { valid, claims_card_id, version } or { valid: false, reason }.

NameTypeReqDescription
documentobjectyesThe Claims Decision Card JSON (parsed object).

No output schema declared.

No examples provided.

clinical_ai_fetch ~35

Fetch a Clinical AI Card from a URL. Returns the parsed, schema-validated JSON document.

NameTypeReqDescription
urlstringyes

No output schema declared.

No examples provided.

clinical_ai_inspect ~93

Structured summary of a Clinical AI Card: system identity, clinical context (indication / care settings / patient population), regulatory posture (FDA / SaMD), clinical role, evidence (validation studies + bias audit + performance metrics), HIPAA + BAA posture, EHR integration (FHIR / SMART / CDS Hooks), safety + mandated reporting.

NameTypeReqDescription
document_jsonstring
urlstring

No output schema declared.

No examples provided.

clinical_ai_validate ~90

Validate a Clinical AI Card JSON document against the v0.1 schema. Enforces the headline rules: autonomy ⇔ medical device, SaMD completeness, FDA-clearance documentation, PHI ⇒ explicit HIPAA + BAA posture, and bias_audit_uri requirement for SaMD class II+ / autonomous / pre-authorization use.

NameTypeReqDescription
document_jsonstringyesClinical AI Card as inline JSON.

No output schema declared.

No examples provided.

clinical_ai_well_known_url ~58

Compute the canonical Clinical AI Card well-known URL: /.well-known/clinical-ai/<system_id>.json.

NameTypeReqDescription
originstringyes
system_idstringyesVendor's stable system identifier (kebab-case).

No output schema declared.

No examples provided.

decision_card_fetch ~36

Fetch an AI Procurement Decision Card from a URL. Returns the parsed, schema-validated JSON document.

NameTypeReqDescription
urlstringyes

No output schema declared.

No examples provided.

decision_card_infer_status ~86

Given a rubric, infer the right `decision.status`. Mirrors procurement-decision-api's rubric engine: any 'fail' -> 'rejected-with-remediation'; any 'partial' or 'pass-with-condition' -> 'approved-with-conditions'; all 'pass' -> 'approved'; empty or all 'n/a' -> 'pending'.

NameTypeReqDescription
rubricarrayyes

No output schema declared.

No examples provided.

decision_card_inspect ~76

Structured summary of an AI Procurement Decision Card: buyer identity, decision status + scope, vendor + documents reviewed (by type and URL), rubric pass/partial/fail counts, conditions count, signatures count, publication posture, history event count, withdrawal flag.

NameTypeReqDescription
document_jsonstring
urlstring

No output schema declared.

No examples provided.

decision_card_signature_check ~77

Structural check on a Decision Card's signatures[] block: count signers, show their method/key/timestamp, and return the canonical-JSON hash of the card body (excluding signatures) so a caller can pair this with attestation_verify for cryptographic checking.

NameTypeReqDescription
document_jsonstring
urlstring

No output schema declared.

No examples provided.

decision_card_to_policy_bundle ~112

Translate a Decision Card into the PolicyBundle that policy-as-code-engine's POST /bundles/from-decision-card would generate. Read-only preview. 'approved' -> allow-all; 'rejected*' / 'withdrawn' / 'expired' / 'pending' -> deny-all; 'approved-with-conditions' -> one policy per condition (deny-by-default, allow only when conditions_satisfied.{id} is true).

NameTypeReqDescription
document_jsonstring
urlstring

No output schema declared.

No examples provided.

decision_card_validate ~81

Validate an AI Procurement Decision Card JSON document against the v0.1 schema. Enforces conditional rules: status=approved-with-conditions and status=rejected-with-remediation require at least one entry in conditions; status=withdrawn requires a withdrawal block; publication.is_public=true requires publication_uri.

NameTypeReqDescription
document_jsonstringyesDecision Card as inline JSON.

No output schema declared.

No examples provided.

decision_card_well_known_url ~67

Compute the canonical AI Procurement Decision Card well-known URL: /.well-known/decisions/<decision_id>.json.

NameTypeReqDescription
decision_idstringyesBuyer-issued identifier (e.g. SPRINGFIELD-DEC-2026-001).
originstringyes

No output schema declared.

No examples provided.

defensetech_audit_event_check_invariants ~111

Run all 3 DefenseTech audit-stream invariants against a single event: (#1) CUI distribution-statement on CUI-Specified+ per DoDI 5230.24, (#2) ITAR us-person verification per 22 CFR 120.62, (#3) DFARS 252.204-7012(c)(1)(ii) 72-hour cyber incident reporting wall-clock. Returns ok + errors + passed.

NameTypeReqDescription
eventobjectyes

No output schema declared.

No examples provided.

defensetech_check_cui_distribution_statement ~68

Check that a CUI-Specified+ tier event carries the required distribution_statement (DoDI 5230.24). For PUBLIC / CUI-BASIC tiers reports applicable=false.

NameTypeReqDescription
cui_categorizationstringyes
distribution_statementobject

No output schema declared.

No examples provided.

defensetech_check_dfars_72h_clock ~69

Check DFARS 252.204-7012(c)(1)(ii) 72-hour cyber-incident reporting clock specifically. Returns elapsed_hours, within_window, overrun_hours.

NameTypeReqDescription
filed_atstringyes
occurred_atstringyes

No output schema declared.

No examples provided.

defensetech_check_itar_us_person ~109

Check that an ITAR resource event has US-PERSON-VERIFIED (or AUTHORIZED-FOREIGN-PERSON-WITH-LICENSE + DDTC license number tokenized) on the agent. Per 22 CFR 120.62 / 22 CFR 120.50 deemed-export rule.

NameTypeReqDescription
ddtc_export_license_number_tokenizedstring
export_control_statusstringyes
human_user_us_person_statusstring

No output schema declared.

No examples provided.

defensetech_incident_classify_event_type ~99

Given a freeform description of a defense-AI incident, classify it into one of the 22 DefenseTech Incident Card event_type values (DFARS cyber / CUI spillage / ITAR violation / foreign-person breach / classified misuse / NISPOM insider-threat / CMMC POA&M / AI-tool supply-chain / etc.). Returns top 3 candidates with token-match scoring.

NameTypeReqDescription
descriptionstringyes

No output schema declared.

No examples provided.

defensetech_summarize_cmmc_evidence_bundle ~98

Summarize a CMMC L2/L3 readiness evidence bundle: target level, assessment mode, evidence count, family coverage count, outcome distribution, orphan-failure count (not-satisfied without poam_ref), SPRS evidence presence, and quick invariant checks for POA&M traceability + SPRS-when-7019/7020-in-scope.

NameTypeReqDescription
bundleobjectyes

No output schema declared.

No examples provided.

defensetech_vault_contract_cross_binding_check ~63

Verify the cross_binding_refs block on a DefenseTech vault contract is syntactically valid: all referenced repos are HTTPS URLs. Returns valid_refs + errors. Does NOT fetch remotely (syntactic check only).

NameTypeReqDescription
contractobjectyes

No output schema declared.

No examples provided.

defensetech_vault_resolve_3axis ~90

Resolve a (CUI tier, export-control status, foreign-person restriction) tuple against a DefenseTech 3-axis vault contract. Returns the most-restrictive resolved policy: intersected allowed_actions, max minimum_human_user_status, OR-ed requires_* flags. The DefenseTech runtime-policy operator.

NameTypeReqDescription
contractobjectyes
tupleobjectyes

No output schema declared.

No examples provided.

disclosure_aup_check ~84

Surface the disclosure's policy posture: whether an aup_uri is referenced and what the student declared. Status is one of: declared_compliant, declared_non_compliant, aup_referenced_but_unclaimed, no_aup_reference. Reports declared posture only; for the actual three-way join use aup_check_compliance.

NameTypeReqDescription
document_jsonstringyes

No output schema declared.

No examples provided.

disclosure_inspect ~66

Structured summary of a Student AI Disclosure: assignment identity, AI usage facts, tools used (with back-refs to agent / tutor cards), role taxonomy, assistance extent, prompt-mode + count, artifact hash, policy posture, signature + acknowledgment.

NameTypeReqDescription
document_jsonstringyes

No output schema declared.

No examples provided.