HomeFinance › ThoughtProof

ThoughtProof

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

TypeScript Cloud
★ 1 stars Last pushed 2026-09-22 License: MIT

Topics: Finance & Fintech

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.3.2)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "thoughtproof-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "DQL_API_KEY": "<YOUR_VALUE>",
        "SENTINEL_API_KEY": "<YOUR_VALUE>",
        "THOUGHTPROOF_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • DQL_API_KEY secret — Required for DQL-backed verify_decision calls. Sentinel and RV paths use their respective keys.
  • SENTINEL_API_KEY secret — Optional; needed when mode=sentinel or auto-route picks Sentinel.
  • THOUGHTPROOF_API_KEY secret — Optional operator key for verify_claim / verify_trade / Sentinel fallback.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry