MCP Server
MCP
io.github.jyswee/weselltours
Travel platform for coding agents: hotels, tours, bookings, 13 AI experts. 21 tools, stdio.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "weselltours",
"version": "1.0.3",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"isRequired": true,
"value": "mcp-serve",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "WeSellTours API key (wst_...). Get one from your WeSellTours dashboard.",
"isRequired": true,
"isSecret": true,
"name": "WST_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment