원클릭으로
composio-byo
Connect and use a user-owned Composio MCP server in Cetus.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Connect and use a user-owned Composio MCP server in Cetus.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Set up and use CALL-E for real outbound phone calls through the CALL-E CLI and MCP tools.
Use when building any web page, HTML artifact, landing page, dashboard, slide deck, report, email, or UI component the user will look at. A taste-first design system that makes generated pages look intentional and crafted instead of generic "AI-made". Provides an aesthetic-direction process, design tokens, a starter CSS baseline, component patterns, and an anti-AI-slop checklist.
| name | composio-byo |
| description | Connect and use a user-owned Composio MCP server in Cetus. |
Use this skill when the user wants to connect Composio, add SaaS tools through Composio, or troubleshoot Composio MCP access.
This is a bring-your-own Composio setup. The user owns their Composio account, API key, auth configs, connected accounts, quotas, and billing. Cetus should not use a shared Composio account or shared API key for this plugin.
Ask the user for these values, or help them find them in their Composio dashboard:
https://backend.composio.dev/v3/mcp/...?...x-api-key headerComposio, Composio Gmail, or Composio WorkThe user must authenticate the required Composio toolkits before using them. Composio creates connected accounts and stores the third-party credentials in the user's Composio project.
Use Settings -> MCP, or the manage_mcp tool if available, with:
{
"name": "Composio",
"transport": "http",
"url": "https://backend.composio.dev/v3/mcp/YOUR_SERVER_ID?user_id=YOUR_USER_ID",
"headers": {
"x-api-key": "YOUR_COMPOSIO_API_KEY"
},
"enabled": true
}
After saving, test the MCP server. A successful test should list the tools that the Composio server exposes. Start a new conversation before relying on newly added tools, because Cetus freezes MCP configuration per conversation.
Composio supports creating MCP servers from the dashboard or SDK. For a single toolkit, Composio's documented flow is:
user_id.x-api-key header.Example shape from Composio docs:
URL: https://backend.composio.dev/v3/mcp/YOUR_SERVER_ID?user_id=YOUR_USER_ID
Header: x-api-key: YOUR_COMPOSIO_API_KEY
Use the least consequential tool that can answer the request. Confirm before sending, posting, deleting, changing permissions, modifying records, inviting users, paying, refunding, purchasing, or changing calendar attendance.
If tools are missing, ask the user to add or authenticate the relevant toolkit in Composio, then re-test the MCP server in Cetus.