← Back to Plugins
MCP Server MCP

vip.witnessd/witnessd

github By github 👁 5 views ▲ 0 votes

Neutral third-party witness: independently fetch, hash, timestamp, archive any URL or API response.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "witnessd-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of the witnessd service (default https://witnessd.vip)",
          "format": "string",
          "name": "WITNESSD_URL"
        },
        {
          "description": "Wallet key used to auto-pay x402 invoices in USDC on Base (either this or WITNESSD_API_KEY)",
          "format": "string",
          "isSecret": true,
          "name": "EVM_PRIVATE_KEY"
        },
        {
          "description": "Prepaid witnessd credit key (alternative to EVM_PRIVATE_KEY)",
          "format": "string",
          "isSecret": true,
          "name": "WITNESSD_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...