verifiable-thinking-mcp

verifiable-thinking-mcp

MCP server for structured reasoning with cognitive trap detection, verification, and context compression

Category
访问服务器

README

<div align="center">

<img src="assets/header.svg" alt="Verifiable Thinking MCP" width="800" />

Your LLM is confidently wrong 40% of the time on reasoning questions. This fixes that.

npm version CI codecov License: MIT

15 trap patterns detected in <1ms. No LLM calls. Just pattern matching.

Quick StartFeaturesTrap DetectionAPI

</div>


┌────────────────────────────────────────────────────────────────┐
│ "A bat and ball cost $1.10. The bat costs $1 more..."          │
│                             ↓                                  │
│ TRAP DETECTED: additive_system                                 │
│ > Don't subtract $1 from $1.10. Set up: x + (x+1) = 1.10       │
│                             ↓                                  │
│ Answer: $0.05 (not $0.10)                                      │
└────────────────────────────────────────────────────────────────┘

<a href="https://glama.ai/mcp/servers/CoderDayton/verifiable-thinking-mcp"> <img width="380" height="200" src="https://glama.ai/mcp/servers/CoderDayton/verifiable-thinking-mcp/badge" alt="verifiable-thinking-mcp MCP server" /> </a>

Quick Start

npx -y verifiable-thinking-mcp

Add to Claude Desktop (claude_desktop_config.json):

{
  "mcpServers": {
    "verifiable-thinking": {
      "command": "npx",
      "args": ["-y", "verifiable-thinking-mcp"]
    }
  }
}

Features

🎯 Trap Detection 15 patterns (bat-ball, Monty Hall, base rate) caught before reasoning starts
⚔️ Auto-Challenge Forces counterarguments when confidence >95%—no more overconfident wrong answers
🔍 Contradiction Detection Catches "Let x=5" then "Now x=10" across steps
🌿 Hypothesis Branching Explore alternatives, auto-detects when branches confirm/refute
🔢 Local Math Evaluates expressions without LLM round-trips
🗜️ Smart Compression 49% token savings with telegraphic + sentence-level compression
Real Token Counting Tiktoken integration—3,922× cache speedup, zero estimation error

Token Efficiency

Every operation counts. Verifiable Thinking uses real token counting (tiktoken) and intelligent compression to cut costs by 50-60% without sacrificing reasoning quality.

// Traditional reasoning: ~1,350 tokens for 10-step chain
// Verifiable Thinking: ~580 tokens (49–57% savings)

// Real token counting (not estimation)
countTokens("What is 2+2?")  // → 7 tokens (not 3)
// Cache speedup: 3,922× faster on repeated strings

// Compress before processing (not just storage)
scratchpad({
  operation: "step",
  thought: "Long analysis...",  // 135 tokens → 72 tokens
  compress: true
})

// Budget controls
scratchpad({
  warn_at_tokens: 2000,     // Soft warning
  hard_limit_tokens: 5000   // Hard stop
})

At scale: 1,000 reasoning chains/day = $4,193/year saved (at GPT-4o pricing).

See docs/token-optimization.md for architecture details and benchmarks.

How It Works

// Start with a question—trap detection runs automatically
scratchpad({
  operation: "step",
  question: "A bat and ball cost $1.10...",
  thought: "Let ball = x, bat = x + 1.00",
  confidence: 0.9
})
// → Returns trap_analysis warning

// High confidence? Auto-challenge kicks in
scratchpad({ operation: "step", thought: "...", confidence: 0.96 })
// → Returns challenge_suggestion: "What if your assumption is wrong?"

// Complete with spot-check
scratchpad({ operation: "complete", final_answer: "$0.05" })

Trap Detection

Pattern What It Catches
additive_system Bat-ball, widget-gadget (subtract instead of solve)
nonlinear_growth Lily pad doubling (linear interpolation)
monty_hall Door switching (50/50 fallacy)
base_rate Medical tests (ignoring prevalence)
independence Coin flips (gambler's fallacy)

<details> <summary>All 15 patterns</summary>

Pattern Trap
additive_system Subtract instead of solve
nonlinear_growth Linear interpolation
rate_pattern Incorrect scaling
harmonic_mean Arithmetic mean for rates
independence Gambler's fallacy
pigeonhole Underestimate worst case
base_rate Ignore prevalence
factorial_counting Simple division
clock_overlap Assume 12 overlaps
conditional_probability Ignore conditioning
conjunction_fallacy More detail = more likely
monty_hall 50/50 after reveal
anchoring Irrelevant number influence
sunk_cost Past investment bias
framing_effect Gain/loss framing

</details>

Tools

scratchpad — the main tool with 11 operations:

Operation What It Does
step Add reasoning step (trap priming on first)
complete Finalize with auto spot-check
revise Fix earlier step
branch Explore alternative path
challenge Force adversarial self-check
navigate View history/branches

<details> <summary>All operations</summary>

Operation Purpose
step Add reasoning step
complete Finalize chain
revise Fix earlier step
branch Alternative path
challenge Adversarial self-check
navigate View history
spot_check Manual trap check
hint Progressive simplification
mistakes Algebraic error detection
augment Compute math expressions
override Force-commit failed step

</details>

Other tools: list_sessions, get_session, clear_session, compress

vs Sequential Thinking MCP

Sequential Thinking Verifiable Thinking
Trap detection 15 patterns
Auto-challenge >95% confidence
Contradiction detection
Confidence tracking Per-step + chain
Local compute
Token budgets Soft + hard limits
Real token counting Tiktoken (3,922× cache speedup)
Compression 49–57% token savings

Sequential Thinking is ~100 lines. This is 22,000+ with 1,967 tests.

See docs/competitive-analysis.md for full breakdown.

Development

git clone https://github.com/CoderDayton/verifiable-thinking-mcp.git
cd verifiable-thinking-mcp && bun install
bun run dev      # Interactive MCP Inspector
bun test         # 1,967 tests

License

MIT


<div align="center">

Report Bug · Request Feature

</div>

推荐服务器

Baidu Map

Baidu Map

百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。

官方
精选
JavaScript
Playwright MCP Server

Playwright MCP Server

一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。

官方
精选
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。

官方
精选
本地
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。

官方
精选
本地
TypeScript
VeyraX

VeyraX

一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。

官方
精选
本地
Kagi MCP Server

Kagi MCP Server

一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。

官方
精选
Python
graphlit-mcp-server

graphlit-mcp-server

模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。

官方
精选
TypeScript
Exa MCP Server

Exa MCP Server

模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。

官方
精选
mcp-server-qdrant

mcp-server-qdrant

这个仓库展示了如何为向量搜索引擎 Qdrant 创建一个 MCP (Managed Control Plane) 服务器的示例。

官方
精选
e2b-mcp-server

e2b-mcp-server

使用 MCP 通过 e2b 运行代码。

官方
精选