MCP server that verifies AI-generated claims with adversarial multi-model consensus, returning ALLOW, BLOCK, or UNCERTAIN decisions.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Thoughtproof MCP.
verify_claimVerify any claim or AI-generated reasoning via RV (`POST /v1/check`). Unchanged.
check_agent_scoreLook up an agent's composite trust score on the ERC-8004 registry.
verify_tradeOptional pre-execution gate for trading agents (Sentinel β RV). Not the default `verify_decision` path. See [VERIFY_TRADE.md](./VERIFY_TRADE.md).
thoughtproof-mcp β local stdio. Hero tool verify_decision (DQL spend / Sentinel irreversible exit). execute is true only on ALLOW.
MCP server for ThoughtProof β pre-execution decision verification for AI agents.
Hero tool: verify_decision. It routes inside the tool to DQL (spend / checkout) or Sentinel (irreversible exit) and returns a fail-closed execute flag. execute is true only on a native ALLOW.
This package is a local stdio MCP server (Node 18+) for Desktop / CLI hosts such as Cursor, Claude Desktop, Windsurf, and Cline. It is not a remote HTTP MCP server. It is not a Grok Web/Mobile custom connector.
Get keys at https://app.thoughtproof.ai/pricing.
Unpublished work is documented in UNRELEASED.md.
Install with npx -y thoughtproof-mcp@0.3.2. Works with Claude Desktop, Cursor, Windsurf, Cline, and other local stdio MCP clients.
verify_before_action / verify_decision (hero)verify_before_action is an alias of verify_decision (identical schema + handler). Soft fail-closed: host must honor execute=false.
Pre-execution gate for a proposed action. Routing is inside the tool β not an agent quiz.
| Parameter | Type | Default | Description |
|---|---|---|---|
mandate | string | (required) | User's stated goal / instruction |
proposed_action | string | (required) | What the agent is about to do |
reasoning | string | (required) | The agent's own plan / reasoning |
context | string | (optional) | Extra evidence |
mode | dql / sentinel / auto | auto | Explicit surface, or auto-route |
Auto-route: spend / checkout / booking / purchase / payment / cart / Stripe / price / budget / cap β DQL. High-blast irreversible exit without that language (publish, delete, deploy, send-to-prod, memory write) β Sentinel. Unsure β DQL. Explicit mode wins. RV / PLV are not on this path.
Camera mandate: do not put the overshoot in proposed_action or reasoning (for example, do not write βprice is above the capβ). The verifier has to find the mismatch.
Envelope (always this shape):
execute is true only on ALLOW. REVIEW, UNCERTAIN, BLOCK, timeouts, HTTP 402/4xx/5xx, and missing keys return execute: false. Fail-closed is soft at the protocol layer β the tool does not hard-stop the host. Replan is a new call (new receipt).
verify_claimVerify any claim or AI-generated reasoning via RV (POST /v1/check). Unchanged.
| 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 |
check_agent_scoreLook up an agent's composite trust score on the ERC-8004 registry.
| Parameter | Type | Description |
|---|---|---|
agentId | string | Agent ID to look up |
domain | string | Optional domain filter |
verify_tradeOptional pre-execution gate for trading agents (Sentinel β RV). Not the default verify_decision path. See VERIFY_TRADE.md.
| Environment Variable | Default | Description |
|---|---|---|
DQL_API_KEY | (none) | DQL key (dqlk_β¦) for the default verify_decision path. Alias: THOUGHTPROOF_DQL_KEY |
SENTINEL_API_KEY | (none) | Optional. Required only when mode=sentinel or auto-route picks Sentinel. Fallback: THOUGHTPROOF_API_KEY as X-Sentinel-Key |
DQL_SANDBOX | (off) | Set to 1 to send sandbox: true on DQL calls (local/dev only) |
THOUGHTPROOF_API_KEY | (none) | Operator key for verify_claim / verify_trade / Sentinel fallback |
THOUGHTPROOF_BASE_URL | https://api.thoughtproof.ai | RV API base URL (verify_claim) |
A missing Sentinel key returns execute: false with βSentinel key not configuredβ β it does not silently call DQL.
For local MCP clients, point command at node and args at dist/index.js after npm run build.
See SECURITY.md for supported versions, private reporting (security@thoughtproof.ai), and key handling (dqlk_β¦ for MCP hero β never commit real keys).
HOL listing / Guard scanner score is a review baseline only. It is not next-action authorization and not a substitute for fail-closed host behavior (execute: true only on ALLOW).
MIT β ThoughtProof
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/thoughtproof-thoughtproof-mcp)<a href="https://allmcps.com/mcp/thoughtproof-thoughtproof-mcp"><img src="https://allmcps.com/api/badge/thoughtproof-thoughtproof-mcp?style=directory" alt="Thoughtproof MCP on AllMCPs" /></a>