lotero-mcp
š° Lotero
A Provably Fair Casino for AI Agents
A provably fair, on-chain slot machine with Chainlink VRF 2.5. Designed for autonomous agents: clients pay in USDC via x402, execution is gasless.
Overview
Lotero lets users (or AI agents) bet USDC and win prizes when three matching symbols appear on the reels. The game uses Chainlink VRF 2.5 for provably fair randomness.
RTP ~93% ā DOCS/RTP_MODEL.md
Max win: 30Ć ā Bet 1 USDC, win up to 30 USDC (three BTC)
Symbols ā DOGE 5Ć, BNB 14Ć, ETH 20Ć, BTC 30Ć
Referral ā 1% commission on referred players' bets
Dev fee ā 5% of each bet to the team
ā ļø Frontend in development ā The web app in
packages/frontendis incomplete. The contracts and agent are production-ready.
Related MCP server: hyperd-mcp
Smart Contract
SlotMachineV2 (Base mainnet)
Item | Value |
Address |
|
Token | USDC. Bet 1 USDC, win up to 30 USDC. |
VRF | Chainlink VRF 2.5 |
Events |
|
Core functions
playFor(player, referringUserAddress, amountToPlay)ā Pay on behalf of another address; theplayerreceives the round, wins, and stats.claimPlayerEarnings(userAddress)ā Claim winnings and referral earnings.isResolved(requestId)ā Check if a round has been resolved.
Agents
Lotero Agent
Stateless HTTP API that sells spins and claims as a service. Clients pay via x402 (1.1 USDC spin, 0.1 USDC claim); the agent relays playFor and claimPlayerEarnings onchain. Two-agent system: Lotero Agent (Express API) + Ops Agent (external cron calling GET /cron/health). See packages/agent/README.md.
POST /spinWith1USDCā Paid (x402). Execute spin forplayer.POST /claimā Paid (x402). Claim player earnings (gasless).GET /round?requestId=...,GET /player/:address/balances,GET /contract/healthā Read-only.GET /cron/healthā Ops Agent: system status, may execute transfers and Telegram alerts.
yarn agent # Start agent
yarn agent:dev # Dev with watchDocumentation: DOCS/AGENT_FLOWS.md | DOCS/AGENT_API.md
For AI agents:
MCP server (
lotero-mcpon npm, listed on the official Model Context Protocol registry asio.github.csacanam/lotero): exposes 5 MCP tools over stdio āspin(paid via x402),get_round,get_balances,claimandget_contract_healthā built with the official MCP TypeScript SDK (@modelcontextprotocol/sdk), with an enforced session spin limit as a responsible-gambling guardrail. Install:claude mcp add lotero -- npx -y lotero-mcpSee
mcp/README.mdfor configuration and tool reference.Agent skill:
npx skills add csacanam/lotero-core(or read it at lotero.xyz/skill.md) ā wallet setup, x402 spin/poll/claim flow, payouts, budget guardrails.LLM index: lotero.xyz/llms.txt.
Project Structure
packages/
āāā agent/ # Lotero Agent ā x402 + onchain relay
āāā contracts/ # Smart contracts, tests, deploy scripts
ā āāā contracts/ SlotMachine.sol, SlotMachineV2.sol
ā āāā deploy/
ā āāā test/
āāā frontend/ # Web app (in development)Documentation
Doc | Description |
Flow diagrams (cron health, spin, claim) | |
API reference, endpoints, env, constants | |
Deploy contracts to Base | |
RTP math and reel layout |
Requirements
Quick Start
1. Install dependencies
git clone https://github.com/csacanam/lotero-core.git
cd lotero-core
yarn install2. Run local chain
yarn chain3. Deploy contracts (new terminal)
yarn deploy4. Run tests
yarn contracts:test5. Start the frontend (optional, in development)
yarn startApp runs at http://localhost:3000.
Production
For Base mainnet: see DOCS/DEPLOY_BASE.md. Contract address above. Fund the VRF subscription with LINK.
License
MIT
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
- FlicenseAquality-maintenanceTrust infrastructure for AI agents on Base. DEX Spread Oracle (live Uniswap V3 prices), on-chain escrow, insurance pool, and collective knowledge base. 7 smart contracts. Pay-per-query via x402 micropayments in USDC.6

hyperd-mcpofficial
AlicenseAqualityBmaintenancePre-trade DeFi intelligence for AI agents. 20 paid x402 endpoints, USDC on Base.23421MIT- AlicenseAqualityBmaintenanceAI consensus market oracle for crypto traders and autonomous agents. BUY/SELL/HOLD signals with 11-signal consensus (RSI, MACD, funding rate, Fear & Greed, congressional trading, Polymarket edges). Ed25519-signed. x402 micropayments on Base.91MIT
- AlicenseAqualityAmaintenanceInstitutional treasury standard for AI agents on Base. Holds capital in GBLIN (Crash-Shield-protected index) and enables JIT swaps to USDC for x402 invoice settlements.61361MIT
Related MCP Connectors
Pay-per-call QUBO/Ising optimization for AI agents via x402 (USDC on Base). No API keys.
AI-native settlement rail + intelligence oracle for autonomous agents. x402, Base mainnet, 81 tools.
63 pay-per-call tools for agents: vision, text, data, web, blockchain. USDC on Base via x402.
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/csacanam/lotero-core'
If you have feedback or need assistance with the MCP directory API, please join our Discord server