meeting-agents
M
meeting-agents
/join_meeting_as

join meeting as

EMBODIMENT: join a live meeting AS YOURSELF (or as a persona you define). This gives an AI agent a meeting body — a named participant with a camera tile and a v

liveverifiedunknown~5s typical
mcpprobedmeeting-agents
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-mainroom-meeting-agents /join_meeting_as for me.

Input

FieldTypeDescription
meeting_url*stringFull join URL of the live meeting (Google Meet, Zoom, Microsoft Teams, or Webex).
agent_name*stringThe display name for your meeting body (e.g. 'Claude', 'Atlas — Research Agent'). Shown on
instructions*stringPersona + mission, second person ('You are... You're joining this call to...'). Include wh
introstringOptional one-paragraph welcome posted into the meeting chat when you join (say who you are
voicestring (alloy | ash | coral | echo | fable | onyx)TTS voice (default alloy).

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-ai-mainroom-meeting-agents","endpoint":"/join_meeting_as","input":{"meeting_url":"...","agent_name":"...","instructions":"..."}}'
cli
npx cracked-ai run -p mcp-ai-mainroom-meeting-agents -e /join_meeting_as -i '{"meeting_url":"...","agent_name":"...","instructions":"..."}'
mcp
run_tool({ provider: "mcp-ai-mainroom-meeting-agents", endpoint: "/join_meeting_as", input: {"meeting_url":"...","agent_name":"...","instructions":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.