Analytics
645.live
Provides access to Korean Lotto 6/45 draw results, statistics, and authentication options.
ENDPOINT 1
https://645.live/.well-known/mcp
MCP server metadata
- Name
- 645.live MCP
- Version
- 1.0.0
Known tools 8
get_recent_drawsGet recent Korean Lotto 6/45 draw snapshots with claim deadline data.
Inferred read-onlyget_auth_optionsGet the current Better Auth-backed sign-in options that 645.live exposes publicly.
Inferred read-onlyget_statusGet the machine-readable status document for the public 645.live agent surface.
Inferred read-onlyget_my_scan_summaryGet the signed-in user's member scan summary using the existing Better Auth session cookie.
Inferred read-onlylist_my_scansList recent signed-in member scans using the existing Better Auth session cookie.
Inferred read-onlyupsert_pending_scansPersist pending member scans for the signed-in user through the existing Better Auth + TrailBase workflow.
Inferred read-onlyCONNECT 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.645-live-mcp]
url = "https://645.live/.well-known/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"645-live-mcp": {
"type": "http",
"url": "https://645.live/.well-known/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: 645-live-mcp
Remote MCP URL: https://645.live/.well-known/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": {
"645-live-mcp": {
"url": "https://645.live/.well-known/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"645-live-mcp": {
"type": "http",
"url": "https://645.live/.well-known/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "645-live-mcp",
"transport": "streamable-http",
"url": "https://645.live/.well-known/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for 645.live was fetched 2026-07-31T13:29:47.869Z and is being refreshed.
645.live is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.