SWLC MCP Server
Related Servers
Alternatives to SWLC MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseBqualityFmaintenanceEnables users to search and retrieve content from Xiaohongshu (Red Book) platform with smart search capabilities and rich data extraction including note content, author information, and images.15428MIT
- AlicenseAqualityBmaintenanceA high-performance FastAPI backend for train ticket queries in China, supporting real-time ticket availability, station information, transfers, and train schedules through the Model Context Protocol for AI assistants and automation.7380MIT
- AlicenseNot gradedqualityDmaintenanceEnables generation of detailed Chinese Ziwei Doushu (Purple Star) astrological charts with geographic location support and true solar time conversion. Provides tools for geocoding locations, converting Beijing time to apparent solar time, and creating comprehensive astrology readings based on birth information.813MIT
- FlicenseNot gradedqualityCmaintenanceProvides cryptographically secure random dice rolls for AI assistants, supporting standard and advanced dice notation for tabletop RPGs and games.8-
- AlicenseAqualityDmaintenanceProvides tools to query flight and train information including flight searches, train tickets, weather forecasts, and transfer options between different transportation modes.9493ISC
- AlicenseDqualityDmaintenanceProvides Swiss weather forecast data, allowing users to search for Swiss locations and get detailed hourly and daily weather forecasts.22MIT
TDQS
Scored across 13 tools
Most tools have distinct purposes, such as data retrieval (get_historical_data, get_latest_*), analysis (analyze_numbers, analyze_seq_numbers), and prediction (predict_lottery, generate_random_numbers). However, force_sync_data and sync_lottery_data overlap significantly in functionality, which could cause confusion for an agent.
Tool names follow a highly consistent verb_noun pattern throughout, using snake_case uniformly. Examples include get_latest_ssq, analyze_numbers, and predict_lottery, making the set predictable and easy to understand.
With 13 tools, the count is well-scoped for a lottery analysis server. It covers data retrieval, analysis, prediction, and database management without being overwhelming, with each tool serving a clear purpose in the domain.
The tool set provides strong coverage for lottery data analysis, including data sync, historical retrieval, statistical analysis, and prediction. A minor gap is the lack of tools for managing user preferences or advanced filtering, but core workflows are well-supported.