Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

WORKS Public Verifier

io.github.dyzcode/works-public

Independent static verification for exact immutable public GitHub commits.

Uptime
100.0%
1 direct probes · 30d
Response
539ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

works_public_eligibility

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 …

works_public_contract_lint

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…

works_verify_public_repository

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…

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"
    }
  }
}