← judgmentkit.ai
INDIVIDUAL MCP TOOL
create_activity_model_review
Create a reviewable activity model candidate from a UI brief, with guardrails and targeted questions before UI generation.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent endpoint
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.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.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.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.