MCP Server
MCP
ThoughtProof
Pre-action gate: verify before pay/trade/write/deploy. execute=true only on ALLOW.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "thoughtproof-mcp",
"version": "0.3.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Required for DQL-backed verify_decision calls. Sentinel and RV paths use their respective keys.",
"format": "string",
"isSecret": true,
"name": "DQL_API_KEY"
},
{
"description": "Optional; needed when mode=sentinel or auto-route picks Sentinel.",
"format": "string",
"isSecret": true,
"name": "SENTINEL_API_KEY"
},
{
"description": "Optional operator key for verify_claim / verify_trade / Sentinel fallback.",
"format": "string",
"isSecret": true,
"name": "THOUGHTPROOF_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment