Marilyn vos Savant Probabilistic Clarity Prover MCP Connector for Claude
A+Stop your AI from trusting its gut — force it to check intuition against actual probability before every conclusion.
The Problem
Your LLM sounds confident. That is the problem.
When Marilyn vos Savant published the Monty Hall solution in 1990, 10,000 readers wrote in to say she was wrong. Nearly 1,000 of them had PhDs. She was right. The entire world's intuition failed against a simple probability problem.
LLMs make the same mistakes:
- Accept the gut answer without computing the actual probability
- Ignore base rates (99% accurate test + 1% prevalence = most positives are FALSE)
- Draw conclusions from biased or tiny samples
- Accept the question's framing without checking if the framing itself is the trap
- Assume events are independent without verification
How It Works
1 tool: validate_probabilistic_clarity
The agent must fill 5 reflection fields and commit to 5 boolean Decision Pivots:
| Pivot | Question |
|---|---|
intuitionChallenged |
Did you CHECK your gut answer against actual probability? |
baseRateConsidered |
Did you account for PRIOR probability before updating? |
sampleScrutinized |
Did you examine sample SIZE, SELECTION, and BIAS? |
framingQuestioned |
Did you question whether the QUESTION ITSELF is misleading? |
independenceVerified |
Did you VERIFY event independence instead of assuming it? |
Verdict Matrix
| Pivot Failure | Verdict |
|---|---|
| Pivot 1 fails | INTUITION_UNCHECKED |
| Pivot 2 fails | BASE_RATE_NEGLECTED |
| Pivot 3 fails | SAMPLE_UNEXAMINED |
| Pivot 4 fails | FRAMING_ACCEPTED |
| Pivot 5 fails | INDEPENDENCE_ASSUMED |
| All pass | CLARITY_PROVEN |
Why It Works
Tool calls are obligations — instructions are suggestions. The agent cannot skip the probability check. It must commit to a verdict BEFORE the engine validates it. If the engine detects contradictions (claiming intuition was checked while using phrases like "it seems like" or "the obvious answer"), it rejects with coaching.
~65 semantic traps catch probabilistic laziness: unchecked intuition, base rate neglect, sample blindness, accepted framing, and assumed independence.
Related Connectors
Content Length Scorer MCP
Analyze text word counts against industry-standard length benchmarks based on content intent.
Training Pace Calculator MCP
Calculate running training intensity zones and race pace predictions based on performance or VO2max.
Prestige System Calculator MCP
Analyze the economic efficiency and temporal impact of prestige/rebirth mechanics.
Yield Curve Analyzer MCP
Analyze interest rate curves, identify spreads, and detect recession signals.