MCP Server
MCP
io.github.Clawdio777/verity
Real-time fact-checking MCP. Verifies claims against live sources with structured verdicts.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "verity-mcp",
"version": "1.0.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Base wallet private key (0x...) — used to sign x402 payments in USDC on Base. Per-call: 0.10 USDC (verify), 0.50 USDC (deep-check), 0.75 USDC (batch).",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "VERITY_PRIVATE_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment