-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathserver.json
More file actions
42 lines (42 loc) 路 1.17 KB
/
Copy pathserver.json
File metadata and controls
42 lines (42 loc) 路 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.smq9sn5jck-cloud/causallayer-mcp",
"description": "Deterministic AI-liability attribution: signed, Bitcoin-anchored vendor/deployer/user fault split.",
"title": "FaultKey \u00b7 CausalLayer",
"websiteUrl": "https://faultkey.com",
"repository": {
"url": "https://github.com/smq9sn5jck-coder/causallayer-mcp",
"source": "github"
},
"version": "0.2.1",
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.faultkey.com/mcp"
}
],
"_meta": {
"io.modelcontextprotocol.registry/publisher-provided": {
"tool": "wrangler",
"version": "4.14.4",
"categories": [
"ai-governance",
"liability",
"regtech",
"security",
"audit",
"compliance"
],
"compliance_mappings": [
"APRA CPS 230",
"EU AI Act",
"ISO/IEC 42001",
"NIST AI RMF"
],
"deterministic": true,
"uses_llm": false,
"byte_identical_reproducible": true,
"verification_method": "Independent third-party with Node.js built-in crypto"
}
}
}