CCM
/MCP
SkillsMCPMarketplacesDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Mcp Server

emiliaprotocol/emilia-protocol
2authSTDIOregistry active
Summary

Wraps the EMILIA Protocol's trust enforcement layer so Claude can route high-risk actions through human approval gates before execution. Exposes handshake initiation, policy verification, and signoff request operations as MCP tools. When an agent plans something destructive (wire transfer, production change, data deletion), this server holds the action, generates a Trust Receipt with cryptographic binding, requests named human signoff, and only releases execution after approval. Each action gets a verifiable receipt you can check offline. Reach for this when you're building agentic workflows that need accountable human-in-the-loop enforcement on irreversible operations, not just logging or soft guardrails.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →

Configuration

EP_API_KEYsecret

Optional API key for write operations (registering entities, submitting receipts). Public read tools work without it.

Categories
AI & LLM Tools
Registryactive
Package@emilia-protocol/mcp-server
TransportSTDIO
AuthRequired
UpdatedJun 3, 2026
View on GitHub

EMILIA Protocol

CI License Discord

A named human's signed "yes" before an AI agent does anything irreversible — with a receipt anyone can verify offline.

Three independent reference verifiers — JavaScript, Python, and Go — are proven to agree on the canonical adversarial conformance vectors, on every push (npm run conformance). That is the IETF bar for a real standard: multiple independent interoperable implementations. See CONFORMANCE.md, or verify a receipt yourself, in your browser, at emiliaprotocol.ai/verify.

EMILIA crash test — an autonomous agent tries to wire $82,000; the formally-verified policy engine holds it, a named human signs off, the Trust Receipt verifies offline, and a forged copy fails verification.

Run it yourself: node examples/crash-test.mjs — fully offline, no API key.

Try it in one line (Claude / Cursor / Cline):

npx -y @emilia-protocol/mcp-server

90-second demo · Quickstart · Agent code walkthrough · Discord

What is EP?

EMILIA Protocol (EP) is a protocol-grade trust substrate for high-risk action enforcement.

EP does not stop at identity. It verifies whether a specific actor, operating under a specific authority context, should be allowed to perform a specific high-risk action under a specific policy, exactly once, with replay resistance and durable event traceability.

EP enforces trust before high-risk action.

EP is not a generic identity platform, not a wallet, and not a social reputation layer. It is protocol infrastructure for binding actor identity, authority, policy, and exact action context before execution.

EP Core consists of three interoperable objects:

  • Trust Receipt
  • Trust Profile
  • Trust Decision

EP Extensions add stronger enforcement for high-risk workflows. The most important extension is Handshake, which binds actor identity, authority, policy, exact action context, nonce, expiry, and one-time consumption into a pre-action authorization flow.

When policy requires named human ownership, EP can also require Accountable Signoff before execution.

The protocol is open. Managed policy, verification, signoff orchestration, monitoring, evidence tooling, and sector-specific packs are optional product layers built on top.


The EP stack

  • EP Eye — observes and classifies agent behavior (OBSERVE → SHADOW → ENFORCE)
  • EP Handshake — cryptographic consent ceremony with 7-property binding
  • EP Signoff — named human ownership of outcomes
  • EP Commit — atomic, immutable action close

Eye observes. Handshake verifies. Signoff owns. Commit seals.


Proof points

MetricValue
Automated tests3,672 across 142 files (npx vitest run, 2026-06-11)
TLA+ safety properties26 verified (T1-T26) - TLC 2.19, latest full run 2026-04-30, 0 errors - see formal/PROOF_STATUS.md
Alloy relational assertions35 facts, 22 assertions across two models (ep_relations + ep_federation/PIP-006) - verified in CI (Alloy 6.0.0, 2026-06-11)
Red team cases85 cataloged in docs/conformance/RED_TEAM_CASES.md
Security findings remediated31
CI quality gatesSee .github/workflows/ (~13 workflows)
Full 7-step signoff chainProven end-to-end under load
Handshake create p95575ms at 50 VUs (per docs/operations/PERFORMANCE_PROOF.md)

