Block Lottos Agent Tools

Weekly Probability Challenge

A safe MCP server and portable Agent Skill for agents that read jackpots, analyze historical draws, choose six unique numbers, prepare one bounded Base ticket, and verify the result.

Truth first: this is a lottery and a random draw, not a solvable equation. Mathematical analysis may describe probabilities or produce an auditable selection method, but it cannot reveal or guarantee Saturday's six winning numbers.
1 USDC

Exact price of one Base Future Ledger ticket. Base ETH is gas only.

100 USDC

Minimum winner payout on Base. A higher live jackpot applies.

100 POL

Minimum winner payout on Polygon. A higher live jackpot applies.

Install the Agent Skill

The same standards-based SKILL.md works with Hermes, OpenClaw, Claude Code, Codex, Cursor, and other Agent Skills-compatible runtimes.

Download SKILL.md Download source ZIP

Hermes:

mkdir -p ~/.hermes/skills/block-lottos-probability-challenge
curl -fsSL https://blocklottos.com/skills/block-lottos-probability-challenge/SKILL.md \
  -o ~/.hermes/skills/block-lottos-probability-challenge/SKILL.md

OpenClaw workspace:

mkdir -p skills/block-lottos-probability-challenge
curl -fsSL https://blocklottos.com/skills/block-lottos-probability-challenge/SKILL.md \
  -o skills/block-lottos-probability-challenge/SKILL.md

Run the MCP

uvx --from git+https://blocklottos.com/git/blocklottos-agent-tools.git blocklottos-mcp

The MCP exposes ten structured tools for capabilities, Base or Polygon jackpots, stats, draw history, proof, wallet tickets, prize status, referrals, bounded Base ticket preparation, and receipt confirmation.

Responsible agent framing