prism-mcp
Related Servers
Alternatives to prism-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceEnables agents to verify claims with evidence-based truth scores and confidence levels by running a deterministic pipeline of evidence lanes and adversarial checks.26MIT
- AlicenseNot gradedqualityCmaintenanceProvides five rigorous reasoning protocols (debate, red team, audit_argument, threat_model, check_study) that run on the AI you're already using, requiring no extra API keys or costs.MIT
- AlicenseBqualityCmaintenanceEnables AI agents to verify technical claims against supplied evidence, identify unsupported assumptions and contradictions, and recommend the smallest next check before acting.5MIT
- FlicenseNot gradedqualityBmaintenanceEnables AI agents and MCP clients to run deterministic deep research consensus arbitration by parsing queries, evaluating source authority and contradictions, and returning structured JSON dossiers and telemetry.8-

ejentum-mcpofficial
AlicenseAqualityDmaintenanceExposes the four Ejentum cognitive harnesses (reasoning, code, anti-deception, memory) as MCP tools any agentic client can call. Drop-in scaffolding that catches LLM failure modes like sycophancy, hallucination, and reasoning shortcuts.440 npm16MIT
genpark-deep-researchofficial
FlicenseNot gradedqualityBmaintenanceEnables AI agents to perform deep research across multiple sources, arbitrating consensus while evaluating source authority and detecting contradictions. It integrates via MCP with clients like Claude Desktop and Cursor to deliver deterministic, structured research dossiers.7-
TDQS
Scored across 4 tools
Each tool has a clearly distinct purpose: preflight selects perspectives, measure evaluates conflicts, synthesis_contract defines output rules, and health checks the system. There is no overlap or ambiguity between them.
All names use consistent lowercase snake_case, but the syntactic pattern is mixed: preflight and measure are verbs, while synthesis_contract and health are nouns. This is a minor deviation from a strict verb_noun convention, but the names remain readable and predictable.
With only 4 tools, the server is tightly scoped around its purpose of claim-packet analysis and synthesis. Each tool is essential to the workflow, and the count is neither too sparse nor excessive.
The server covers the full lifecycle of the analysis process: selecting perspectives (preflight), measuring contradictions (measure), obtaining synthesis rules (synthesis_contract), and verifying system health (health). No critical operations are missing for the stated deterministic, offline analysis domain.