See Performance Proof | Operating Envelope | Security Policy | Audit Methodology | API Compatibility Policy

Conformance status

MetricValue
Spec versionEP-CORE-v1.0
Conformance test7/7 required checks pass against production (verified 2026-06-12) — run it yourself: node conformance/ep-conformance-test.js https://www.emiliaprotocol.ai (discovery · key publication · entity registration · EP-RECEIPT-v1 format · Ed25519 signature · trust profile · trust decision)
Standalone verifynpm install @emilia-protocol/verify — zero deps, Apache-2.0 (npmjs.com)
Embed widget<ep-trust-badge entity-id="...">
Discovery/.well-known/ep-trust.json + /.well-known/ep-keys.json
Formal modelsTLA+ + Alloy
CodeQLActive
SBOM / ProvenanceActive

EP Core / EP Extensions / EP Product Surfaces

EP is a three-layer system. The core is deliberately small. Everything else is either an optional extension or a product surface built on top.

  • EP Core — the interoperable standard: Trust Receipt, Trust Profile, and Trust Decision.
  • EP Extensions — stronger enforcement where systems must constrain execution:
    • Handshake
    • Accountable Signoff
    • Commit
    • Delegation and attribution
    • Disputes and appeals where governance requires them
  • EP Product Surfaces — reference implementations and commercial layers:
    • Open runtime
    • Cloud control plane
    • Enterprise deployment layer
    • Government, financial, and agent-governance packs

A skeptical reader should be able to answer in 30 seconds: Core = the minimum interoperable standard. Extensions = stronger enforcement you opt into. Product Surfaces = tools built on top, not the protocol itself.


Four canonical high-risk action contexts

EP is decision infrastructure. Every serious deployment should anchor to a concrete action surface such as:

ContextExample
Governmentpayment destination change, benefit redirect, operator override
Financialbeneficiary change, payout destination change, treasury approval
Enterpriseprivileged production change, secrets rotation, permission escalation
AI / Agentdestructive tool use, autonomous irreversible action

Three core objects

EP standardizes three interoperable objects:

ObjectWhat it isOne-line
Trust ReceiptA portable record of an observed event relevant to trustWhat happened
Trust ProfileA standardized summary of observable trust stateWhat is known
Trust DecisionA policy-evaluated result with reasons and appeal pathWhat to do now

If a third party can implement these three objects and interoperate, EP has a real standard.


Quickstart in five calls

  1. create policy
  2. initiate handshake
  3. present evidence
  4. verify
  5. signoff and consume

That is the irreducible EP story.


Why EP exists

Most systems verify who is acting. Very few verify whether this exact high-risk action should be allowed to proceed under this exact policy by this exact actor right now.

That is the gap EP closes.

Related AI & LLM Tools MCP Servers

View all →
SkillFM LLM Cost Optimizer

io.github.ericm1018/skillfm-llm-cost-optimizer-openai-anthropic-usage

LLM cost optimizer for OpenAI, Anthropic, token usage, BYOK, and SkillFM Beacon audits.
Llm Orchestration Agent

io.github.mikerawsonnz/llm-orchestration-agent

Run a prompt through a LangChain (system + human) chain over Gemini on Vertex AI; optional LangSmith
Authenticated Llm Agent

io.github.mikerawsonnz/authenticated-llm-agent

JWT-gated LLM gateway: authenticate (bcrypt/JWT), then run a LangChain-on-Vertex Gemini completion.
Copilot Memory MCP

labforgedev/copilot-memory-mcp

Persistent semantic memory for AI agents using local ChromaDB vector search. No cloud required.
1
Agent Prompt Injection Firewall Mcp

csoai-org/agent-prompt-injection-firewall-mcp

The WAF for agents. Pattern-based + heuristic firewall scans prompts, RAG documents, tool argume...
Authenticated Multi Llm Agent

io.github.mikerawsonnz/authenticated-multi-llm-agent

Google-OAuth-gated LLM gateway: verify a Google ID token, then run a Gemini (Vertex AI) completion f