weselltours
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@weselltourswhat's the status of my project?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
wst
Travel platform management for coding agents. Hotels, tours, bookings, h-conductor AI — as easy as git.
Install
npm install -g weselltoursRelated MCP server: expedia-travel-recommendations-mcp
Quick Start
# Create a tenant
wst signup my-agency --local
# File a bug
wst bug "Booking form returns 500" -s P1
# Plan a feature
wst feature "Calendar view for dates" -p P2
# See your project
wst status
# Ask tauAI
wst ask "how do hotel bookings work?"
# Full reference
wst --helpFeatures
Services — full CRUD for hotels, tours, cars, boats, events, spaces, flights
Bookings — manage, confirm, cancel, export, invoices
Admin — 135 subcommands: tenants, users, plans, vendors, payouts, media, content
h-conductor — 13 travel domain AI experts
PM sync — 209 features auto-scanned, coverage tracking
Operator — dashboard, settings, subscription, theme, domains
Vendor — services, rooms, availability, team, enquiries
Customer — profile, bookings, wallet, messages, 2FA
Per-Project Config
wst login --local --key YOUR_KEY # saves to .wst/config.json (project-local)
wst login --key YOUR_KEY # saves to ~/.wst/config.json (global)
wst config # show which config is activeLocal config overrides global. Add .wst/ to your .gitignore.
Agent Integration
Add to your agent instructions file (AGENTS.md, .cursorrules, .clinerules, or .windsurfrules):
## WeSellTours
Use the wst CLI for travel platform management.
Key is in .wst/config.json (auto-loaded).
Run wst --help for full reference.MCP Server
wst ships a built-in Model Context Protocol server (stdio, zero extra dependencies) exposing 21 tools. Works with Claude Code, Claude Desktop, Cursor, Windsurf, Cline, and any MCP client.
Claude Code / Cursor / Windsurf — add to .mcp.json:
{
"mcpServers": {
"weselltours": {
"type": "stdio",
"command": "wst",
"args": ["mcp-serve"]
}
}
}Claude Desktop — add the same block to claude_desktop_config.json.
Authentication uses your existing wst config (wst login --local --key YOUR_KEY).
Tools
Tool | Description |
| Project overview: PM inventory, coverage stats, domain breakdown. |
| Full dashboard: bookings, users, hotels, tours, recent activity. |
| Ask tauAI travel concierge (13 domain experts). |
| PM plan mode: bug-triage, feature-plan, e2e-design, roadmap. |
| List available h-conductor domain experts. |
| PM feature inventory scan (209 features across 11 domains). |
| Per-domain coverage breakdown with feature counts. |
| Feature kanban board grouped by status. |
| Sync PM features to Buggazi. |
| List bugs, filter by severity or status. |
| File a new bug. |
| Resolve a bug with fix description and commit SHA. |
| Add comment to a bug. |
| List features, filter by status or domain. |
| Plan a new feature. |
| List all hotels. |
| Create a new hotel listing. |
| List bookings, filter by status. |
| List all SaaS tenants (superadmin). |
| List platform users (superadmin). |
| What changed since last check. |
Documentation
License
Proprietary — Tyga.Cloud Ltd. See LICENSE.
This server cannot be deployed
Maintenance
Related MCP Connectors
Hotel booking MCP server. Search, book, and manage reservations across 250K+ properties worldwide.
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
MCP server exposing the Backtest360 engine API as tools for AI agents.
Hosted MCP with 91 agent tools: X, domains, SEO, Maps, Trends, Search, YouTube, TikTok, and more.
Related MCP Servers
- FlicenseAqualityDmaintenanceAn AI-powered travel planner MCP server enabling flight and hotel search, weather forecasts, point-of-interest discovery, itinerary generation, and budget management.8-
- AlicenseNot gradedqualityFmaintenanceMCP server for Expedia travel recommendations. Enables LLMs to search hotels, flights, activities, and car rentals using natural language.23Apache 2.0
- FlicenseNot gradedqualityBmaintenanceMulti-domain MCP server enabling AI agents to plan and execute vacation travel and birthday party logistics via local tool pipelines.-
- FlicenseNot gradedqualityDmaintenanceMCP server for travel program search, comparison, and booking via Yourttoo API, optimized for LLMs with token-saving responses.-