MCP Server
MCP
io.github.srbryant86/mcp-server
Sign AI output for EU AI Act + FRE 902 compliance, verify content authenticity provenance
Install
npx -y @certnode/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@certnode/mcp-server",
"version": "1.2.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "CertNode API key from https://certnode.io/dashboard/api-keys (required for sign_ai_output and authenticated verification)",
"format": "string",
"isSecret": true,
"name": "CERTNODE_API_KEY"
},
{
"description": "CertNode API base URL. Defaults to https://certnode.io/api/v1",
"format": "string",
"name": "CERTNODE_API_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
Comments
Sign in to leave a comment