Data Collection
getcommit.dev
Provides tools to query behavioral commitment profiles for domains, businesses, GitHub repositories, and npm packages.
ENDPOINT 1
https://poc-backend.amdal-dev.workers.dev/mcp
MCP server metadata
- Name
- proof-of-commitment
- Version
- 1.14.0
Known tools 12
lookup_businessSearch for a Norwegian business and get its commitment profile from public data (Brønnøysund Register Centre).
Inferred read-onlylookup_business_by_orgLook up a specific Norwegian business by organization number (9 digits) and get its commitment profile.
Inferred read-onlylookup_github_repoGet a behavioral commitment profile for any public GitHub repository.
Inferred read-onlylookup_pypi_packageGet a behavioral commitment profile for any PyPI (Python) package.
Inferred read-onlylookup_cargo_crateGet a behavioral commitment profile for any Rust crate on crates.
Inferred read-onlyaudit_dependenciesBatch-score multiple npm, PyPI, Cargo, or Go packages for supply chain risk.
Inferred read-onlyaudit_github_repoAudit the supply chain risk of a GitHub repository's dependencies.
Inferred read-onlyaudit_dependency_treeMap the full dependency tree of an npm package and identify CRITICAL supply chain risks at every level.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.proof-of-commitment]
url = "https://poc-backend.amdal-dev.workers.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"proof-of-commitment": {
"type": "http",
"url": "https://poc-backend.amdal-dev.workers.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: proof-of-commitment
Remote MCP URL: https://poc-backend.amdal-dev.workers.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"proof-of-commitment": {
"url": "https://poc-backend.amdal-dev.workers.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"proof-of-commitment": {
"type": "http",
"url": "https://poc-backend.amdal-dev.workers.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "proof-of-commitment",
"transport": "streamable-http",
"url": "https://poc-backend.amdal-dev.workers.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for workers.dev was fetched 2026-08-25T16:44:24.083Z.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.