An MCP server and web tool that scores npm packages, PyPI packages, Rust crates, Go modules, and GitHub repos on **behavioral commitment** — signals
Most developer tooling work still happens through a UI a human drives. Proof Of Commitment MCP server moves it into the conversation instead. 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.
The server publishes 12 tools. What each one is for:
audit_dependencies — Batch risk audit for up to 20 npm/PyPI/Cargo/Go packagesaudit_github_repo — Fetch a repo's package.json/requirements.txt and audit every depaudit_dependency_tree — Map an npm package's full dependency tree (incl. transitive CRITICAL deps)lookup_npm_package — Single npm package behavioral profilelookup_pypi_package — Single PyPI package behavioral profilelookup_cargo_crate — Single Rust crate behavioral profile (crates.io)lookup_go_module — Single Go module behavioral profile (proxy.golang.org + GitHub)lookup_github_repo — GitHub repo commitment score (longevity, commit frequency, contributor depth)lookup_business — Norwegian business register — operating years, employees, financialslookup_business_by_org — Same, by org numberquery_commitment — Browser extension behavioral data (unique verified visitors, repeat rate)get_api_key — Create a free API key in-chat — no browser needed, key returned instantlyproof-of-commitment on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
Configuration is passed through the environment: COMMIT_API_KEY, COMMIT_TEST_API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Proof Of Commitment's toolset — audit_dependencies, audit_github_repo, audit_dependency_tree and 9 more — is a fair guide to whether it matches your workflow. It is maintained by piiiico; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| audit_dependencies | Batch risk audit for up to 20 npm/PyPI/Cargo/Go packages |
| audit_github_repo | Fetch a repo's package.json/requirements.txt and audit every dep |
| audit_dependency_tree | Map an npm package's full dependency tree (incl. transitive CRITICAL deps) |
| lookup_npm_package | Single npm package behavioral profile |
| lookup_pypi_package | Single PyPI package behavioral profile |
| lookup_cargo_crate | Single Rust crate behavioral profile (crates.io) |
| lookup_go_module | Single Go module behavioral profile (proxy.golang.org + GitHub) |
| lookup_github_repo | GitHub repo commitment score (longevity, commit frequency, contributor depth) |
| lookup_business | Norwegian business register — operating years, employees, financials |
| lookup_business_by_org | Same, by org number |
| query_commitment | Browser extension behavioral data (unique verified visitors, repeat rate) |
| get_api_key | Create a free API key in-chat — no browser needed, key returned instantly |
{
"mcpServers": {
"commit": {
"type": "streamable-http",
"url": "https://poc-backend.amdal-dev.workers.dev/mcp"
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| COMMIT_API_KEY | Credential the server authenticates with. | Yes |
| COMMIT_TEST_API_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.