← carryo.io

INDIVIDUAL MCP TOOL

team.list

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

carryo.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.carryo.io/mcp

No auth detected

Connect to this endpoint to inspect the live schema for team.list and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

carryo.io

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.

Related tools

  • 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.
  • website.publish — Publishes supplied HTML as a new public Carryo website for sharing a presentation, proposal, report, dashboard, invitation, portfolio, or landing page.
  • website.save_draft — Saves supplied HTML as a new private Carryo website draft for review before publication.
  • 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.
  • website.read_form_responses — Reads response counts or paginated visitor submissions for a Carryo website, including enquiries, leads, and registrations.
  • website.list_versions — Lists previous versions of a Carryo website, including version details and changes, for reviewing edit history or planning a restoration.
  • website.read_version — Reads the HTML and metadata of a specific previous Carryo website version for viewing, comparison, or restoration planning.
  • website.edit_images — Adds, replaces, or removes hosted images on an existing Carryo website without replacing its HTML.