emiliaprotocol/emilia-protocol
Human sign-off + trust receipts for AI agents: requires a named human's approval before an irreversible action (payment release, record change, deploy), then mints an offline-verifiable Ed25519 Trust Receipt. Also exposes trust profiles, receipt verification, disputes, and delegation. Apache-2.0; policy engine formally verified. Install: `npx -y @emilia-protocol/mcp-server`.
Ads
Overview
Human sign-off + trust receipts for AI agents: requires a named human's approval before an irreversible action (payment release, record change, deploy), then mints an offline-verifiable Ed25519 Trust Receipt. Also exposes trust profiles, receipt verification, disputes, and delegation. Apache-2.0; policy engine formally verified. Install: `npx -y @emilia-protocol/mcp-server`.
Installation
npx -y @emilia-protocol/mcp-server
Configuration
Configuration example is not available yet.
Capabilities
- Scan tool surfaces
Run `npx @emilia-protocol/scan protect ./tools.json` to map declared action surfaces and review the generated manifest before enforcing any mandate.
- Issue offline receipts
Use `npx @emilia-protocol/issue demo` to generate a Trust Receipt locally with no API key or backend required.
- Verify receipts in-browser
Paste any receipt at emiliaprotocol.ai/verify to check its authenticity; nothing is uploaded to a server.
- Run AEB-1 conformance tests
Execute `npx @emilia-protocol/verify aeb-conformance --reference` to test the evidence-to-effect boundary with self-attested conformance evidence.
- Protect MCP tools with Gate
Wrap tools like `release_payment`, `delete_repo`, or `deploy_production` so they refuse to run without a valid authorization receipt.
- Add EMILIA to AI assistants
Run `npx -y @emilia-protocol/mcp-server` to integrate EMILIA's authority controls into Claude, Cursor, or Cline.
Tags
- security
- compliance
- workflow-automation
- ai-agent
- awesome-list
Related MCP servers
laszlopere/mcp-bytesmith
Local byte-wrangling toolbox: encoding (hex/Base64/Base32/Base58/Base45…), cryptographic + CRC hashing, base conversion, and CSPRNG tokens/passphrases, plus an opt-in Ethereum/EVM toolset (keccak, ABI/RLP codecs, EIP-191/712 hashing, function/event selectors, EIP-55). No network calls. `uvx mcp-bytesmith`.
degenlegion-com/waxseal-sdk
On-chain Ed25519 identity for AI agents — verify seals by fingerprint, validate document signatures, and gate irreversible actions behind human-signed approval tokens. Hosted at `api.waxseal.id/mcp`; local install (`npx @waxseal/mcp`) for signing.
tponscr-debug/oracle-h-mcp
Mandatory human approval gate for autonomous AI agents. Intercepts critical, irreversible, or financially significant actions and routes them to a human via Telegram for real-time approve/reject. Raises workflow success probability from 81.5% to 99.6%.
arthurpanhku/DocSentinel
MCP server for AI agent for cybersecurity: automate assessment of documents, questionnaires & reports. Multi-format parsing, RAG knowledge base,Risks, compliance gaps, remediations.