jev-mcp
Related Servers
Alternatives to jev-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityBmaintenanceEnables agents to verify claims against cited evidence, screen content for prompt injection and relevance before reading it, and rank candidates by meaning, all with calibrated probability verdicts.345MIT
- AlicenseNot gradedqualityCmaintenanceEnables MCP-aware clients to use a reliable multi-agent tool system with tiered model routing, schema-validated decisions, and graceful tool degradation, allowing small models to handle complex tasks.MIT
- AlicenseAqualityCmaintenanceEnables agents to get fast, calibrated probabilistic answers from Jev (Typesafe AI) to yes/no, scale, or choice questions about provided material, without using a generative model.1MIT
- AlicenseNot gradedqualityCmaintenanceProvides 8 MCP tools for deterministic, read-only reasoning: intake, routing, planning, rubric, sweep checklist, verdict gate, reflection, and evaluation. It forces scope locks, disconfirmation-first plans, blind-spot sweeps, and evidence-gated verdicts.Apache 2.0
- AlicenseAqualityCmaintenanceEnables frontier coding agents to delegate routine probabilistic judgments to TypeSafe Jev, providing calibrated triage signals for failures, attempts, completion, context ranking, findings, risk, and generic evidence-grounded questions.7MIT
- FlicenseNot gradedqualityCmaintenanceMCP server that enforces governance on agentic decisions with auditable evidence records, providing tools for understanding, calibrating confidence, and navigating handoffs based on policy.1-
TDQS
Scored across 6 tools
Each tool has a clearly distinct purpose: evaluate is a general-purpose judgment batcher, rank scores candidate texts, verify checks claims against evidence, gate_action flags risky actions, next_step guides agent loops, and list_models manages model selection. There is no meaningful overlap even among the three decision-oriented tools because they operate on different inputs and produce different verdict types.
All tools share a consistent lowercase snake_case pattern with the jev_ prefix followed by an imperative verb or verb_noun (evaluate, rank, verify, gate_action, next_step, list_models). The convention is uniform and predictable, making it easy for an agent to infer tool purpose from the name alone.
Six tools is a well-scoped set for a judgment-model server: a general evaluation API plus four specialized judgment variants and one meta-tool for model listing. Each tool earns its place and there is no sign of bloat or redundancy.
The tool surface covers the full lifecycle of using a calibrated judgment model: general evaluation, ranking, verification, action pre-flight, next-step guidance, and model discovery. The descriptions explicitly frame jev_evaluate as the catch-all, with the other tools as targeted specializations, so no obvious capability gap remains.