HomeSecurity › Emilia Protocol

Emilia Protocol

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

TypeScript Local
★ 617 stars Last pushed 2026-09-24 License: Apache-2.0

Topics: Security

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 2.1.1)

npx -y @emilia-protocol/mcp-server@2.1.1

Or add to your MCP client config:

{
  "mcpServers": {
    "emilia-protocol": {
      "command": "npx",
      "args": [
        "-y",
        "@emilia-protocol/mcp-server@2.1.1"
      ],
      "env": {
        "EP_API_KEY": "<YOUR_VALUE>",
        "EP_INCLUDE_PROTOCOL_TOOLS": "<YOUR_VALUE>",
        "EP_INCLUDE_REGISTRY_TOOLS": "<YOUR_VALUE>"
      }
    }
  }
}
  • EP_API_KEY secret — API key for live action-guard, signoff, and write operations. Public receipt lookup may work without it.
  • EP_INCLUDE_PROTOCOL_TOOLS — Set to true to advertise handshake, commit, and delegation tools in addition to the default three-tool action front door.
  • EP_INCLUDE_REGISTRY_TOOLS — Set to true to advertise the complete 36-tool legacy registry and reputation catalog.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry