Skip to content
Claude Desktop

Agent Contract Proof for Claude Desktop

dev.workers.mattskowronis.agent-contract-proof/verify-agent-contract

Verify an agent's advertised route, price, payment details, and schemas against its live endpoint.

client:Claude Desktop transport:streamable-http tools:1

Install Agent Contract Proof in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "verify-agent-contract": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://agent-contract-proof.mattskowronis.workers.dev/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

What Claude Desktop can do once it is connected

Agent Contract Proof in other clients