errorbar
Related Servers
Alternatives to errorbar
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceExposes identity, tools, workflows, guardrails, and evaluation as MCP tools — so any AI agent can read and write your ecosystem programmatically.3 npmMIT

JustOneAPI MCP Serverofficial
AlicenseAqualityAmaintenanceExposes JustOneAPI endpoints as MCP tools, returning raw upstream JSON without field parsing for maximum data fidelity.721 npm30MIT- FlicenseNot gradedqualityCmaintenanceEnables MCP tool calls with strict schema validation and stdio isolation, while providing a security gateway for tool-level authorization, streaming PII redaction, and model failover routing.-
- FlicenseNot gradedqualityCmaintenanceEnables secure discovery and invocation of sandboxed filesystem, repository inspection, and utility tools through a unified MCP client with schema validation, timeouts, and execution traces.-
- FlicenseCqualityDmaintenanceEnables interaction with the OpenData Platform API by dynamically exposing all endpoints as MCP tools with typed input schemas and HTTP handlers.99-
- AlicenseNot gradedqualityCmaintenanceEnables models to query enterprise systems—structured data, live GitHub REST API, and unstructured document embeddings—through a single, per-caller scoped MCP tool surface with task-shaped tools and recovery-aware errors.74 npmISC
TDQS
Scored across 81 tools
Most tools target distinct resource+action combos, but there are genuine overlaps: can_i_ship and get_eval_gate both serve as CI-gate verdicts on finished eval runs, and is_my_judge_trustworthy largely re-reads trust/TPR/TNR/drift data already present in get_criterion and list_criteria. Additionally, create_eval and screen_my_traffic both support 'is a cheaper model better' screening, though the descriptions try to disambiguate them.
The dominant pattern is clean verb_noun snake_case (list_*, create_*, get_*, update_*, delete_*, cancel_*) applied consistently across 20+ resource domains. The exceptions are notable but few: the first-person sentence-style names can_i_ship, is_my_judge_trustworthy, and screen_my_traffic break the convention, and upsert_alias/auto_improve_criterion deviate slightly from standard CRUD verbs.
81 tools is far beyond a typical MCP surface and will substantially bloat agent context and increase misselection risk, even though the underlying platform genuinely spans many domains (evals, fine-tuning, GRPO, dedicated endpoints, audit, labels, datasets). The breadth is real but the tool count is still excessive for an agent-facing interface, sitting at the extreme end of 'too many.'
Core lifecycles are thoroughly covered for most resources: criteria, evals, dedicated endpoints, batches, fine-tuning jobs, GRPO runs, model versions, and logs all have create/read/list/update/delete or cancel where appropriate. Notable gaps exist: datasets are create-only (no list/get/delete for created datasets), label sets cannot be deleted, training files cannot be removed, and labels have no delete operation—gaps that will matter for cleanup workflows in an audit-focused platform.