mcpserver.lol
registry/eds-mcp-server
Connection check local install

eds-mcp-server

41 tools for Adobe Edge Delivery Services: read, audit, track, monitor, fix, publish, undo — safely.

Tools 41
GitHub stars 3
Installs / wk 131
Licence Apache-2.0
Transport stdio
Last checked never

Tools & capabilities

41 tools

Read from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.

eds_audit_monitor from source
Watch a site on a schedule: run the audit, DIFF it against the last snapshot, and report a status — ok / degraded / broken (a new critical issue, or a dimension fallen to poor). Re…
eds_audit_page from source
Audit a single page for SEO and accessibility issues (missing title/description, no H1, images without alt text, missing landmarks, etc.). Returns a prioritized list of findings wi…
eds_audit_report from source
Run a site audit and return a beautiful, self-contained, client-ready HTML report — a Focus GTS Navigator letterhead, an executive summary, per-dimension health scores, a prioritiz…
eds_audit_site from source
Sweep the whole site (or a subtree) and return a prioritized list of content-quality issues across SEO, accessibility, freshness, sitemap coverage, and — when a domain is supplied…
eds_audit_snapshot from source
Run the site audit and RECORD its scores to a history sheet in the site
eds_audit_trend from source
Show site health OVER TIME from the recorded snapshots — returns a self-contained, theme-aware HTML trend view (an SVG sparkline of the overall score plus per-dimension movement si…
eds_bulk_fix_metadata from source
Fix SEO/social metadata across MANY pages in one reversible operation. Takes a list of { path, metadata } (the agent supplies each page\
eds_bulk_preview from source
Start an asynchronous bulk preview job over many pages in one call. Returns a job handle immediately; poll eds_get_job_status for progress. Use for section updates or content migra…
eds_bulk_publish from source
Start an asynchronous bulk publish job from preview to the live production domain over many pages in one call. Returns a job handle immediately; poll eds_get_job_status for progres…
eds_da_copy_source from source
Copy an authored source document to another path in Document Authoring. Requires EDS_DA_TOKEN.
eds_da_delete_source from source
Delete an authored source document from Document Authoring. Requires EDS_DA_TOKEN.
eds_da_export from source
Bulk-export a whole Document Authoring subtree in one call: recursively fetch every document under a path and return all their sources together. The efficient
eds_da_get_source from source
Get the raw authored source (typically HTML) of a Document Authoring document — the source of truth, not the rendered/previewed output. Requires EDS_DA_TOKEN.
eds_da_get_versions from source
Get the version history of a Document Authoring source document. Requires EDS_DA_TOKEN.
eds_da_list_sources from source
List authored source documents and folders in Document Authoring (DA) under a path. Requires EDS_DA_TOKEN.
eds_da_move_source from source
Move (rename) an authored source document to another path in Document Authoring. Requires EDS_DA_TOKEN.
eds_da_push from source
Bulk-push many edited Document Authoring documents back in one call. Set dryRun to PREVIEW what would change (create/update/unchanged) without writing anything — safest to run this…
eds_da_put_source from source
Create or update (upsert) the authored source of a Document Authoring document. Requires EDS_DA_TOKEN.
eds_da_rollback from source
Undo a previous eds_da_push. Pass the exact
eds_fix_audit from source
Fix what the audit found — across metadata AND redirects — in ONE reversible operation. After eds_audit_site/eds_audit_report, findings that carry a
eds_fix_metadata from source
Fix a page\
eds_fix_redirect from source
Fix broken links (404s) by adding redirect rules to the site\
eds_get_404s from source
Get a report of 404 errors for an EDS site including hit counts and referrer sources
eds_get_api_keys from source
List the API keys configured for the EDS site including their roles and creation dates
eds_get_config from source
Read the site configuration from the EDS config endpoint (fstab, headers, redirects, etc.)
eds_get_cwv from source
Get Core Web Vitals (LCP, CLS, INP, TTFB) for an EDS site from the RUM data pipeline
eds_get_experiments from source
Get A/B experiment results for an EDS site including variant views, clicks, and conversion rates
eds_get_job_status from source
Check the progress of an asynchronous bulk job started by eds_bulk_preview or eds_bulk_publish. Reports state (created/running/stopped) and processed/failed counts.
eds_get_logs from source
Get the project activity log showing recent preview, publish, and configuration actions
eds_get_metadata from source
Fetch the site-wide metadata sheet (metadata.json) containing SEO and social meta values
eds_get_page from source
Fetch the rendered HTML content of an EDS page via the .plain.html endpoint
eds_get_redirects from source
Fetch and parse the site redirects spreadsheet (redirects.json). Returns all redirect rules with source, destination, and type (301/302).
eds_get_sitemap from source
Fetch and parse the site sitemap.xml, returning all URLs with last-modified dates
eds_get_status from source
Get the current preview, live, and code-bus status for an EDS resource including URLs and modification timestamps
eds_list_pages from source
List pages from the site query index with pagination support
eds_preview_and_publish from source
Preview a page and then immediately publish it to live in a single atomic operation. The most common EDS workflow.
eds_preview_page from source
Trigger preview for an EDS page so changes from the content source are reflected on the preview domain (*.aem.page)
eds_publish_page from source
Publish an EDS page from preview to the live production domain (*.aem.live)
eds_purge_cache from source
Purge the CDN cache for an EDS page path so the next request fetches fresh content
eds_search_pages from source
Search for pages by keyword across titles, descriptions, and paths in the site query index
eds_unpublish_page from source
Remove an EDS page from the live production site. The page will no longer be publicly accessible.