Lottery MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Lottery MCP Servercheck double ball prize for numbers 3,11,14,19,29,30,15"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Lottery MCP Server
A Model Context Protocol (MCP) server for Chinese lottery data query and prize checking. Supports 双色球 (Double Color Ball) and 大乐透 (Super Lotto).
Features
🔄 Update lottery data - Fetch latest lottery results from official sources
🔍 Query results - Search lottery results by date range
🎯 Check prizes - Check if your numbers won any prizes
📊 Get latest results - Quick access to recent lottery draws
Related MCP server: Chinese Tourism Spots MCP Server
Installation
pip install mcp requestsMCP Tools
Tool | Description |
| Update lottery data to local database |
| Query lottery results by date range |
| Check winning status for given numbers |
| Get recent lottery results |
Configuration
Add to your MCP config (e.g., .kiro/settings/mcp.json):
{
"mcpServers": {
"lottery": {
"command": "python",
"args": ["/path/to/lottery_mcp_server.py"],
"env": {
"LOTTERY_DATA_DIR": "/path/to/data"
},
"disabled": false,
"autoApprove": ["update_lottery", "query_lottery", "check_prize", "get_latest_results"]
}
}
}Environment Variables
Variable | Description | Default |
| Directory to store lottery data |
|
Usage Examples
Update lottery data
update_lottery("double_ball", "2025-12-01", "2026-01-18")
update_lottery("super_lotto", "2025-12-01", "2026-01-18")Query results
query_lottery("double_ball", "2025-12-01", "2026-01-18")Check prize (Double Color Ball: 6 red + 1 blue)
check_prize("double_ball", "2025-12-01", "2026-01-18", [3, 11, 14, 19, 29, 30, 15])Check prize (Super Lotto: 5 front + 2 back)
check_prize("super_lotto", "2025-12-01", "2026-01-18", [8, 13, 27, 30, 32, 2, 3])Get latest results
get_latest_results("double_ball", 5)
get_latest_results("super_lotto", 10)Lottery Types
Type | ID | Description | Numbers |
| 双色球 | Double Color Ball | 6 red (1-33) + 1 blue (1-16) |
| 大乐透 | Super Lotto | 5 front (1-35) + 2 back (1-12) |
Prize Levels
Double Color Ball (双色球)
Level | Red Match | Blue Match |
一等奖 | 6 | ✓ |
二等奖 | 6 | ✗ |
三等奖 | 5 | ✓ |
四等奖 | 5 or 4+blue | - |
五等奖 | 4 or 3+blue | - |
六等奖 | 0-2 | ✓ |
Super Lotto (大乐透)
Level | Front Match | Back Match |
一等奖 | 5 | 2 |
二等奖 | 5 | 1 |
三等奖 | 5 | 0 |
四等奖 | 4 | 2 |
五等奖 | 4 | 1 |
六等奖 | 3 | 2 |
七等奖 | 4+0 or 3+1 | - |
八等奖 | Various combinations | - |
Data Source
Data is fetched from 中国福彩网:
License
MIT License
Disclaimer
This tool is for educational and entertainment purposes only. Please gamble responsibly.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/stevezhouht/lottery-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server