← Back to Plugins
MCP Server MCP

io.github.srbryant86/mcp-server

MCP Registry publisher By MCP Registry publisher 👁 1 views ▲ 0 votes

Sign AI output for EU AI Act + FRE 902 compliance, verify content authenticity provenance

Homepage Verified source

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

Loading comments...