Emilia Protocol MCP Server

EMILIA is building the universal authority toll booth for autonomous work. Gate is the customer-owned consequence boundary where an agent's credentialed intent can become a change to money, code, permissions, records, infrastructure, or machines. A human or institution defines a finite operating mandate; agents exercise it; Gate ensures the agent cannot quietly widen it.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-25 · ★ 787 · #7 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Emilia Protocol

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add emiliaprotocol-emilia-protocol -- npx -y @emilia-protocol/mcp-server

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license Apache-2.0 - declared in the repository

npm package @emilia-protocol/mcp-server - the @emilia-protocol scope differs from the repo owner (emiliaprotocol); confirm it's the project's official package

registry namespace io.github.emiliaprotocol is GitHub-verified and matches the repo owner

03 · What Emilia Protocol can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.0.0 · 2026-03-27

EMILIA Protocol v1.0.0 · EP enforces trust before high-risk action. · Protocol Core · Trust Receipt, Trust Profile, Trust Decision - three interoperable objects · pre-action authorization with canonical binding, replay…

04 · Who maintains Emilia Protocol

Emilia Protocol is maintained by emiliaprotocol. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
finance - ranked #7 of 283 actively-maintained finance servers as of 2026-08-25.
registry
io.github.emiliaprotocol/mcp-server (active, first published 2026-06-03 · 3 versions)
packages
npm:@emilia-protocol/mcp-server

06 · Emilia Protocol FAQ

What is Emilia Protocol?

EMILIA is building the universal authority toll booth for autonomous work. Gate is the customer-owned consequence boundary where an agent's credentialed intent can become a change to money, code, permissions, records, infrastructure, or machines. A human or institution defines a finite operating mandate; agents exercise it; Gate ensures the agent cannot quietly widen it.

Is Emilia Protocol still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-25. We re-verify nightly.

How do I install Emilia Protocol?

Run `npx -y @emilia-protocol/mcp-server`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Emilia Protocol run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Emilia Protocol