https://github.com/smq9sn5jck-coder/causallayer-mcp
๐ Deterministic AI liability attribution engine. MCP server that generates cryptographically-signed CausalCertificates for AI incident forensics. EU AI Act Art.12 compliant.
https://github.com/smq9sn5jck-coder/causallayer-mcp
ai-audit ai-governance ai-liability ai-risk ai-safety bitcoin causal-attribution cloudflare-workers compliance deterministic ed25519 eu-ai-act eu-ai-liability-directive insurtech legal-tech mcp model-context-protocol responsible-ai
Last synced: about 1 month ago
JSON representation
๐ Deterministic AI liability attribution engine. MCP server that generates cryptographically-signed CausalCertificates for AI incident forensics. EU AI Act Art.12 compliant.
- Host: GitHub
- URL: https://github.com/smq9sn5jck-coder/causallayer-mcp
- Owner: smq9sn5jck-coder
- License: apache-2.0
- Created: 2026-05-16T15:06:17.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-05-30T11:00:28.000Z (about 2 months ago)
- Last Synced: 2026-05-30T11:23:13.639Z (about 2 months ago)
- Topics: ai-audit, ai-governance, ai-liability, ai-risk, ai-safety, bitcoin, causal-attribution, cloudflare-workers, compliance, deterministic, ed25519, eu-ai-act, eu-ai-liability-directive, insurtech, legal-tech, mcp, model-context-protocol, responsible-ai
- Language: TypeScript
- Homepage: https://faultkey.com
- Size: 825 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Citation: CITATION.cff
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-mcp-servers - **smq9sn5jck-coder/causallayer-mcp: Deterministic AI-liability attribution. Issues signed, Bitcoin-anchored CausalCertificateV1 receipts that compute vendor/deployer/user fault shares for AI incidents** - closed-form math, no LLM in the scoring path. Free demo at https://mcp.faultkey.com/mcp. `http` `ai` `llm` `git` `github` (๐ฆ Other)
README
# FaultKey ยท CausalLayer MCP Server
[](https://github.com/smq9sn5jck-coder/causallayer-mcp/actions/workflows/ci.yml)
[](https://github.com/smq9sn5jck-coder/causallayer-mcp/actions/workflows/codeql.yml)
[](https://scorecard.dev/viewer/?uri=github.com/smq9sn5jck-coder/causallayer-mcp)
[](https://opensource.org/licenses/Apache-2.0)
[](https://www.npmjs.com/package/causallayer-mcp)
[](https://workers.cloudflare.com/)
[](https://modelcontextprotocol.io/)
[](https://mcp.faultkey.com/try)
[](https://github.com/smq9sn5jck-coder/causallayer-mcp/stargazers)
[](https://www.typescriptlang.org/)
[](./openapi.yaml)
[](./SECURITY.md)
[](https://opentimestamps.org)
> **Deterministic fault math for multi-party AI incidents.** When an AI causes harm and three parties argue over who pays, FaultKey returns a signed, Bitcoin-anchored certificate of fault allocation in under 200 ms โ no LLM, no probabilistic scoring, no vendor cooperation needed for a third party to verify.
This is the official [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server for the CausalLayer engine, packaged as a Cloudflare Worker. It lets AI agents (Claude Desktop, Cursor, Cline, Continue, Windsurf) call the four core liability-attribution tools without writing a single line of integration code.
> **If this saves you time, [give it a star](https://github.com/smq9sn5jck-coder/causallayer-mcp/stargazers)** โ it helps others find it and tells us people care.
## Live demo
> **๐ฎ [Try the Interactive Demo](https://mcp.faultkey.com/try)** โ No setup required. Pick a scenario, click "Run Analysis", see real-time liability attribution.
The public Worker is deployed on Cloudflare's global edge network and is fully functional in standalone demo mode (deterministic responses, watermarked, rate-limited 5 calls / IP / day):
- **Endpoint:** `https://mcp.faultkey.com/mcp` (live, custom domain)
- **Mirror:** `https://causallayer-mcp-demo.zykm9qkk7j.workers.dev/mcp`
- **Healthcheck:** [`/healthz`](https://mcp.faultkey.com/try)
- **Demand telemetry:** [`/stats`](https://mcp.faultkey.com/stats) (public, aggregated, no PII)
## Quick start
### Claude Desktop
Add this to `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS) or `%APPDATA%\Claude\claude_desktop_config.json` (Windows):
```json
{
"mcpServers": {
"faultkey": {
"command": "npx",
"args": ["-y", "causallayer-mcp"]
}
}
}
```
Restart Claude. Type *"List the FaultKey tools."*
### Cursor
Settings โ MCP Servers โ Add new:
- **Name:** `faultkey`
- **Command:** `npx -y causallayer-mcp`
### Cline / Continue / Windsurf
```json
{
"name": "faultkey",
"command": "npx",
"args": ["-y", "causallayer-mcp"]
}
```
### Direct HTTP (no CLI)
```bash
curl -X POST https://causallayer-mcp-demo.zykm9qkk7j.workers.dev/mcp \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{"jsonrpc":"2.0","id":0,"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"test","version":"0"}}}'
```
The response includes a `Mcp-Session-Id` header that you reuse for subsequent calls.
## Tools
| Tool | Description | Demo limit | Paid cost |
|---|---|---|---|
| `submit_incident` | Submit an AI incident for deterministic liability attribution. Returns a signed `CausalCertificateV1` with per-agent fault allocation, evidence-chain completeness, and Bitcoin-anchored proof. | 5 / IP / day | 50 credits |
| `verify_certificate` | Independently verify a certificate (signature, Merkle integrity, issuer status) without calling FaultKey. | 50 / IP / day | 1 credit |
| `get_anchor_status` | Return the index of all Tessera anchor batches or one batch's full JSON (signed Merkle root, OpenTimestamps proof reference). | Unlimited | Free |
| `query_issuer_registry` | List all trusted CausalLayer issuer public-key fingerprints, status, and validity windows. | Unlimited | Free |
## Why deterministic?
Insurers, banks, and APRA-regulated entities cannot accept LLM-based fault attribution because the same prompt produces different answers on different days. FaultKey uses a closed-form causal scoring algorithm (graph-theoretic, version-pinned, byte-identical reproducible across runs) so two adversarial parties get the same number โ that's the whole point.
The math is published as an Australian Standards-aligned paper. The signed certificate, issuer registry, and Merkle anchor log are all independently verifiable by a third party using only Node's built-in crypto and the [`causallayer-verifier`](https://github.com/smq9sn5jck-coder/causallayer-verifier) tool โ no network calls back to the vendor.
## Guardrails (enforced at the Cloudflare edge)
1. **NO-PII** โ Payloads are regex-scanned for emails, Tax File Numbers, Medicare numbers, SSNs, and credit cards. Rejected unless the caller sets `pii_acknowledged: true` (which is logged in the certificate as a compliance acknowledgement).
2. **DETERMINISTIC-ONLY** โ The engine rejects any request lacking `deterministic_only: true`. This is the agent's binding acknowledgement that FaultKey output is closed-form, not probabilistic.
3. **EVIDENCE-REQ** โ At least one identified agent and one timestamped event with description must be supplied or the request is rejected with `400 evidence_insufficient`.
## Self-hosting
You can deploy your own copy to your own Cloudflare account if you want to enforce a corporate firewall, custom rate limits, or bring your own KV namespace:
```bash
git clone https://github.com/smq9sn5jck-coder/causallayer-mcp.git
cd causallayer-mcp
pnpm install
pnpm wrangler kv namespace create LEDGER
# paste the returned id into wrangler.jsonc
pnpm wrangler deploy
```
The CausalLayer engine itself (the closed-form fault math) runs upstream and is available via API key. For self-hosted demos without an upstream, set `STANDALONE_DEMO=true` in `wrangler.jsonc` to short-circuit upstream calls and return deterministic, watermarked responses.
## Architecture
```
[Claude/Cursor/Cline] โโ [npx causallayer-mcp] โโ [Cloudflare Worker] โโ [CausalLayer engine]
(mcp-remote proxy) (this repo) (Fly.io Sydney)
โ
[KV: credit ledger]
[DO: per-session state]
[KV: telemetry buffer]
```
- **Transport:** Streamable HTTP (per the 2024-11-05 MCP spec โ SSE is deprecated)
- **Session state:** Cloudflare Durable Object (`CausalLayerMCP`), SQLite-backed
- **Billing:** Cloudflare KV ledger, Stripe Checkout webhook, optional x402 USDC fallback
- **Demo:** Per-IP daily counter in KV, deterministic fixture responses with `[DEMO]` watermark
- **Latency:** p50 โ 60 ms (cold), 25 ms (warm) on Cloudflare's 300+ POPs
## Pricing
| Tier | Credits | $AUD | Notes |
|---|---|---|---|
| Demo | 5 incidents / IP / day | Free | Watermarked responses |
| Starter | 1,000 | $99 | Stripe Checkout, no SLA |
| Growth | 10,000 | $749 | + 50 verify, 99.5% SLA |
| Enterprise | Unmetered | Contact | + dedicated namespace, 99.95% SLA, audit log access |
For enterprise tenants email **sales@faultkey.com** (or open a GitHub issue with subject "enterprise inquiry").
## Interactive Tools
> **Score any AI incident in seconds** โ [faultkey.com/score](https://faultkey.com/score) โ describe what happened, get a deterministic liability split with dollar exposure, jurisdiction analysis, and a shareable verdict card.
>
> **Compare vendor liability profiles** โ [faultkey.com/compare](https://faultkey.com/compare) โ side-by-side comparison of AI vendors (OpenAI vs Anthropic vs Google etc.) across incident types.
>
> **Public accuracy ledger** โ [faultkey.com/track-record](https://faultkey.com/track-record) โ 7/7 direction match on backtested cases, 3 pending predictions on active litigation.
## License
Apache 2.0. See [LICENSE](./LICENSE).
## Support the Project
If FaultKey helped you understand AI liability, saved you research time, or you just think deterministic fault attribution should exist:
- **โญ Star this repo** โ [github.com/smq9sn5jck-coder/causallayer-mcp](https://github.com/smq9sn5jck-coder/causallayer-mcp/stargazers) (takes 2 seconds, helps others find it)
- **Share it** โ post on LinkedIn, X, or your team Slack
- **Score an incident** โ [faultkey.com/score](https://faultkey.com/score)
- **Compare vendors** โ [faultkey.com/compare](https://faultkey.com/compare)
- **Join the discussion** โ [GitHub Discussions](https://github.com/smq9sn5jck-coder/causallayer-mcp/discussions)
## Built in Brisbane
FaultKey is built in Brisbane, Australia, with data residency in Sydney for APRA-regulated buyers. The team can be reached at hello@faultkey.com.