MCP Server
MCP
io.github.World-999-Labs/proof-layer
Signed, hash-chained provenance receipts for AI agent actions.
Install
npx -y @proof-layer/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@proof-layer/mcp",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Proof Layer API key from https://prooflayer.world999labs.com/dashboard/keys",
"isRequired": true,
"isSecret": true,
"name": "PROOF_LAYER_API_KEY"
},
{
"description": "Override the default API endpoint (default: https://prooflayer.world999labs.com)",
"name": "PROOF_LAYER_API_URL"
},
{
"description": "Set to 'off' to disable anonymous usage telemetry (default: on)",
"name": "PROOF_LAYER_TELEMETRY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment