← faultkey.com
INDIVIDUAL MCP TOOL
submit_incident
Submit an AI incident for deterministic causal liability attribution.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.faultkey-com]
url = "https://mcp.faultkey.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"faultkey-com": {
"type": "http",
"url": "https://mcp.faultkey.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: faultkey-com
Remote MCP URL: https://mcp.faultkey.com/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": {
"faultkey-com": {
"url": "https://mcp.faultkey.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"faultkey-com": {
"type": "http",
"url": "https://mcp.faultkey.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "faultkey-com",
"transport": "streamable-http",
"url": "https://mcp.faultkey.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
verify_certificate— Independently verify a CausalCertificate end-to-end (signature, Merkle integrity, issuer status against the registry).verify_certificate_recompute— Independently re-derive a CausalCertificate from its canonical input and compare byte-for-byte against the claimed certificate.submit_otel_trace— Convert an OpenTelemetry OTLP JSON trace into a FaultKey incident and return the same deterministic CausalCertificate as submit_incident.simulate_remediation— Counterfactual remediation simulator.query_jurisdiction_overlay— Multi-jurisdiction overlay (FK-METHOD-2026-004).evaluate_prospective_response— Deterministic prospective-evaluation gate (FK-METHOD-2026-006).get_anchor_status— Return the index of all CausalLayer Tessera anchor batches, or one batch's full JSON (signed Merkle root, leaves, OpenTimestamps proof reference).query_issuer_registry— Return the CausalLayer issuer registry, or one issuer record.