Odel
Emilia Protocol

Emilia Protocol

Local
@emiliaprotocol649TypeScriptApache-2.0Updated Yesterday

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@emilia-protocol/mcp-serverv2.1.1

Run

npx -y @emilia-protocol/mcp-server

MCP client config

{
  "mcpServers": {
    "emilia-protocol": {
      "command": "npx",
      "args": [
        "-y",
        "@emilia-protocol/mcp-server"
      ]
    }
  }
}