
Travel Mcp
Connect travel and experiences inventory from Tixxly into agent workflows so bots can search tours and activities with a vendor API key.
Overview
Tixxly Travel MCP is an MCP server for the Build phase that connects AI agents to tours, experiences, and activities via the Tixxly API.
What is this MCP server?
- Tixxly MCP server for tours, experiences, and activities
- npm package @tixxly-ai/travel-mcp with stdio transport (version 1.0.1)
- Required secret: TIXXLY_API_KEY from admin dashboard (mcp group)
- Source in TeamTixxly/tixxly-v2 repository subfolder mcp
- Connects AI agents to Tixxly vendor inventory
- Package version 1.0.1
- npm identifier @tixxly-ai/travel-mcp
- Required environment variable: TIXXLY_API_KEY (isSecret, isRequired)
What problem does it solve?
Building travel or experiences agents from scratch means negotiating APIs and auth while your MVP clock keeps ticking.
Who is it for?
Solo builders shipping travel, tourism, or local experiences agents who already have or can obtain a Tixxly vendor key.
Skip if: Generic coding assistants with no travel catalog needs, or products that cannot use a third-party experiences API.
What do I get? / Deliverables
After configuring TIXXLY_API_KEY, your agent can call Tixxly-backed MCP tools to query tours and activities inside the editor.
- Agent-callable access to Tixxly tours, experiences, and activities
- Working local integration scaffold for travel-focused MCP products
Recommended MCP Servers
Journey fit
Third-party travel APIs are integrated during Build when you wire agent tools to real booking or discovery backends. Integrations is the shelf: Tixxly MCP bridges agents to tours and activities APIs, not analytics or post-launch SEO.
How it compares
Tixxly vendor inventory MCP, not an open web scraper or flight-only GDS integration.
Common Questions / FAQ
Who is Tixxly Travel MCP for?
Indie developers and agent builders integrating Tixxly tours and activities into MCP-enabled editors.
When should I use Tixxly Travel MCP?
Use it during Build/integrations when your agent needs searchable experiences data backed by Tixxly’s API.
How do I add Tixxly Travel MCP to my agent?
Create a TIXXLY_API_KEY in the Tixxly admin dashboard (mcp group), install @tixxly-ai/travel-mcp, set the env var, and register the stdio MCP server in your client.