T
travel.art
/find_art_events
find art events
Search travel.art's catalogue of upcoming and current art events (biennales, art fairs, festivals). Returns events with dates, venues, ticket info, summary, and
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 /find_art_events for me.
Input
| Field | Type | Description |
|---|---|---|
| query | string | Free-text query (event name, theme, keyword). Optional. |
| country | string | ISO 3166-1 alpha-2 country code (e.g., 'IT', 'CH', 'GB', 'US'). Optional filter. |
| type | string (biennale | art-fair | festival | museum-exhibition) | Filter by event type. Optional. |
| activeOn | string | ISO 8601 date (YYYY-MM-DD). Returns only events whose date range covers this date. Optiona |
| startsAfter | string | ISO 8601 date. Returns only events starting on or after this date. Optional. |
| endsBefore | string | ISO 8601 date. Returns only events ending on or before this 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":"/find_art_events","input":{}}'cli
npx cracked-ai run -p mcp-art-travel-mcp -e /find_art_events -i '{}'mcp
run_tool({ provider: "mcp-art-travel-mcp", endpoint: "/find_art_events", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.