toursniper-mcp
v1.0.0
Published
MCP server for TourSniper — search and compare package tour prices from Russia. Use with Claude Desktop, Cursor, or any MCP client.
Maintainers
Readme
toursniper-mcp
MCP server for TourSniper — search and compare package tour prices from Russia.
Works with Claude Desktop, Cursor, and any MCP-compatible client.
What it does
Searches real-time package tour prices (flight + hotel) from 3 major Russian aggregators: Travelata, OnlineTours, Sletat.
9 destinations: Turkey, Egypt, Thailand, UAE, Maldives, Sri Lanka, Vietnam, Indonesia (Bali), China (Hainan).
41 departure cities across Russia.
Tools
| Tool | Description |
|------|-------------|
| search_tours | Search tours by country, dates, budget, stars, meal plan |
| hot_deals | Get current hot deals (updated every 5 min) |
| price_range | Min/max/avg prices for budget planning |
| list_countries | All supported destinations |
| list_cities | All departure cities |
Setup — Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"toursniper": {
"command": "npx",
"args": ["toursniper-mcp"]
}
}
}Example prompts
- "Find cheap tours to Turkey for 2 people, all inclusive"
- "What are the hot deals right now?"
- "How much does a tour to Maldives cost?"
- "Search 5-star hotels in Egypt, departure from Saint Petersburg"
Links
- Web app: https://app.toursniper.ru
- Telegram bot: https://t.me/TourSniperBot
- API docs: https://toursniper.ru/api/public/
- OpenAPI spec: https://toursniper.ru/.well-known/openapi.yaml
License
MIT
