← judgmentkit.ai

INDIVIDUAL MCP TOOL

review_cognitive_dimensions_candidate

Review a workflow or implementation candidate with Cognitive Dimensions checks for mapping, visibility, hidden dependencies, commitment, progressive evaluation, change cost, mental operations, and disclosure.

judgmentkit.ainone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

judgmentkit.ai

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.judgmentkit-ai]
url = "https://judgmentkit.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "judgmentkit-ai": {
      "type": "http",
      "url": "https://judgmentkit.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: judgmentkit-ai
Remote MCP URL: https://judgmentkit.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "judgmentkit-ai": {
      "url": "https://judgmentkit.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "judgmentkit-ai": {
      "type": "http",
      "url": "https://judgmentkit.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "judgmentkit-ai",
  "transport": "streamable-http",
  "url": "https://judgmentkit.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • analyze_implementation_brief — Analyze an implementation-heavy UI brief and return an activity-centered judgment packet before UI generation or styling.
  • create_activity_model_review — Create a reviewable activity model candidate from a UI brief, with guardrails and targeted questions before UI generation.
  • recommend_surface_types — Recommend a purpose-based UI surface type from activity evidence before workflow review or frontend implementation.
  • recommend_ui_workflow_profiles — Recommend optional UI workflow guidance profiles for a source brief without applying them automatically.
  • review_activity_model_candidate — Review an externally proposed activity model candidate against the source brief and JudgmentKit guardrails.
  • review_ui_workflow_candidate — Review an externally proposed UI workflow candidate against the source brief, activity review, and JudgmentKit guardrails.
  • create_ui_implementation_contract — Create an implementation contract for generated UI, using JudgmentKit design-system authority by default, optional repo-local component authority, or a complete external design-system adapter when supplied.
  • review_ui_implementation_candidate — Review generated UI or code evidence against an active UI implementation contract.