← getcommit.dev
INDIVIDUAL MCP TOOL
get_api_key
Create a free Commit API key instantly — no browser required.
LIVE ENDPOINT
https://poc-backend.amdal-dev.workers.dev/mcp
Connect to this endpoint to inspect the live schema for get_api_key and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name, description or schema mentions credentials.
Parent server
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.
Related tools
query_commitment— Query verified behavioral commitment data for a domain.lookup_business— Search for a Norwegian business and get its commitment profile from public data (Brønnøysund Register Centre).lookup_business_by_org— Look up a specific Norwegian business by organization number (9 digits) and get its commitment profile.lookup_github_repo— Get a behavioral commitment profile for any public GitHub repository.lookup_npm_package— Get a behavioral commitment profile for any npm package.lookup_pypi_package— Get a behavioral commitment profile for any PyPI (Python) package.lookup_cargo_crate— Get a behavioral commitment profile for any Rust crate on crates.lookup_go_module— Get a behavioral commitment profile for any Go module on proxy.