Unified MCP server for the eleven Kinetic Gain Protocol Suite specs — 63 governance tools.
MCP MCP server exists for a simple reason — assistants are far more useful when they can act on MCP directly instead of describing what you should do. Unified MCP server for the eleven Kinetic Gain Protocol Suite specs — 63 governance tools.
One MCP server, all twelve Kinetic Gain Protocol Suite specs + the v0.1.0 implementation tooling + the DefenseTech 6-pack. Drop into Claude Desktop, Cursor, or any MCP-compatible client with a single config entry. The agent gains 75 tools (47 spec + 16 implementation-preview + 8 DefenseTech + 4 AI Claims Decision Card, v0.9.0): 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, AI Claims Decision Card - plus hash
Once MCP is connected, these are the calls the assistant has available:
aeo_fetch — Fetch the full AEO Protocol declaration at an origin'saeo_inspect — Return a structured summary of an AEO declaration: entityaeo_get_claim — Extract a single AEO claim by IDaeo_well_known_url — Compute the canonical AEO well-known URL for an originprompt_provenance_validate — Validate a Prompt Provenance JSON document against the v0.1prompt_provenance_inspect — Structured summary of a Prompt Provenance document: promptprompt_provenance_eval_result — Extract a single evaluation suite's result from a Promptagent_card_well_known_url — Compute the canonical Agent Card well-known URL for a givenagent_card_inspect — Structured summary of an Agent Card documentagent_card_tool_disclosure — Return the list of tools an agent declares, with side-effectagent_card_validate — Validate an Agent Card JSON document against the v0.1 schemaai_evidence_validate — Validate an AI Evidence object against the v0.1 schemaYou will need one environment variable: AUDIT_STREAM_URL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Installation goes through your MCP client rather than a global install: point it at mcp-kinetic-gain on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. MCP's toolset — aeo_fetch, aeo_inspect, aeo_get_claim and 11 more — is a fair guide to whether it matches your workflow. It is maintained by mizcausevic-dev; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| aeo_fetch | Fetch the full AEO Protocol declaration at an origin's |
| aeo_inspect | Return a structured summary of an AEO declaration: entity |
| aeo_get_claim | Extract a single AEO claim by ID |
| aeo_well_known_url | Compute the canonical AEO well-known URL for an origin |
| prompt_provenance_validate | Validate a Prompt Provenance JSON document against the v0.1 |
| prompt_provenance_inspect | Structured summary of a Prompt Provenance document: prompt |
| prompt_provenance_eval_result | Extract a single evaluation suite's result from a Prompt |
| agent_card_well_known_url | Compute the canonical Agent Card well-known URL for a given |
| agent_card_inspect | Structured summary of an Agent Card document |
| agent_card_tool_disclosure | Return the list of tools an agent declares, with side-effect |
| agent_card_validate | Validate an Agent Card JSON document against the v0.1 schema. |
| ai_evidence_validate | Validate an AI Evidence object against the v0.1 schema. |
| ai_evidence_inspect | Structured summary of an AI Evidence object: claim text |
| ai_evidence_verify_hash | Compute SHA-256 over the canonical UTF-8 form of |
{
"mcpServers": {
"kinetic-gain": {
"command": "npx",
"args": ["-y", "mcp-kinetic-gain"]
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| AUDIT_STREAM_URL | Endpoint or connection string the server talks to. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.