Developer Tools
judgmentkit.ai
Analyzes UI briefs and recommends activity models, surface types, and workflow profiles for frontend implementation.
ENDPOINT 1
https://judgmentkit.ai/mcp
MCP server metadata
- Name
- JudgmentKit
- Version
- 0.7.0
Known tools 16
analyze_implementation_briefAnalyze an implementation-heavy UI brief and return an activity-centered judgment packet before UI generation or styling.
Inferred read-onlycreate_activity_model_reviewCreate a reviewable activity model candidate from a UI brief, with guardrails and targeted questions before UI generation.
Potential side effectsrecommend_surface_typesRecommend a purpose-based UI surface type from activity evidence before workflow review or frontend implementation.
Inferred read-onlyrecommend_ui_workflow_profilesRecommend optional UI workflow guidance profiles for a source brief without applying them automatically.
Inferred read-onlyreview_activity_model_candidateReview an externally proposed activity model candidate against the source brief and JudgmentKit guardrails.
Inferred read-onlyreview_ui_workflow_candidateReview an externally proposed UI workflow candidate against the source brief, activity review, and JudgmentKit guardrails.
Inferred read-onlyreview_cognitive_dimensions_candidateReview a workflow or implementation candidate with Cognitive Dimensions checks for mapping, visibility, hidden dependencies, commitment, progressive evaluation, change cost, mental operations, and disclosure.
Inferred read-onlycreate_ui_implementation_contractCreate 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.
Potential side effectsreview_ui_implementation_candidateReview generated UI or code evidence against an active UI implementation contract.
Inferred read-onlycreate_ui_generation_handoffCreate a UI generation handoff from a ready UI workflow review packet and a UI implementation contract, blocking non-ready reviews.
Potential side effectscreate_frontend_generation_contextCreate adapter-layer frontend implementation context from a ready UI generation handoff and selected surface type.
Potential side effectscreate_frontend_implementation_skill_contextCreate gated frontend implementation skill context from a ready frontend generation context, optional design-system adapter, and verification expectations.
Potential side effectscreate_slide_deckPlan or create a JudgmentKit PPTX slide deck from user-facing slide content using the presentation-theme template registry.
Potential side effectssearch_icon_catalogSearch the committed Lucide icon catalog by id, name, alias, tag, or tokenized terms and return ranked matches.
Inferred read-onlyget_icon_svgReturn the full generated Lucide icon record and inline SVG for one canonical icon id.
Inferred read-onlyCONNECT 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]
url = "https://judgmentkit.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"judgmentkit": {
"type": "http",
"url": "https://judgmentkit.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: judgmentkit
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": {
"url": "https://judgmentkit.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"judgmentkit": {
"type": "http",
"url": "https://judgmentkit.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "judgmentkit",
"transport": "streamable-http",
"url": "https://judgmentkit.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for judgmentkit.ai was fetched 2026-07-27T22:21:21.430Z and is being refreshed.
judgmentkit.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.