← Registry

Content Tools

carryo.io

An MCP server for publishing and managing Carryo websites and drafts, including reading HTML, checking publishing limits, and retrieving visitor form responses.

1 endpoint12 known toolsFirst detected September 11, 2026Last detected September 11, 2026

ENDPOINT 1

https://mcp.carryo.io/mcp

No auth detected

MCP server metadata

Name
carryo
Version
0.1.0
Capabilities
tools.listChanged

Known tools 12

account.check_publishing

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.

Inferred read-only
website.publish

Publishes supplied HTML as a new public Carryo website for sharing a presentation, proposal, report, dashboard, invitation, portfolio, or landing page.

Potential side effects
website.save_draft

Saves supplied HTML as a new private Carryo website draft for review before publication.

Inferred read-only
website.read

Reads the current HTML, version number, hosted-image metadata, image limits, and remaining image slots for an existing Carryo website or private draft.

Inferred read-only
website.read_form_responses

Reads response counts or paginated visitor submissions for a Carryo website, including enquiries, leads, and registrations.

Inferred read-only
website.list_versions

Lists previous versions of a Carryo website, including version details and changes, for reviewing edit history or planning a restoration.

Potential side effects
website.read_version

Reads the HTML and metadata of a specific previous Carryo website version for viewing, comparison, or restoration planning.

Inferred read-only
website.edit_images

Adds, replaces, or removes hosted images on an existing Carryo website without replacing its HTML.

Inferred read-only
website.edit

Replaces the complete HTML of an existing Carryo website while preserving its linkId and URL.

Potential side effects
team.list

Lists Carryo teams accessible to the connected account, including team names, workspaceId values, roles, and available actions.

Inferred read-only
website.list

Lists the connected account's live Carryo websites and private drafts, with titles, linkIds, live links, status, and effective edit and inactivity policies.

Potential side effects
website.unpublish

Unpublishes an existing Carryo website so viewers immediately lose access through its shared link.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.carryo]
url = "https://mcp.carryo.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "carryo": {
      "type": "http",
      "url": "https://mcp.carryo.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: carryo
Remote MCP URL: https://mcp.carryo.io/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "carryo": {
      "url": "https://mcp.carryo.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "carryo": {
      "type": "http",
      "url": "https://mcp.carryo.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "carryo",
  "transport": "streamable-http",
  "url": "https://mcp.carryo.io/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.