tickadoo-experiences
v2.1.0Discover and book theatre, tours, attractions, and live experiences worldwide. Search, compare, check live availability, plan itineraries, and get direct tickadoo booking links. No API key required.
By tickadoo Inc.License: MIT1 GitHub starsUpdated yesterday
Directory evidence
- Runtimes
- Codex, Claude Code, and Agent Plugins
- Parsed components
- 8 skill or MCP entries
- Source updated
- Sep 22, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install tickadoo-experiences for Codex and Claude Code
codex plugin marketplace add tickadoo/tickadoo-mcp
codex plugin marketplace upgrade tickadoo-agent-plugins
codex plugin add tickadoo-experiences@tickadoo-agent-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the tickadoo-agent-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “tickadoo-experiences” remain stable.
- Codex:
tickadoo-experiences@agent-plugin-marketplace→tickadoo-experiences@tickadoo-agent-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/tickadoo/tickadoo-mcpClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json├── skills/compare-before-you-book/SKILL.md├── skills/date-night/SKILL.md├── skills/family-day-out/SKILL.md├── skills/near-a-landmark/SKILL.md├── skills/plan-a-trip/SKILL.md├── skills/tickadoo-experiences/SKILL.md├── skills/tonight-and-last-minute/SKILL.md└── .mcp.json
Included Skills7
Compare 2-5 already-known tickadoo experiences side by side before booking, then check the preferred option. Use when the user's main task is choosing between specific named or previously shown products, including for a family, date, landmark or tonight. If a name does not identify a specific product, resolve or clarify it before comparing.
Build one coherent evening for two in a single city with tickadoo, centred on bookable experiences plus dinner-area and post-show suggestions. Use for a date night, romantic evening or anniversary plan. Do not use for a multi-day romantic trip or a request for only the next available event tonight.
Build one coherent full or substantial family day in a single city with tickadoo, using the children's ages and geographically clustered activities. Use when the requested output is a family day plan. Do not use merely because children are mentioned. For a multi-day trip, one immediate activity, a named-option comparison or a place-led search, use the matching primary workflow and retain the family constraints.
Find experiences near a named landmark, neighbourhood, hotel or venue with tickadoo, without asking for coordinates. Use when proximity is the main constraint and no higher-priority comparison, multi-day, coherent family-day, coherent date-night or immediate-time workflow applies. If the place is unnamed, ask for it.
Build a multi-day itinerary in one city with tickadoo. Use when the user wants activities arranged across two or more days. This is the primary workflow for a multi-day request even when the user also mentions children, romance or a neighbourhood. Retain those constraints. Do not use for one evening, one family day, immediate same-day options or choosing between named experiences.
General tickadoo discovery and utility map for city-wide experience searches, named-experience lookup, mood-led ideas, weekly listings, city guides, travel tips and availability questions that do not match a specialist workflow. Do not use as the primary skill for a multi-day itinerary, a full family day, an immediate or same-day search, a coherent date night, a comparison of 2-5 known options or a landmark-anchored search. Use the matching tickadoo workflow skill.
Find experiences in a city tonight or within the next few hours with tickadoo, followed by a current availability check on the selected option. Use when immediacy is the deciding constraint. If the user explicitly asks for a coherent multi-stop date night or full family day, use that planning skill and perform same-day checks within it.
MCP servers1
- url
- https://mcp.tickadoo.com/mcp
Plugin manifests3
{
"name": "tickadoo-experiences",
"version": "2.1.0",
"description": "Discover and book theatre, tours, attractions, and live experiences worldwide. Search, compare, check live availability, plan itineraries, and get direct tickadoo booking links. No API key required.",
"author": {
"name": "tickadoo Inc.",
"url": "https://www.tickadoo.com"
},
"homepage": "https://mcp.tickadoo.com",
"repository": "https://github.com/tickadoo/tickadoo-mcp",
"license": "MIT",
"keywords": [
"tickadoo",
"experiences",
"tickets",
"travel",
"mcp"
],
"skills": "./skills/",
"mcpServers": {
"tickadoo": {
"type": "http",
"url": "https://mcp.tickadoo.com/mcp"
}
},
"interface": {
"displayName": "tickadoo Experiences",
"shortDescription": "Find bookable experiences",
"longDescription": "Search, compare and plan theatre, tours, attractions and live experiences with current tickadoo catalogue data.",
"developerName": "tickadoo",
"category": "Travel",
"capabilities": [
"Interactive"
],
"websiteURL": "https://www.tickadoo.com",
"privacyPolicyURL": "https://www.tickadoo.com/privacy",
"termsOfServiceURL": "https://www.tickadoo.com/terms",
"defaultPrompt": [
"Find memorable experiences in London this weekend.",
"Plan a family day out in Paris.",
"Compare two tickadoo experiences before I book."
],
"brandColor": "#FF5A5F",
"composerIcon": "./brand/apps-directory-icon-monochrome.svg",
"logo": "./brand/apps-directory-icon.svg"
}
}{
"name": "tickadoo",
"description": "Discover and book theatre, tours, attractions, and live experiences worldwide. Search, compare, check live availability, plan itineraries, and get direct tickadoo booking links. No API key required.",
"version": "2.1.0",
"author": {
"name": "tickadoo",
"url": "https://tickadoo.com"
},
"homepage": "https://mcp.tickadoo.com",
"repository": "https://github.com/tickadoo/tickadoo-mcp",
"license": "MIT",
"keywords": [
"tickadoo",
"experiences",
"tickets",
"theatre",
"tours",
"attractions",
"events",
"booking",
"travel",
"mcp"
]
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "tickadoo-experiences",
"version": "2.1.0",
"description": "Discover and book theatre, tours, attractions, and live experiences worldwide. Search, compare, check live availability, plan itineraries, and get direct tickadoo booking links. No API key required.",
"author": {
"name": "tickadoo Inc.",
"url": "https://www.tickadoo.com"
},
"homepage": "https://mcp.tickadoo.com",
"repository": "https://github.com/tickadoo/tickadoo-mcp",
"license": "MIT",
"keywords": [
"tickadoo",
"experiences",
"tickets",
"theatre",
"tours",
"attractions",
"events",
"booking",
"travel",
"mcp"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[tickadoo-experiences on Agent Plugins Marketplace](https://pluginsmp.com/plugins/tickadoo-experiences)