lottery-mcp
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-mcpshow me Taiwan Lotto 649 results for March 2025"
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
This MCP (Model Context Protocol) server enables retrieval of Taiwan lottery data for a specified month. It currently supports four games: Super Lotto 638 (威力彩), Lotto 649 (大樂透), Daily Cash 539 (今彩539), and Lotto 4D (4星彩).
Requirements
Python 3.9+
uv (Python package manager)
Related MCP server: Taiwan Legislative Yuan MCP Server
Usage
Install uv if you don't have it:
curl -LsSf https://astral.sh/uv/install.sh | shStart the server:
uv run main.pyRunning Locally with Claude App
To use this MCP server with Claude App, follow these steps:
Open
Settings > Developerin Claude App.Add or update your configuration as shown below, replacing
<absolute_path_to_the_folder>with the full path to your project directory:{ "mcpServers": { "lottery": { "command": "uv", "args": [ "--directory", "<absolute_path_to_the_folder>", "run", "main.py" ] } } }After connecting, a blue
runningtag will appear next to your server name in the Local MCP servers list.Access the server's tools by clicking the
Search and toolsbutton in the chat interface.
This confirms the MCP server is running and integrated with Claude App.
Troubleshoot
Unable to connect MCP server locally
If uv is already installed, it may mean that Claude cannot find it. Turn on the terminal and set a symlink:
sudo ln -s ~/.local/bin/uv /usr/local/bin/uv
This server cannot be installed
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
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/ishuen/lottery-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server