← Back to Plugins
MCP Server MCP

io.github.meloliva14/verity-mcp

github By github 👁 1 views ▲ 0 votes

Fail-closed verify-before-you-act gate for AI agents. Signed receipts. Pay-per-call via x402.

Homepage Verified source GitHub

Install

uvx verity-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "verity-mcp",
      "version": "0.3.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Verity suite base URL",
          "default": "https://verity-suite.onrender.com",
          "name": "VERITY_SUITE_URL"
        },
        {
          "description": "Verity engine base URL",
          "default": "https://api.veritylayer.dev",
          "name": "VERITY_ENGINE_URL"
        },
        {
          "description": "Disclosed per-call price for quick_verify",
          "default": "$0.02",
          "name": "VERITY_PRICE_QUICK"
        },
        {
          "description": "Disclosed per-call price for grounded_verify (Sonnet, web-grounded)",
          "default": "$0.25",
          "name": "VERITY_PRICE_GROUNDED"
        },
        {
          "description": "Disclosed per-call price for pro_verify (Opus, premium synthesis)",
          "default": "$0.35",
          "name": "VERITY_PRICE_PRO"
        },
        {
          "description": "Disclosed per-call price for the suite checks (detect_injection/moderate_content/redact_pii/guard_action, /quick tier)",
          "default": "$0.02",
          "name": "VERITY_PRICE_SUITE"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...