{"name":"io.carryo/website-publisher","slug":"carryo-website-publisher","title":"Carryo Website Publisher","description":"Publish and update HTML websites, landing pages, reports and proposals from AI chat. OAuth sign-in.","url":"https://mcp.market/server/carryo-website-publisher","rating":null,"grade":"C","score":60,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":8,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":6,"ok":6,"last_checked_at":"2026-09-20T21:21:05.911Z","last_ok_at":"2026-09-20T21:21:05.911Z","latency_ms":193},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":"https://carryo.io/docs","version":"0.1.0","remotes":[{"type":"streamable-http","url":"https://mcp.carryo.io/mcp"}],"packages":[],"tools":[{"name":"account.check_publishing","description":"Checks publishing availability, remaining Personal website capacity, reset timing, hosted-image allowances, custom URL endings, branding capabilities, and inactivity policies for the connected Carryo account. Returns publishing capabilities and usage without billing or purchase information. Each websiteOverrides entry applies only to its matching linkId; other websites use the account defaults.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"team.list","description":"Lists Carryo teams accessible to the connected account, including team names, workspaceId values, roles, and available actions. Supports finding a team the user has chosen. Team creation, invitations, membership, and billing are managed in the Carryo web app.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"website.edit","description":"Replaces the complete HTML of an existing Carryo website while preserving its linkId and URL. Suitable for updating, fixing, or republishing a known page. Returns the website link and a Carryo management link. Access and edit limits are checked for the website identified by linkId. expectedVersionNumber detects conflicting edits. Supports adding or replacing hosted images and removing paths through removeAssetPaths. Image assets use relative HTML paths and exactly one source: a fileId matching a host-supplied imageFiles attachment, or a fetchable HTTP(S) sourceUrl. Carryo imports and hosts its own copy. Base64 image bytes and data URLs are unsupported. Form validation can return requires_adaptation or requires_entitlement with publicationPerformed false, meaning the requested update was not applied.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"expectedVersionNumber":{"type":"integer","exclusiveMinimum":0,"description":"Expected current website version number for detecting conflicting edits."},"forms":{"type":"array","items":{"type":"object","properties":{"key":{"type":"string","pattern":"^[a-z][a-z0-9_-]{0,63}$"},"title":{"type":"string","minLength":1,"maxLength":120},"fields":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string","pattern":"^[a-z][a-z0-9_-]{0,63}$"},"label":{"type":"string","minLength":1,"maxLength":120},"type":{"type":"string","enum":["text","email","tel","number","date","textarea","select","checkbox","radio"]},"required":{"type":"boolean"},"maxLength":{"type":"integer","minimum":1,"maximum":3000},"options":{"type":"array","items":{"type":"string","minLength":1,"maxLength":200},"minItems":1,"maxItems":100}},"required":["name","label","type"],"additionalProperties":false},"minItems":1,"maxItems":30},"closed":{"type":"boolean"},"notifyOwner":{"type":"boolean"},"acknowledgementEmailField":{"type":"string"}},"required":["key","title","fields"],"additionalProperties":false},"maxItems":5,"description":"Optional definitions for JavaScript/React forms using window.CarryoForms.submit(key, values), which resolves on acceptance and rejects on failure. Stable keys and field names identify forms across edits. Static collection forms are inferred from data-carryo-form=\"key\" and named controls without duplicate definitions; placeholder submit handlers can block collection. Local calculator/filter forms use data-carryo-local and do not collect responses. Existing external endpoints retain their destination. Visitor acknowledgement is disabled unless explicitly enabled."},"linkId":{"type":"string","minLength":1,"maxLength":255,"description":"Carryo page link identifier to update"},"htmlContent":{"type":"string","minLength":1,"maxLength":5242880,"description":"Updated complete HTML for the Carryo page while keeping the same URL."},"fileName":{"type":"string","minLength":1,"maxLength":255,"description":"Optional replacement file name"},"sharingMode":{"type":"string","enum":["public"],"description":"Optional replacement publishing mode. Only public live links are supported here."},"expiresAt":{"type":"string","description":"Optional ISO-8601 expiration timestamp"},"imageFiles":{"type":"array","items":{"type":"object","properties":{"download_url":{"type":"string","minLength":1,"maxLength":4096},"file_id":{"type":"string","minLength":1,"maxLength":512},"mime_type":{"type":"string","minLength":1,"maxLength":255},"file_name":{"type":"string","minLength":1,"maxLength":1024}},"required":["download_url","file_id"],"additionalProperties":false},"maxItems":20,"description":"Optional image attachments supplied by a compatible host, with file_id and download_url. Each attachment is mapped to a relative HTML path by an assets entry with the matching fileId. Temporary download URLs are import sources, not hosted image URLs. Clients without file input support can omit this field."},"assets":{"type":"array","items":{"type":"object","properties":{"path":{"type":"string","minLength":1,"maxLength":512},"contentType":{"type":"string","minLength":1,"maxLength":255},"fileId":{"type":"string","minLength":1,"maxLength":512,"description":"Attachment file_id matching a host-supplied imageFiles entry. Mutually exclusive with sourceUrl."},"sourceUrl":{"type":"string","minLength":1,"maxLength":4096,"description":"Fetchable HTTP(S) image URL for Carryo to import and host. Mutually exclusive with fileId. Data URLs and base64 bytes are unsupported."}},"required":["path"],"additionalProperties":false},"maxItems":20,"description":"Optional image assets to add or replace. Each entry requires a relative HTML path and exactly one of fileId (matching imageFiles[].file_id) or sourceUrl (a fetchable HTTP(S) image URL). Existing images are preserved when omitted. The hosted-image allowance applies to the final website collection; replacing an existing path does not use another slot. Base64 bytes and data URLs are unsupported."},"removeAssetPaths":{"type":"array","items":{"type":"string","minLength":1,"maxLength":512},"maxItems":20,"description":"Optional relative asset paths to remove from the page asset bundle."}},"required":["linkId","htmlContent"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"website.edit_images","description":"Adds, replaces, or removes hosted images on an existing Carryo website without replacing its HTML. Reusing a path replaces that image without consuming another image slot; new paths are subject to the website image allowance. Returns hosted-image metadata and URLs. New paths appear in the page when referenced by its HTML. Image assets use relative HTML paths and exactly one source: a fileId matching a host-supplied imageFiles attachment, or a fetchable HTTP(S) sourceUrl. Carryo imports and hosts its own copy. Base64 image bytes and data URLs are unsupported.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"linkId":{"type":"string","minLength":1,"maxLength":255,"description":"Carryo page link identifier to update"},"imageFiles":{"type":"array","items":{"type":"object","properties":{"download_url":{"type":"string","minLength":1,"maxLength":4096},"file_id":{"type":"string","minLength":1,"maxLength":512},"mime_type":{"type":"string","minLength":1,"maxLength":255},"file_name":{"type":"string","minLength":1,"maxLength":1024}},"required":["download_url","file_id"],"additionalProperties":false},"maxItems":20,"description":"Optional image attachments supplied by a compatible host, with file_id and download_url. Each attachment is mapped to a relative HTML path by an assets entry with the matching fileId. Temporary download URLs are import sources, not hosted image URLs. Clients without file input support can omit this field."},"assets":{"type":"array","items":{"type":"object","properties":{"path":{"type":"string","minLength":1,"maxLength":512},"contentType":{"type":"string","minLength":1,"maxLength":255},"fileId":{"type":"string","minLength":1,"maxLength":512,"description":"Attachment file_id matching a host-supplied imageFiles entry. Mutually exclusive with sourceUrl."},"sourceUrl":{"type":"string","minLength":1,"maxLength":4096,"description":"Fetchable HTTP(S) image URL for Carryo to import and host. Mutually exclusive with fileId. Data URLs and base64 bytes are unsupported."}},"required":["path"],"additionalProperties":false},"maxItems":20,"description":"Optional image assets to add or replace. Each entry requires a relative HTML path and exactly one of fileId (matching imageFiles[].file_id) or sourceUrl (a fetchable HTTP(S) image URL). Existing images are preserved when omitted. The hosted-image allowance applies to the final website collection; replacing an existing path does not use another slot. Base64 bytes and data URLs are unsupported."},"removeAssetPaths":{"type":"array","items":{"type":"string","minLength":1,"maxLength":512},"maxItems":20,"description":"Optional relative asset paths to remove from the page asset bundle."}},"required":["linkId"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"website.list","description":"Lists the connected account's live Carryo websites and private drafts, with titles, linkIds, live links, status, and effective edit and inactivity policies. Suitable for finding a website by name. Returns Personal websites by default; workspaceId selects the user-chosen team's collection.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"workspaceId":{"type":"string","pattern":"^ws_[A-Za-z0-9]+$","description":"Optional exact workspaceId of the Carryo team selected by the user. Lists Personal websites when omitted."}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"website.list_versions","description":"Lists previous versions of a Carryo website, including version details and changes, for reviewing edit history or planning a restoration. Returns version metadata without changing the website.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"linkId":{"type":"string","minLength":1,"maxLength":255,"description":"Carryo page link identifier to inspect"}},"required":["linkId"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"website.publish","description":"Publishes supplied HTML as a new public Carryo website for sharing a presentation, proposal, report, dashboard, invitation, portfolio, or landing page. Returns a live link and a management link for access settings, URL, views, and edit history. New Personal websites consume the account creation allowance. Personal is the default destination; workspaceId selects a user-chosen team. Supports an optional customSlug and hosted images. Image assets use relative HTML paths and exactly one source: a fileId matching a host-supplied imageFiles attachment, or a fetchable HTTP(S) sourceUrl. Carryo imports and hosts its own copy. Base64 image bytes and data URLs are unsupported. Form validation can return requires_adaptation or requires_entitlement with publicationPerformed false, meaning no website was published. Supports HTML pages and their image assets, without general file storage or backend hosting.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"forms":{"type":"array","items":{"type":"object","properties":{"key":{"type":"string","pattern":"^[a-z][a-z0-9_-]{0,63}$"},"title":{"type":"string","minLength":1,"maxLength":120},"fields":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string","pattern":"^[a-z][a-z0-9_-]{0,63}$"},"label":{"type":"string","minLength":1,"maxLength":120},"type":{"type":"string","enum":["text","email","tel","number","date","textarea","select","checkbox","radio"]},"required":{"type":"boolean"},"maxLength":{"type":"integer","minimum":1,"maximum":3000},"options":{"type":"array","items":{"type":"string","minLength":1,"maxLength":200},"minItems":1,"maxItems":100}},"required":["name","label","type"],"additionalProperties":false},"minItems":1,"maxItems":30},"closed":{"type":"boolean"},"notifyOwner":{"type":"boolean"},"acknowledgementEmailField":{"type":"string"}},"required":["key","title","fields"],"additionalProperties":false},"maxItems":5,"description":"Optional definitions for JavaScript/React forms using window.CarryoForms.submit(key, values), which resolves on acceptance and rejects on failure. Stable keys and field names identify forms across edits. Static collection forms are inferred from data-carryo-form=\"key\" and named controls without duplicate definitions; placeholder submit handlers can block collection. Local calculator/filter forms use data-carryo-local and do not collect responses. Existing external endpoints retain their destination. Visitor acknowledgement is disabled unless explicitly enabled."},"htmlContent":{"type":"string","minLength":1,"maxLength":5242880,"description":"Complete HTML for the page, presentation, slide deck, proposal, report, landing page, dashboard, invitation, portfolio, or one-page website to publish."},"fileName":{"type":"string","minLength":1,"maxLength":255,"description":"Short internal file name, for example client-proposal.html, board-deck.html, report.html, or landing-page.html."},"sharingMode":{"type":"string","enum":["public"],"description":"Publishing mode for the Carryo page. Only public live links are supported here."},"expiresAt":{"type":"string","description":"Optional ISO-8601 expiration timestamp"},"customSlug":{"type":"string","minLength":3,"maxLength":64,"description":"Optional user-chosen URL ending using lowercase letters, numbers, and hyphens. An automatic URL is generated when omitted."},"workspaceId":{"type":"string","pattern":"^ws_[A-Za-z0-9]+$","description":"Optional exact workspaceId of the Carryo team explicitly selected by the user. The default destination is Personal when omitted."},"imageFiles":{"type":"array","items":{"type":"object","properties":{"download_url":{"type":"string","minLength":1,"maxLength":4096},"file_id":{"type":"string","minLength":1,"maxLength":512},"mime_type":{"type":"string","minLength":1,"maxLength":255},"file_name":{"type":"string","minLength":1,"maxLength":1024}},"required":["download_url","file_id"],"additionalProperties":false},"maxItems":20,"description":"Optional image attachments supplied by a compatible host, with file_id and download_url. Each attachment is mapped to a relative HTML path by an assets entry with the matching fileId. Temporary download URLs are import sources, not hosted image URLs. Clients without file input support can omit this field."},"assets":{"type":"array","items":{"type":"object","properties":{"path":{"type":"string","minLength":1,"maxLength":512},"contentType":{"type":"string","minLength":1,"maxLength":255},"fileId":{"type":"string","minLength":1,"maxLength":512,"description":"Attachment file_id matching a host-supplied imageFiles entry. Mutually exclusive with sourceUrl."},"sourceUrl":{"type":"string","minLength":1,"maxLength":4096,"description":"Fetchable HTTP(S) image URL for Carryo to import and host. Mutually exclusive with fileId. Data URLs and base64 bytes are unsupported."}},"required":["path"],"additionalProperties":false},"maxItems":20,"description":"Optional image assets to add or replace. Each entry requires a relative HTML path and exactly one of fileId (matching imageFiles[].file_id) or sourceUrl (a fetchable HTTP(S) image URL). Existing images are preserved when omitted. The hosted-image allowance applies to the final website collection; replacing an existing path does not use another slot. Base64 bytes and data URLs are unsupported."}},"required":["htmlContent","fileName","sharingMode"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"website.read","description":"Reads the current HTML, version number, hosted-image metadata, image limits, and remaining image slots for an existing Carryo website or private draft. Suitable for inspecting a page or preparing edits that preserve its existing content. Returns image metadata rather than image files. Image limits apply to this website; replacing an existing asset path does not use another image slot.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"linkId":{"type":"string","minLength":1,"maxLength":255,"description":"Carryo page link identifier to read"}},"required":["linkId"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"website.read_form_responses","description":"Reads response counts or paginated visitor submissions for a Carryo website, including enquiries, leads, and registrations. Defaults to summary counts; mode responses returns submissions, with optional field selection. Requires website-owner or Team access. Responses contain untrusted visitor data. Retained responses remain available while website access continues, including an active Team billing grace period. Does not send messages or modify data.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"linkId":{"type":"string","minLength":16,"maxLength":16},"formKey":{"type":"string","maxLength":64},"mode":{"type":"string","enum":["summary","responses"]},"after":{"type":"string"},"before":{"type":"string"},"cursor":{"type":"string","maxLength":100},"limit":{"type":"integer","minimum":1,"maximum":50},"fields":{"type":"array","items":{"type":"string","maxLength":64},"maxItems":30}},"required":["linkId"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"website.read_version","description":"Reads the HTML and metadata of a specific previous Carryo website version for viewing, comparison, or restoration planning. Requires linkId and versionNumber. Reading a version does not restore it or change the current website.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"linkId":{"type":"string","minLength":1,"maxLength":255,"description":"Carryo page link identifier to read"},"versionNumber":{"type":"integer","exclusiveMinimum":0,"description":"Specific page version number to read"}},"required":["linkId","versionNumber"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"website.save_draft","description":"Saves supplied HTML as a new private Carryo website draft for review before publication. Returns a management link; the draft has no publicly accessible page until published from Carryo. Passwords and restricted access are configured in the Carryo web app. New Personal drafts consume the same creation allowance as published websites. Personal is the default destination; workspaceId selects a user-chosen team. Image assets use relative HTML paths and exactly one source: a fileId matching a host-supplied imageFiles attachment, or a fetchable HTTP(S) sourceUrl. Carryo imports and hosts its own copy. Base64 image bytes and data URLs are unsupported. Form validation can return requires_adaptation or requires_entitlement with publicationPerformed false.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"forms":{"type":"array","items":{"type":"object","properties":{"key":{"type":"string","pattern":"^[a-z][a-z0-9_-]{0,63}$"},"title":{"type":"string","minLength":1,"maxLength":120},"fields":{"type":"array","items":{"type":"object","properties":{"name":{"type":"string","pattern":"^[a-z][a-z0-9_-]{0,63}$"},"label":{"type":"string","minLength":1,"maxLength":120},"type":{"type":"string","enum":["text","email","tel","number","date","textarea","select","checkbox","radio"]},"required":{"type":"boolean"},"maxLength":{"type":"integer","minimum":1,"maximum":3000},"options":{"type":"array","items":{"type":"string","minLength":1,"maxLength":200},"minItems":1,"maxItems":100}},"required":["name","label","type"],"additionalProperties":false},"minItems":1,"maxItems":30},"closed":{"type":"boolean"},"notifyOwner":{"type":"boolean"},"acknowledgementEmailField":{"type":"string"}},"required":["key","title","fields"],"additionalProperties":false},"maxItems":5,"description":"Optional definitions for JavaScript/React forms using window.CarryoForms.submit(key, values), which resolves on acceptance and rejects on failure. Stable keys and field names identify forms across edits. Static collection forms are inferred from data-carryo-form=\"key\" and named controls without duplicate definitions; placeholder submit handlers can block collection. Local calculator/filter forms use data-carryo-local and do not collect responses. Existing external endpoints retain their destination. Visitor acknowledgement is disabled unless explicitly enabled."},"htmlContent":{"type":"string","minLength":1,"maxLength":5242880,"description":"Complete HTML for the private Carryo draft page, presentation, slide deck, proposal, report, landing page, dashboard, invitation, portfolio, or one-page website."},"fileName":{"type":"string","minLength":1,"maxLength":255,"description":"Short internal file name, for example client-proposal.html, board-deck.html, report.html, or landing-page.html."},"expiresAt":{"type":"string","description":"Optional ISO-8601 expiration timestamp"},"customSlug":{"type":"string","minLength":3,"maxLength":64,"description":"Optional user-chosen URL ending using lowercase letters, numbers, and hyphens. An automatic URL is generated when omitted."},"workspaceId":{"type":"string","pattern":"^ws_[A-Za-z0-9]+$","description":"Optional exact workspaceId of the Carryo team explicitly selected by the user. The default destination is Personal when omitted."},"imageFiles":{"type":"array","items":{"type":"object","properties":{"download_url":{"type":"string","minLength":1,"maxLength":4096},"file_id":{"type":"string","minLength":1,"maxLength":512},"mime_type":{"type":"string","minLength":1,"maxLength":255},"file_name":{"type":"string","minLength":1,"maxLength":1024}},"required":["download_url","file_id"],"additionalProperties":false},"maxItems":20,"description":"Optional image attachments supplied by a compatible host, with file_id and download_url. Each attachment is mapped to a relative HTML path by an assets entry with the matching fileId. Temporary download URLs are import sources, not hosted image URLs. Clients without file input support can omit this field."},"assets":{"type":"array","items":{"type":"object","properties":{"path":{"type":"string","minLength":1,"maxLength":512},"contentType":{"type":"string","minLength":1,"maxLength":255},"fileId":{"type":"string","minLength":1,"maxLength":512,"description":"Attachment file_id matching a host-supplied imageFiles entry. Mutually exclusive with sourceUrl."},"sourceUrl":{"type":"string","minLength":1,"maxLength":4096,"description":"Fetchable HTTP(S) image URL for Carryo to import and host. Mutually exclusive with fileId. Data URLs and base64 bytes are unsupported."}},"required":["path"],"additionalProperties":false},"maxItems":20,"description":"Optional image assets to add or replace. Each entry requires a relative HTML path and exactly one of fileId (matching imageFiles[].file_id) or sourceUrl (a fetchable HTTP(S) image URL). Existing images are preserved when omitted. The hosted-image allowance applies to the final website collection; replacing an existing path does not use another slot. Base64 bytes and data URLs are unsupported."}},"required":["htmlContent","fileName"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"website.unpublish","description":"Unpublishes an existing Carryo website so viewers immediately lose access through its shared link. Recovery availability depends on the website and is shown in Carryo. Unpublishing does not cancel a subscription.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"linkId":{"type":"string","minLength":1,"maxLength":255,"description":"Carryo page link identifier to take offline"}},"required":["linkId"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":60,"grade":"C","scanned_at":"2026-09-19T19:11:30.732Z","report":{"scannerVersion":"0.1.5","scannedAt":"2026-09-19T19:11:30.742Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 732ms"]},"poisoning":{"score":15,"max":15,"notes":["12 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 1 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":4,"max":10,"notes":["verified namespace with website, no repo"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://mcp.carryo.io/mcp","reachable":true,"authRequired":false,"latencyMs":732,"serverInfo":{"name":"carryo","version":"0.1.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://mcp.carryo.io/favicon.svg?v=blue-c","source":"registry"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":8}}}},"grade_history":[],"reviews":[]}