Commit — Supply Chain Risk Scoring
Rank #6,723io.github.piiiico/proof-of-commitment
Supply chain risk scoring for npm, PyPI, Cargo, and Go. 9 tools. Behavioral signals.
Commit — Supply Chain Risk Scoring is a Model Context Protocol (MCP) server published by piiiico. It ranks #6,723 of 115,591 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. Commit — Supply Chain Risk Scoring is listed across 4 registries — Official MCP, PulseMCP, Glama and mcp.so, with 4 tracked versions. It was first listed on Mar 22, 2026 and most recently updated on May 29, 2026.
Ranks ahead of 108,868 of 115,591 servers on MCP Toplist.
Use Commit — Supply Chain Risk Scoring
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http proof-of-commitment https://poc-backend.amdal-dev.workers.dev/mcpclaude mcp add proof-of-commitment -- npx -y proof-of-commitment[mcp_servers.proof-of-commitment]
url = "https://poc-backend.amdal-dev.workers.dev/mcp"Add to ~/.codex/config.toml.
[mcp_servers.proof-of-commitment]
command = "npx"
args = ["-y", "proof-of-commitment"]Add to ~/.codex/config.toml.
https://poc-backend.amdal-dev.workers.dev/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"proof-of-commitment": {
"command": "npx",
"args": [
"-y",
"proof-of-commitment"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"proof-of-commitment": {
"url": "https://poc-backend.amdal-dev.workers.dev/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"proof-of-commitment": {
"command": "npx",
"args": [
"-y",
"proof-of-commitment"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"proof-of-commitment": {
"type": "http",
"url": "https://poc-backend.amdal-dev.workers.dev/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"proof-of-commitment": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"proof-of-commitment"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"proof-of-commitment": {
"serverUrl": "https://poc-backend.amdal-dev.workers.dev/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"proof-of-commitment": {
"command": "npx",
"args": [
"-y",
"proof-of-commitment"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"proof-of-commitment": {
"url": "https://poc-backend.amdal-dev.workers.dev/mcp"
}
}
}{
"mcpServers": {
"proof-of-commitment": {
"command": "npx",
"args": [
"-y",
"proof-of-commitment"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.piiiico%2Fproof-of-commitment)<a href="https://mcptoplist.com/server/io.github.piiiico%2Fproof-of-commitment"><img src="https://mcptoplist.com/badge/io.github.piiiico%2Fproof-of-commitment.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (2 delisted)
piiiico
Other servers by piiiico
View all piiiico servers →Available versions (4)
| Version | Published |
|---|---|
| 1.19.0 | May 29, 2026 |
| 1.17.1 | May 24, 2026 |
| 0.6.0 | Apr 5, 2026 |
| 0.5.0 | Apr 5, 2026 |
Frequently asked questions
- Who maintains Commit — Supply Chain Risk Scoring?
- Commit — Supply Chain Risk Scoring is maintained by piiiico, which publishes 4 MCP servers (12 total versions) tracked on MCP Toplist.
- Is Commit — Supply Chain Risk Scoring listed on the Official MCP Registry?
- Yes — Commit — Supply Chain Risk Scoring is listed on the Official MCP Registry, alongside PulseMCP, Glama and mcp.so.
- How many versions does Commit — Supply Chain Risk Scoring have?
- MCP Toplist tracks 4 versions of Commit — Supply Chain Risk Scoring, most recently published on May 29, 2026.
- Where can I find the source code for Commit — Supply Chain Risk Scoring?
- The source code for Commit — Supply Chain Risk Scoring is hosted at github.com/piiiico/proof-of-commitment.