← 645.live

INDIVIDUAL MCP TOOL

get_recent_draws

Get recent Korean Lotto 6/45 draw snapshots with claim deadline data.

645.livenone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

645.live

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.645-live]
url = "https://645.live/.well-known/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "645-live": {
      "type": "http",
      "url": "https://645.live/.well-known/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: 645-live
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": {
      "url": "https://645.live/.well-known/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "645-live": {
      "type": "http",
      "url": "https://645.live/.well-known/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "645-live",
  "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.

Related tools

  • get_draw — Get a single Korean Lotto 6/45 draw snapshot by round number.
  • get_stats_overview — Get the public TrailBase-backed 645.live statistics overview.
  • get_auth_options — Get the current Better Auth-backed sign-in options that 645.live exposes publicly.
  • get_status — Get the machine-readable status document for the public 645.live agent surface.
  • get_my_scan_summary — Get the signed-in user's member scan summary using the existing Better Auth session cookie.
  • list_my_scans — List recent signed-in member scans using the existing Better Auth session cookie.
  • upsert_pending_scans — Persist pending member scans for the signed-in user through the existing Better Auth + TrailBase workflow.