thoughtproof-mcp
MCP server for ThoughtProof — verify AI reasoning with adversarial multi-model consensus.
3–4 LLMs (Grok, Gemini, DeepSeek, Sonnet) independently evaluate every claim. A dedicated red-team model critiques their verdicts. A synthesizer (Sonnet) weighs everything and returns ALLOW, BLOCK, or UNCERTAIN with confidence score and objections.
Quick Start
{
"mcpServers": {
"thoughtproof": {
"command": "npx",
"args": ["-y", "thoughtproof-mcp"],
"env": {
"THOUGHTPROOF_API_KEY": "tp_op_your_key_here"
}
}
}
}Works with Claude Desktop, Cursor, Windsurf, Cline, and any MCP-compatible client.
Tools
verify_claim
Verify any claim or AI-generated reasoning before acting on it.
| Parameter | Type | Default | Description |
|---|---|---|---|
claim |
string | (required) | The text to verify |
stakeLevel |
low / medium / high / critical |
medium |
Risk level — higher stakes trigger deeper verification |
domain |
financial / medical / legal / code / general |
general |
Domain context for specialized verification |
speed |
fast / standard / deep |
standard |
Verification depth |






