verity-mcp

meloliva14/verity-mcp
★ 0 stars Python AI/LLM Updated today
MCP server for VerityLayer — agents discover and call fail-closed verification as a tool: allow / review / block. Every verdict Ed25519-signed and independently re-verifiable.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "verity-mcp": {
      "command": "uvx",
      "args": [
        "verity-mcp"
      ]
    }
  }
}

Or install with pip: pip install verity-mcp