mcpbeat Sign in

Lotero MCP Server

local only

Lotero runs on your own machine — the client starts it, so there is no endpoint to ping. 33 installs a week from npm. Last commit 12 Jul 2026.

Provably fair on-chain slot machine for AI agents: x402 spins on Base, Chainlink VRF results.

Installs per day peak 16 · avg 3 · +6% w/w
a month agotoday
33
Installs / week
npm · lotero-mcp
0
Stars
0 open issues
12 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

  "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUzIiBoZWlnaHQ9IjM1MiIgdmlld0JveD0iMCAwIDM1MyAzNTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxyZWN0IHg9IjAuNzE2MzA5IiB5PSIwLjMxNzEzOSIgd2lkdGg9IjM1MS4zOTQiIGhlaWdodD0iMzUxLjM5NCIgZmlsbD0idXJsKCNwYWludDBfbGluZWF…
File ships in the package but is absent from the source [пакет] src/index.js:1
этот файл ставится пользователю, но в репозитории его нет
Sends data to a third-party sink packages/agent/src/utils/notify.js:21
const TELEGRAM_API_BASE = "https://api.telegram.org";

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add lotero -- npx -y lotero-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "lotero": {
      "args": [
        "-y",
        "lotero-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.lotero]
command = "npx"
args = ["-y", "lotero-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "lotero": {
      "args": [
        "-y",
        "lotero-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "lotero": {
      "args": [
        "-y",
        "lotero-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: LOTERO_WALLET_PRIVATE_KEY (Dedicated wallet with USDC on Base — pays spins/claims via x402. Required only for spin/claim.), LOTERO_PLAYER_ADDRESS (Default player — the human's wallet, where winnings accrue and get claimed.), LOTERO_MAX_SPINS_PER_SESSION (Enforced responsible-gambling spin limit per session (default 10).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Lotero

same job, measured the same way
Flipr X402
by iainkek

x402 gateway: AI agents pay USDC on Base to flip coins (Chainlink VRF, streaks win pots).

19 tools answering
x402 JSON Repair
by ktcod

Pay-per-call JSON repair + JSON Schema validation for AI agents (USDC on Base, x402).

21 tools answering
Agent Data Pro
by orionsmithers

Research articles and live crypto prices for AI agents via x402 on Base.

4 tools answering
JMT x402 Agent Tools
by jmthomasofficial

25 x402 paid API tools for AI agents on Base mainnet.

local only
Coal — Payments for AI agents
by emmanuel39hanks

Payment rails for AI agents. Pay merchants in USDC on Base. Dual-protocol: x402 + OKX APP.

13 tools answering
I
UOS Genesis x402 Machine Utilities
by palsus2023-eng

Paid x402 MCP utilities for AI agents on Base: JSON, HTML, CSV, hashing, attestations.

51 installs/wk local only
Clawswap
by wartech9

Cross-chain swaps between Solana and Base for AI agents paid for via via x402 micropayments.

44 installs/wk local only
x402 Merchant Check
by gradientdecisions

Pre-payment merchant trust checks for x402 agents on Base and Solana.

1 tools answering

Lotero — questions

Answers built from our own checks of this server.

Why is there no uptime for Lotero?
Lotero runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package lotero-mcp was installed 33 times last week.
How do I connect Lotero?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls lotero-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Lotero?
The npm package lotero-mcp was installed 33 times in the last week. Week over week that is +6%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Lotero open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.