A
Audiala
/audiala_plan_trip
audiala plan trip
Routes a trip-planning request to the Audiala app. Returns the city's URL and the deep link to open the in-app AI trip planner — Audiala's planner runs on-devic
liveverifiedunknown~5s typical
mcpprobedaudiala
$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-com-audiala-mcp /audiala_plan_trip for me.
Input
| Field | Type | Description |
|---|---|---|
| city* | string | |
| days* | integer | |
| interests | array | |
| lang | string (en | fr | de | es | it | pt) |
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-com-audiala-mcp","endpoint":"/audiala_plan_trip","input":{"city":"...","days":1}}'cli
npx cracked-ai run -p mcp-com-audiala-mcp -e /audiala_plan_trip -i '{"city":"...","days":1}'mcp
run_tool({ provider: "mcp-com-audiala-mcp", endpoint: "/audiala_plan_trip", input: {"city":"...","days":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.