thoughtproof-mcp
Adversarial multi-model reasoning verification for AI agents. Claude, Grok, and DeepSeek challenge each decision — returns ALLOW or HOLD with JWKS-signed attestation. x402-gated on Base.
README
@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 verify_reasoning:
{
"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.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.