Agent Contract Proof for VS Code
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:VS Code
transport:streamable-http
tools:1
Install Agent Contract Proof in VS Code
.vscode/mcp.json
{
"servers": {
"verify-agent-contract": {
"type": "http",
"url": "https://agent-contract-proof.mattskowronis.workers.dev/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs