mcp-server
M
mcp-server
/muovi_create_task_link

Create task deep-link

Build the canonical Muovi deep-link that opens the on-platform task creation flow pre-filled with a specific professional and service. Returns a URL of the form

liveverifiedunknown~5s typical
mcpprobedmcp-server
$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-ar-com-muovi-mcp-server /muovi_create_task_link for me.

Input

FieldTypeDescription
professional_slug*stringThe professional's URL-safe slug (from `muovi_search_professionals` or `muovi_get_professi
service_slug*stringThe service slug to pre-fill in the task flow (from `muovi_list_services`).

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-ar-com-muovi-mcp-server","endpoint":"/muovi_create_task_link","input":{"professional_slug":"...","service_slug":"..."}}'
cli
npx cracked-ai run -p mcp-ar-com-muovi-mcp-server -e /muovi_create_task_link -i '{"professional_slug":"...","service_slug":"..."}'
mcp
run_tool({ provider: "mcp-ar-com-muovi-mcp-server", endpoint: "/muovi_create_task_link", input: {"professional_slug":"...","service_slug":"..."} })

Try it

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