← Back to Plugins
MCP Server MCP

Emilia Protocol

github By github 👁 1 views ▲ 0 votes

Exact-action approval for consequential agent actions: request, track, and verify signed receipts.

Homepage Verified source GitHub

Install

npx -y @emilia-protocol/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@emilia-protocol/mcp-server",
      "version": "2.1.1",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API key for live action-guard, signoff, and write operations. Public receipt lookup may work without it.",
          "isSecret": true,
          "name": "EP_API_KEY"
        },
        {
          "description": "Set to true to advertise handshake, commit, and delegation tools in addition to the default three-tool action front door.",
          "name": "EP_INCLUDE_PROTOCOL_TOOLS"
        },
        {
          "description": "Set to true to advertise the complete 36-tool legacy registry and reputation catalog.",
          "name": "EP_INCLUDE_REGISTRY_TOOLS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...