Skip to main content
Glama
ThoughtProof

thoughtproof-mcp

Official

@thoughtproof/mcp-server

MCP server that exposes ThoughtProof reasoning verification as a tool for Claude, Cursor, and any MCP-compatible host.

ThoughtProof runs adversarial multi-model critique on a claim and returns a verdict (ALLOW / HOLD / UNCERTAIN / DISSENT), a confidence score, and up to 3 key objections.

Install

npx @thoughtproof/mcp-server

Claude Desktop config

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "thoughtproof": {
      "command": "npx",
      "args": ["-y", "@thoughtproof/mcp-server"]
    }
  }
}

Example

User: Verify this trade: "Buy 50k USDC of ARB/USDC at market, stop-loss at -8%, no hedge."

Claude calls

{
  "claim": "Buy 50k USDC of ARB/USDC at market, stop-loss at -8%, no hedge.",
  "stakeLevel": "high",
  "domain": "financial"
}

Tool response:

Verdict: HOLD
Confidence: 41.2%

Key objections:
1. Market-order entry on low-liquidity pair risks significant slippage on a $50k position.
2. -8% stop-loss is within normal daily volatility for ARB; likely to be triggered without a directional move.
3. No hedge leaves full downside exposure during high-beta drawdowns.

Verified in 18432ms

Payment (x402)

ThoughtProof charges per verification via the x402 protocol (Base USDC). If payment is not attached the tool returns a clear paymentRequired message with wallet and amount details.

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ThoughtProof/thoughtproof-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server