
Mcp Server
Require human approval before your coding agent executes irreversible or high-risk actions.
Overview
Emilia Protocol MCP is a Ship-phase MCP server that enforces human approval before AI agents take irreversible actions.
What is this MCP server?
- Blocks irreversible agent actions until a human explicitly approves
- stdio npm package @emilia-protocol/mcp-server v1.0.0
- Public read tools work without EP_API_KEY; writes need optional EP_API_KEY
- Backed by Emilia Protocol (emiliaprotocol.ai) for trust-layer agent workflows
- MCP server integration—not a replaceable one-off prompt skill
- Server schema 2025-09-29; package version 1.0.0
- Transport: stdio via @emilia-protocol/mcp-server on npm
- One optional secret env var: EP_API_KEY for write operations
Community signal: 2 GitHub stars.
What problem does it solve?
Autonomous agents can execute destructive or costly tool calls in one turn with no natural pause for a solo builder to veto them.
Who is it for?
Indie builders running Claude Code or Cursor agents that call real write APIs, deploy hooks, or other one-way operations.
Skip if: Teams that only use chat without tool execution, or builders who need payment rails rather than action approval.
What do I get? / Deliverables
Risky agent steps stall until you approve, so shipped automations keep a human in the loop for irreversible operations.
- Approval-gated agent tool execution for irreversible operations
- Readable trust state via MCP without API key when using public read tools
- Optional entity registration and receipt submission when EP_API_KEY is set
Recommended MCP Servers
Journey fit
How it compares
Trust and approval MCP integration, not a brainstorming or planning agent skill.
Common Questions / FAQ
Who is Emilia Protocol MCP for?
Solo and indie builders who run tool-using AI agents and want mandatory human sign-off before irreversible actions execute.
When should I use Emilia Protocol MCP?
When you are wiring agents to production systems, destructive filesystem ops, or any workflow where one bad tool call cannot be undone.
How do I add Emilia Protocol MCP to my agent?
Install @emilia-protocol/mcp-server from npm with stdio transport in your MCP config; set EP_API_KEY only if you need register or receipt write tools.