Mmcp.market

ThoughtProof MCP server

by ThoughtProof·io.github.ThoughtProof/thoughtproof-mcp·v0.3.2

Pre-action gate: verify before pay/trade/write/deploy. execute=true only on ALLOW.

B80/100grade B
What users say
No reviews yet
Be the first
Safety scan
B80/100

full report

Adoption
Growing

1 stars39 downloads/wk

Reviews

Write one

Nobody has reviewed ThoughtProof yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

ThoughtProof tools (5)

write = sends, deletes, buys or posts

Read from the package source without running it. The installed server may list more.

  • check_agent_score
  • verify_before_action
  • verify_claim
  • verify_decision
  • verify_trade

Public scan report

scanner v0.1.9 · 2026-09-22 · same rubric, same numbers if you re-run it

no findings
  • Code scan22 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitystatic API keys via environment variables6/15
  • Maintenancelast push 0 days ago15/15
  • Maintainer identityregistry namespace matches repository owner6/10
Overall 80/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the ThoughtProof repository's README, as published. We do not edit it. Read it on GitHub

thoughtproof-mcp

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.

Quick Start

{
  "mcpServers": {
    "thoughtproof": {
      "command": "npx",
      "args": ["-y", "thoughtproof-mcp@0.3.2"],
      "env": {
        "DQL_API_KEY": "<YOUR_DQL_VERIFY_KEY>"
      }
    }
  }
}

Install with npx -y thoughtproof-mcp@0.3.2. Works with Claude Desktop, Cursor, Windsurf, Cline, and other local stdio MCP clients.

Tools

verifybeforeaction / verify_decision (hero)

verifybeforeaction 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.

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):

{
  "verdict": "ALLOW",
  "execute": true,
  "objections": [],
  "receipt_id": "dql_…",
  "surface": "dql",
  "axes": [],
  "recommendation": "execute"
}

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_claim

Verify any claim or AI-generated reasoning via RV (POST /v1/check). Unchanged.

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

Runs npx -y thoughtproof-mcp on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add thoughtproof-mcp -- npx -y thoughtproof-mcp
Add to Cursor

ThoughtProof: common questions

Is ThoughtProof MCP server safe?
Mostly: it is graded B (80/100). Read the ThoughtProof safety report
How do I install ThoughtProof?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does ThoughtProof need an API key?
Yes. The registry entry asks for DQL_API_KEY, SENTINEL_API_KEY, THOUGHTPROOF_API_KEY.
Is ThoughtProof maintained?
The last commit was in the last day (2026-09-22). The latest release is v0.3.2.
What can I use instead of ThoughtProof?
Servers from other publishers that do the same job: MCP Server, Flux Cloud MCP server and Sfdx Retirement Lint MCP server. Compare all ThoughtProof alternatives.

Alternatives to ThoughtProof

Same job from other publishers: the closest match first, then the best rated.

All ThoughtProof alternatives →
  • MCP Server
    Pre-deploy ship gate AI agents call before shipping. Also audits the agent's own MCP config.
    A
  • Flux Cloud
    Deploy, pay for and manage apps on Flux Cloud, the decentralized cloud. Prices in USD.
    A
  • Sfdx Retirement Lint
    Finds retired API versions and removed sfdx force:* commands in your DX repo before a deploy or a CI
    A
  • Omnara
    Deploy durable AI agents with Omnara, an open-source managed-agent platform.
    A
  • walkerOS Flow
    Build, validate, simulate, and deploy walkerOS event pipelines
    B

More from ThoughtProof