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 Tender MCP
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.
Related MCP Servers
- AlicenseAqualityBmaintenanceProvides comprehensive access to Taiwan's Legislative Yuan data including bills, committees, gazettes, meeting records, interpellations, laws, legislators, and IVOD recordings through the Legislative Yuan API v2.Last updated395MIT
- FlicenseAquality-maintenanceEnables users to search and retrieve detailed information about Taiwan government procurement tenders through the Government Electronic Procurement System API. It supports searching tenders by keyword, category code, date, and government unit.Last updated6
- Alicense-qualityBmaintenanceAn open-source MCP server that aggregates Taiwan public data sources (data.gov.tw, TWSE, MOEA, CWA, etc.) and exposes them through the Model Context Protocol, enabling AI agents to query Taiwan data with a single configuration line.Last updated1Apache 2.0
- AlicenseAqualityDmaintenanceEnables to access Taiwan Central Weather Administration data, including 3-day and 1-week weather forecasts for counties/cities and historical rainfall data.Last updated3MIT
Related MCP Connectors
Taiwan payments (ECPay 綠界 + NewebPay 藍新) & e-invoices for AI agents. Stateless, never holds funds.
Taiwan Government Procurement MCP — 政府電子採購網 (PCC) tenders (keyless).
Singapore property & financial data APIs for AI agents. 27 MCP tools. x402 micropayments.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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