← Registry

Data Collection

getcommit.dev

Provides tools to query behavioral commitment profiles for domains, businesses, GitHub repositories, and npm packages.

1 endpoint12 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
proof-of-commitment
Version
1.14.0
Capabilities
tools.listChanged

Known tools 12

query_commitment

Query verified behavioral commitment data for a domain.

Inferred read-only
lookup_business

Search for a Norwegian business and get its commitment profile from public data (Brønnøysund Register Centre).

Inferred read-only
lookup_business_by_org

Look up a specific Norwegian business by organization number (9 digits) and get its commitment profile.

Inferred read-only
lookup_github_repo

Get a behavioral commitment profile for any public GitHub repository.

Inferred read-only
lookup_npm_package

Get a behavioral commitment profile for any npm package.

Inferred read-only
lookup_pypi_package

Get a behavioral commitment profile for any PyPI (Python) package.

Inferred read-only
lookup_cargo_crate

Get a behavioral commitment profile for any Rust crate on crates.

Inferred read-only
lookup_go_module

Get a behavioral commitment profile for any Go module on proxy.

Inferred read-only
audit_dependencies

Batch-score multiple npm, PyPI, Cargo, or Go packages for supply chain risk.

Inferred read-only
audit_github_repo

Audit the supply chain risk of a GitHub repository's dependencies.

Inferred read-only
audit_dependency_tree

Map the full dependency tree of an npm package and identify CRITICAL supply chain risks at every level.

Inferred read-only
get_api_key

Create a free Commit API key instantly — no browser required.

Potential side effects

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.