INDIVIDUAL MCP TOOL
luckdrop_check_entry
Answer 'can this wallet enter the draw right now, and what exactly does it send'.
LIVE ENDPOINT
https://luckdrop.app/mcp
Connect to this endpoint to inspect the live schema for luckdrop_check_entry and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests sending messages.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.luckdrop]
url = "https://luckdrop.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"luckdrop": {
"type": "http",
"url": "https://luckdrop.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: luckdrop
Remote MCP URL: https://luckdrop.app/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"luckdrop": {
"url": "https://luckdrop.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"luckdrop": {
"type": "http",
"url": "https://luckdrop.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "luckdrop",
"transport": "streamable-http",
"url": "https://luckdrop.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
luckdrop_get_draw— Read the state of the live LuckDrop draw: which draw is running, its phase, the prize, how many tickets are in, and the countdown to the next round.luckdrop_get_results— Read a single draw's five rounds and its winner.luckdrop_list_market— Read the live marketplace: which tickets are listed, at what price, and whether the trading window is currently open.luckdrop_check_prize— Check whether a wallet has won a prize it has not yet collected, and get the transaction that claims it.