
Tixxly
Let your coding agent search and reason over Tixxly tours, experiences, and activities inventory via stdio MCP.
Overview
Tixxly is a MCP server for the Build phase that connects AI agents to live tours, experiences, and activities via the Tixxly travel API.
What is this MCP server?
- npm package @tixxly-ai/travel-mcp at version 1.0.7 with stdio transport
- Requires TIXXLY_API_KEY from the admin dashboard (mcp permission group)
- Connects agents to tours, experiences, and activities catalog data
- MCP subfolder in TeamTixxly/tixxly-v2 repository
- stdio MCP suitable for local Claude Code and Cursor configs
- npm identifier: @tixxly-ai/travel-mcp version 1.0.7
- Transport: stdio
- Required env: TIXXLY_API_KEY (1 secret variable)
What problem does it solve?
Travel-side projects need real tour and activity data in the agent loop, but hand-rolling API clients burns solo-builder time.
Who is it for?
Builders shipping Tixxly-powered experience booking flows, chat concierges, or internal ops tools on Claude Code.
Skip if: Generic trip planning without a Tixxly vendor account and mcp-group API key.
What do I get? / Deliverables
Your agent can call Tixxly-backed tools over stdio MCP using one npm package and a dashboard API key.
- Agent-callable access to Tixxly tours and activities data
- Local stdio MCP integration without custom REST glue code
- Faster prototype of travel UX backed by live catalog
Recommended MCP Servers
Journey fit
Travel inventory hooks land during product build when you connect your app or agent to a booking partner API. Integrations is the right shelf because Tixxly is a vendor bridge (npm MCP + API key), not a marketing or analytics workflow.
How it compares
Vertical travel-inventory MCP bridge, not a broad web browser automation skill.
Common Questions / FAQ
Who is Tixxly MCP for?
Developers and operators on Tixxly who want Claude or Cursor agents to read tours, experiences, and activities through MCP.
When should I use Tixxly MCP?
When you are building or extending product features that must query Tixxly catalog data during integration work.
How do I add Tixxly to my agent?
Install @tixxly-ai/travel-mcp, set TIXXLY_API_KEY in the environment, and register the stdio server in your MCP client config.