mcp-tool-card-spec

mizcausevic-dev/mcp-tool-card-spec
★ 0 stars Unknown language 💻 Code/Dev Tools Updated 7d ago
MCP Tool Cards v0.1 draft. Per-tool disclosure documents for Model Context Protocol servers: input/output schema, side-effect classification, tested-LLM matrix, latency, cost, audit surface. Layers on MCP without modifying it. Part of the Kinetic Gain Protocol Suite.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-tool-card-spec": {
      "command": "npx",
      "args": [
        "-y",
        "mizcausevic-dev/mcp-tool-card-spec"
      ]
    }
  }
}

README Excerpt

A draft specification for **per-tool disclosure documents** describing what an MCP tool does, what it can break, what it has been tested with, and how to report misbehavior. The Model Context Protocol gives clients a way to *discover* an MCP server's tool surface. It does not give the server a way to *disclose* each tool's side effects, safety posture, latency profile, or tested-LLM compatibility. MCP Tool Cards fill that gap.

Topics

ai-governanceai-safetydisclosurejson-schemakinetic-gain-protocol-suitellmmcpmcp-servermodel-context-protocolplatform-engineeringprotocolspecificationtool-cards