Commit - Supply Chain Risk Scoring MCP Server

An MCP server and web tool that scores npm packages, PyPI packages, Rust crates, Go modules, and GitHub repos on behavioral commitment - signals that are harder to fake than stars, READMEs, or download counts.

People connecting security tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-04 · ★ 7 · #80 OF 182 MAINTAINED SECURITY · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Commit - Supply Chain Risk Scoring

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add piiiico-proof-of-commitment --transport http https://poc-backend.amdal-dev.workers.dev/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "piiiico-proof-of-commitment": {
      "url": "https://poc-backend.amdal-dev.workers.dev/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://poc-backend.amdal-dev.workers.dev/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to poc-backend.amdal-dev.workers.dev

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license MIT - declared in the repository

npm package proof-of-commitment - unscoped; check the name against the project README before installing

registry namespace io.github.piiiico is GitHub-verified and matches the repo owner

03 · What Commit - Supply Chain Risk Scoring can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.31.1 · 2026-06-13

What's new · Visible CLI demo block at the top of every npm page README - the first thing a visitor sees on npmjs.com/package/proof-of-commitment is now a five-line scan output that ends with axios flagged COMPROMISED…

v1.31.0 · 2026-06-12

What's new · GitHub Actions annotations - CI users running npx proof-of-commitment directly (without commit-action) now get workflow annotations that surface in the PR checks tab: · ::warning for CRITICAL packages…

v1.30.0 · 2026-06-11

What's new · Windsurf IDE hook support - poc hook now protects all three major AI coding IDEs: · | IDE | Hook type | Config file | · |-----|-----------|-------------| · | Cursor | beforeShellExecution |…

04 · Who maintains Commit - Supply Chain Risk Scoring

Commit - Supply Chain Risk Scoring is maintained by piiiico. We track 3 MCP servers from piiiico - 3 actively maintained, 10 combined GitHub stars, oldest repo from Mar 2026. Full record: all servers from piiiico.

  1. agentlair Give AI agents a real email address, vault, calendar, and task delegation via MCP. ★ 3

05 · Facts

category
security - ranked #80 of 182 actively-maintained security servers as of 2026-08-25.
release cadence
3 releases in the last 90 days (latest 2026-06-13)
registry
io.github.piiiico/proof-of-commitment (active, first published 2026-04-05 · 25 versions)
packages
npm:proof-of-commitment

06 · Commit - Supply Chain Risk Scoring FAQ

What is Commit - Supply Chain Risk Scoring?

An MCP server and web tool that scores npm packages, PyPI packages, Rust crates, Go modules, and GitHub repos on behavioral commitment - signals that are harder to fake than stars, READMEs, or download counts.

Is Commit - Supply Chain Risk Scoring still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-04 and it shipped 3 releases in the last 90 days. We re-verify nightly.

How do I install Commit - Supply Chain Risk Scoring?

Run `npx -y proof-of-commitment`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Commit - Supply Chain Risk Scoring require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

07 · Alternatives to Commit - Supply Chain Risk Scoring