Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Ead Factory
Ead Factory logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 8:06:36 PM

Ead Factory

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

EAD Factory MCP β€” Digital Trust services APIs for your agents

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "ead-factory": {
      "command": "npx",
      "args": [
        "-y",
        "ead-factory"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

g-digital MCP Distribution Pipeline

Automated pipeline that publishes g-digital MCP servers and n8n nodes across the MCP ecosystem.

This repo is the implementation of the g-digital MCP Distribution System β€” an internal pipeline that takes an MCP source folder, validates it, and publishes it to npm, Docker Hub, the MCP Official Registry, Smithery, Docker MCP Catalog, Cline Marketplace, mcp.so, and (for Track B) n8n's npm community.

Status

🚧 Under construction. This repo is currently being scaffolded. See the planning artifacts in the parent project for the full PRD, architecture, and 57-story implementation plan.

Expected initial milestones:

  • Epic 1: Pipeline foundation + local Prep Agent (artifact generation, manifest validation)
  • Epic 2: Track A quality gate in CI (static / MCP protocol smoke test / build & install)
  • Epic 3: Track A core publication (npm + Docker Hub + Official Registry)
  • Epic 4: Track A full coverage + retry recovery (Smithery, Docker MCP Catalog, Cline, mcp.so)
  • Epic 5: Track B platform adaptation (n8n + Make ROM)
  • Epic 6: First MCP live β€” EAD Factory pilot

How it works (once built)

  1. Engineer drops an MCP source folder into pending-to-publish/<mcp-name>/
  2. Engineer authors a per-MCP entry in mcp-pipeline.yaml
  3. Engineer runs /prep-mcp <mcp-name> locally via Claude Code (BMad skill)
  4. Engineer pushes a v* git tag
  5. GitHub Actions runs the 3-layer Track A quality gate (static schema validation, MCP protocol smoke test via MCP Inspector, build & install verification)
  6. Publisher Agent runs (after gates pass) β€” npm publish, Docker push, mcp-publisher publish, Smithery deploy trigger, Docker MCP Catalog PR, Cline issue, mcp.so submission
  7. Track B runs in parallel β€” n8n community node converted, validated, and published
  8. Release report is committed to _bmad-output/release-reports/<mcp>-<version>.md and posted as a PR comment

Result: code drop β†’ live across 10+ distribution channels in < 30 minutes.

Repo layout (v1.1+)

The pipeline repo (this one) holds:

  • mcp-pipeline.yaml β€” registry of MCPs the pipeline knows how to publish, keyed by kebab-case id. Each entry's only required field is repo_url. Everything else moves to the per-MCP repo (see below).
  • src/, actions/, .github/workflows/ β€” pipeline tooling itself.
  • pending-to-publish/<id>/ is transient at workflow time: the checkout-mcp-source composite action clones the MCP repo into that path before any gate or publisher runs, and nothing under it is committed here.

Each MCP source repo (g-digital-by-Garrigues/<Name>-MCP) holds:

  • The MCP code, package.json, server.json, README.md, Dockerfile, LICENSE, assets/.
  • A .distribution.yaml at the root β€” schema in src/schemas/distribution-config.schema.ts. This is the source of truth for the per-MCP publish config the pipeline consumes (npm scope, docker image, license, tools list, logo path, skip_targets, etc.). No secrets β€” those stay as GitHub Actions secrets in this repo.

Release flow (per-MCP-repo model, v1.1+)

Each MCP source lives in its own public repository under g-digital-by-Garrigues/, named <MCP-Title-Case>-MCP (e.g. EAD-Factory-MCP). The MCP code, README, Dockerfile, package.json, server.json, and a .distribution.yaml (publishing config consumed by this pipeline) live there. This repo holds only the pipeline tooling and the registry of MCPs to manage.

To cut a new release of an MCP:

  1. In the MCP's own repo (e.g. EAD-Factory-MCP):

    • Open a PR bumping package.json and server.json to the new version (e.g. 1.0.5).
    • When the PR merges to main, create and push the matching tag:
      bash
      git checkout main && git pull
      git tag -a v1.0.5 -m "Release 1.0.5"
      git push origin v1.0.5
      
    • The tag must match v<version> exactly. The pipeline fails fast if the tag doesn't exist.
  2. In this repo (MCP_Market_Distribution):

    • Go to Actions β†’ publish β†’ Run workflow and dispatch with:
      inputvalue
      mcp_namethe MCP id (e.g. ead-factory)
      versionthe version you just tagged (e.g. 1.0.5)
      dry_runfalse (use true to validate without publishing)
      step/track/bumpdefaults are fine for a fresh release
  3. The pipeline will:

    • Clone the MCP repo at v1.0.5 (or main for dry-runs).
    • Run the 3-layer Track A gate against that source.
    • Publish to npm, Docker Hub, MCP Official Registry, and open submissions on Docker MCP Catalog, Cline, mcp.so. Smithery is skipped per skip_targets until the MCPB generator lands.
    • Commit a release report to _bmad-output/release-reports/ and post it as a comment if dispatched from a PR context.

Registering a new MCP

To add an MCP to the pipeline:

  1. Create the public repo g-digital-by-Garrigues/<MCP-Title-Case>-MCP with MIT license.
  2. Add the MCP code, plus a .distribution.yaml at the root (see EAD-Factory-MCP/.distribution.yaml for the canonical example). Schema: src/schemas/distribution-config.schema.ts. This file is the source of truth for every per-MCP publish field (npm scope, docker image name, license, tools list, logo path, skip_targets, etc.) β€” nothing per-MCP should live in this repo.
  3. In this repo, append an entry under mcps: in mcp-pipeline.yaml with at minimum repo_url. Everything else lives in the MCP's own .distribution.yaml.
  4. Open the v1.0.0 PR in the MCP repo, tag v1.0.0, dispatch this workflow with mcp_name=<your-id>, version=1.0.0.

License

MIT. See LICENSE.

Contributing

Internal Garrigues / g-digital project. For onboarding, see docs/runbooks/setup-day1.md (added in Epic 1).

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • Ead Factory logoEad Factory

    EAD Factory MCP β€” Digital Trust services APIs for your agents

    πŸ’» Developer Tools0 views
    Compare vs Ead Factory β†’
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Agent Guild logoAgent Guild

    Attack-resistant reputation and trust layer for autonomous AI agents β€” discover, vet, and vouch.

    πŸ’» Developer Tools1 views
    Compare vs Agent Guild β†’
  • Ausca logoAusca

    Pay-per-call APIs and MCP services for agents, no accounts or keys, with verifiable receipts.

    πŸ’» Developer Tools0 views
    Compare vs Ausca β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Ead Factory

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "ead-factory": { "command": "npx", "args": ["-y", "ead-factory"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewEad Factory AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/ead-factory?style=directory)](https://allmcps.com/mcp/ead-factory)
HTML Embed
<a href="https://allmcps.com/mcp/ead-factory"><img src="https://allmcps.com/api/badge/ead-factory?style=directory" alt="Ead Factory on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
28Quality signal: Emerging Β· 28/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools10/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge and attach your website β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Ead Factory β†’Install in Claude DesktopInstall in CursorInstall in VS Code