Back to Discover

weselltours

connector

jyswee

Travel platform for coding agents: hotels, tours, bookings, 13 AI experts. 21 tools, stdio.

View on GitHub
0 starsSynced Aug 7, 2026

Install to Claude Code

/plugin marketplace add jyswee/weselltours

README

wst

Travel platform management for coding agents. Hotels, tours, bookings, h-conductor AI — as easy as git.

Install

npm install -g weselltours

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 --help

Features

  • 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 active

Local 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

ToolDescription
wst_statusProject overview: PM inventory, coverage stats, domain breakdown.
wst_dashboardFull dashboard: bookings, users, hotels, tours, recent activity.
wst_askAsk tauAI travel concierge (13 domain experts).
wst_planPM plan mode: bug-triage, feature-plan, e2e-design, roadmap.
wst_expertsList available h-conductor domain experts.
wst_inventoryPM feature inventory scan (209 features across 11 domains).
wst_domainsPer-domain coverage breakdown with feature counts.
wst_boardFeature kanban board grouped by status.
wst_syncSync PM features to Buggazi.
wst_list_bugsList bugs, filter by severity or status.
wst_create_bugFile a new bug.
wst_resolve_bugResolve a bug with fix description and commit SHA.
wst_commentAdd comment to a bug.
wst_list_featuresList features, filter by status or domain.
wst_create_featurePlan a new feature.
wst_hotelsList all hotels.
wst_create_hotelCreate a new hotel listing.
wst_bookingsList bookings, filter by status.
wst_tenantsList all SaaS tenants (superadmin).
wst_usersList platform users (superadmin).
wst_notificationsWhat changed since last check.

Documentation

License

Proprietary — Tyga.Cloud Ltd. See LICENSE.

Rendered live from jyswee/weselltours's GitHub README — not stored, always reflects the source repo.

1 Install Method

NameDescriptionCategorySource
npm packageInstall via npm (stdio transport)mcp-serverweselltours

0 Comments

Login required
Log in to post a comment or update on this repo.

No comments yet — be the first to share an update.