← Back to Plugins
MCP Server MCP

io.github.Clawdio777/verity

github By github 👁 1 views ▲ 0 votes

Real-time fact-checking MCP. Verifies claims against live sources with structured verdicts.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...