Skip to content

Agent Contract Proof for Zed

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:Zed transport:streamable-http tools:1

Install Agent Contract Proof in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "verify-agent-contract": {
      "url": "https://agent-contract-proof.mattskowronis.workers.dev/mcp"
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

What Zed can do once it is connected

Agent Contract Proof in other clients