T
travel.art
/recommend_art_trip
recommend art trip
Recommend an art-tourism trip itinerary for a specific city using only travel.art's published content. Returns events active during the trip dates, museum guide
liveverifiedunknown~5s typical
mcpprobedtravel.art
$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-art-travel-mcp /recommend_art_trip for me.
Input
| Field | Type | Description |
|---|---|---|
| city* | string | Destination city (e.g., 'Paris', 'Venice', 'Florence', 'London', 'Basel', 'Miami Beach'). |
| startDate | string | ISO 8601 trip start date. Optional — if provided, filters events to those active on or nea |
| endDate | string | ISO 8601 trip end date. Optional. |
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-art-travel-mcp","endpoint":"/recommend_art_trip","input":{"city":"..."}}'cli
npx cracked-ai run -p mcp-art-travel-mcp -e /recommend_art_trip -i '{"city":"..."}'mcp
run_tool({ provider: "mcp-art-travel-mcp", endpoint: "/recommend_art_trip", input: {"city":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.