Agent Contract Proof for Cursor
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:Cursor
transport:streamable-http
tools:1
Install Agent Contract Proof in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"verify-agent-contract": {
"url": "https://agent-contract-proof.mattskowronis.workers.dev/mcp"
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs