Lazarus Pool runs a Model Context Protocol (MCP) server. Connect Claude, ChatGPT, Cursor or any MCP-capable assistant and ask about your machines, your DATUM gateway, your payouts, the coinbase being built right now, or anything on the BLAKE2b Bitcoin chain (XBT / BTCB2), in plain language and in your own language.
Endpoint: https://mcp.lazarus-xbt.xyz/mcp Streamable HTTP · read-only · no sign-in · free
Settings → Connectors → Add custom connector → paste https://mcp.lazarus-xbt.xyz/mcp → Add. Then turn it on in a chat.
claude mcp add --transport http lazarus-pool https://mcp.lazarus-xbt.xyz/mcp
Settings → Connectors → add a custom connector with the endpoint above (your plan may need developer mode switched on first).
// ~/.cursor/mcp.json
{ "mcpServers": { "lazarus-pool": { "url": "https://mcp.lazarus-xbt.xyz/mcp" } } }
npx mcp-remote https://mcp.lazarus-xbt.xyz/mcp
Give it your payout address once and talk normally. Some that work well:
miner_overview One payout address at a glance: hashrate, path and fee, window share, earnings, what is paid and pendingminer_workers The machines behind an address: hashrate, difficulty, rejects, time since last share, each flagged if something looks wrongminer_payouts Blocks that paid an address: amount, confirmations, when it becomes spendable, plus any make-good paymentsgateway_status A DATUM gateway as the pool sees it: connected, build, shares accepted and rejected, last reject reason, block candidatesnext_coinbase The coinbase the pool is handing out right now: reward, how it splits, and one address's line in itblock_payout How one found block was paid out: the coinbase outputs, and optionally one address's sharepool_status The pool right now: hashrate by path, miners, window, luck, time to block, network, fees, the 15% self-cappool_hashrate_history Pool hashrate over a range (1h to all-time) with the blocks found in itnext_block_template What the next block looks like from the pool's node: transactions waiting, fees, and the pool's own template ageconnection_info How to connect: stratum URL, username format, DATUM gateway host / port / pubkey, fees and the settings that matterpool_docs The pool's own explanation of fees, TIDES, DATUM, the bonus, non-custodial payouts and the 15% capget_transaction A transaction on this chain: confirmed or not, fee, inputs and outputsget_address An address on chain: balance, totals received and sent, and its latest transactionsget_block A block by height or hash: time, size, transactions, which pool mined it, reward and feesmining_pools Which pools are finding blocks on this chain, and the next difficulty changeBehind your own DATUM gateway the pool sees the gateway, not each machine, so per-machine temperatures and local rejects live on your gateway's own dashboard.
/mcp. Opening it in a browser shows an error on purpose: it only answers MCP clients.Lazarus 矿池提供一个 MCP 服务器。把 Claude、ChatGPT、Cursor 等 AI 助手接上去,就可以用中文直接问:我的算力、我的 DATUM 网关、我的收款、下一块会付我多少,以及这条 BLAKE2b 比特币链(XBT / BTCB2)上的区块、交易和地址。
地址:https://mcp.lazarus-xbt.xyz/mcp(只读,无需登录,免费)
claude mcp add --transport http lazarus-pool https://mcp.lazarus-xbt.xyz/mcpnpx mcp-remote https://mcp.lazarus-xbt.xyz/mcp可以这样问:“给我 bc1q… 的每日简报”、“我的 DATUM 网关正常吗?最近一次拒绝的原因是什么?”、“下一块会付我多少?”、“这周哪些区块付过我,什么时候可以花?”
只读:它只能看到矿池网站和浏览器已经公开的数据,不能转币,不能改设置。限速:每分钟 30 次调用,按地址查询每分钟 8 次。