← Back to browse

verity-mcp

Indexed by io.github.meloliva14

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsVERITY_SUITE_URL VERITY_ENGINE_URL VERITY_PRICE_QUICK VERITY_PRICE_GROUNDED VERITY_PRICE_PRO VERITY_PRICE_SUITE
Claude Code
claude mcp add --env VERITY_SUITE_URL= --env VERITY_ENGINE_URL= --env VERITY_PRICE_QUICK= --env VERITY_PRICE_GROUNDED= --env VERITY_PRICE_PRO= --env VERITY_PRICE_SUITE= verity-mcp -- uvx verity-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"verity-mcp","command":"uvx","args":["verity-mcp"],"env":{"VERITY_SUITE_URL":"","VERITY_ENGINE_URL":"","VERITY_PRICE_QUICK":"","VERITY_PRICE_GROUNDED":"","VERITY_PRICE_PRO":"","VERITY_PRICE_SUITE":""}}'
JSON
{
  "mcpServers": {
    "verity-mcp": {
      "command": "uvx",
      "args": [
        "verity-mcp"
      ],
      "env": {
        "VERITY_SUITE_URL": "",
        "VERITY_ENGINE_URL": "",
        "VERITY_PRICE_QUICK": "",
        "VERITY_PRICE_GROUNDED": "",
        "VERITY_PRICE_PRO": "",
        "VERITY_PRICE_SUITE": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.