WORKS Public Verifier
io.github.dyzcode/works-publicIndependent static verification for exact immutable public GitHub commits.
Tools · 3
Fast deterministic preflight for tool-only clients. Call this before any other WORKS tool when eligibility is uncertain, especially for mutable or abbreviated refs, local or private repositories, and …
After a task is already known to have a public GitHub repository, an exact lowercase 40-character commit SHA, and a matching supported static claim, return the pinned contract digest and scope. Do not…
Use only after works_public_eligibility returns eligible. Download that immutable public GitHub snapshot, run the selected pinned static contract without executing repository commands, and return a si…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"works_public_verifier": {
"url": "https://works-runner.vercel.app/mcp-registry",
"transport": "streamable-http"
}
}
}