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.
ENDPOINT 1
https://mcp.carryo.io/mcp
MCP server metadata
- Name
- carryo
- Version
- 0.1.0
Known tools 12
account.check_publishingChecks 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-onlywebsite.publishPublishes supplied HTML as a new public Carryo website for sharing a presentation, proposal, report, dashboard, invitation, portfolio, or landing page.
Potential side effectswebsite.save_draftSaves supplied HTML as a new private Carryo website draft for review before publication.
Inferred read-onlywebsite.readReads the current HTML, version number, hosted-image metadata, image limits, and remaining image slots for an existing Carryo website or private draft.
Inferred read-onlywebsite.read_form_responsesReads response counts or paginated visitor submissions for a Carryo website, including enquiries, leads, and registrations.
Inferred read-onlywebsite.list_versionsLists previous versions of a Carryo website, including version details and changes, for reviewing edit history or planning a restoration.
Potential side effectswebsite.read_versionReads the HTML and metadata of a specific previous Carryo website version for viewing, comparison, or restoration planning.
Inferred read-onlywebsite.edit_imagesAdds, replaces, or removes hosted images on an existing Carryo website without replacing its HTML.
Inferred read-onlywebsite.editReplaces the complete HTML of an existing Carryo website while preserving its linkId and URL.
Potential side effectsteam.listLists Carryo teams accessible to the connected account, including team names, workspaceId values, roles, and available actions.
Inferred read-onlywebsite.listLists the connected account's live Carryo websites and private drafts, with titles, linkIds, live links, status, and effective edit and inactivity policies.
Potential side effectswebsite.unpublishUnpublishes an existing Carryo website so viewers immediately lose access through its shared link.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.