lottery-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_all_lottery_historyA | 获取双色球所有历史一等奖数据(从2013年至今) |
| get_lottery_by_date_rangeC | 按日期范围查询双色球开奖数据 |
| get_lottery_by_codeB | 按期号查询双色球开奖数据 |
| get_latest_lotteryA | 获取最新N期双色球开奖数据 |
| analyze_and_predictA | 分析双色球历史数据并基于高频号码生成10组参考号码(仅供参考,不代表预测) |
| calculate_sum_valueA | 计算最近N期双色球开奖号码的和值(红球号码之和),默认N=10 |
| calculate_ac_valueA | 计算最近N期双色球开奖号码的AC值(算术复杂性),默认N=10。AC值反映号码的离散程度和结构复杂性,黄金区间为7-9 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
Each tool has a clear, distinct purpose: data retrieval (by criteria) vs. analysis (AC value, sum value, prediction). No overlapping functionality.
All tools use a consistent 'verb_noun' pattern with underscores (e.g., get_latest_lottery, calculate_ac_value). Names are descriptive and uniform.
7 tools appropriately cover the domain: 4 for data retrieval (various filters) and 3 for analysis. Neither too sparse nor excessive.
Covers core retrieval and analysis needs. Minor gaps like dedicated frequency/trend tools missing, but prediction tool partially addresses this.