weselltours
Click on "Install 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityCmaintenanceAn AI-powered travel planner MCP server enabling flight and hotel search, weather forecasts, point-of-interest discovery, itinerary generation, and budget management.Last updated8
- Alicense-qualityDmaintenanceMCP server for Expedia travel recommendations. Enables LLMs to search hotels, flights, activities, and car rentals using natural language.Last updated21Apache 2.0
- Flicense-qualityBmaintenanceMulti-domain MCP server enabling AI agents to plan and execute vacation travel and birthday party logistics via local tool pipelines.Last updated
- Flicense-qualityCmaintenanceMCP server for travel program search, comparison, and booking via Yourttoo API, optimized for LLMs with token-saving responses.Last updated
Related MCP Connectors
Hotel booking MCP server. Search, book, and manage reservations across 250K+ properties worldwide.
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jyswee/weselltours'
If you have feedback or need assistance with the MCP directory API, please join our Discord server