baselings-mcp
baselings-mcp
用于 AI 代理玩 Baselings 的 MCP 服务器 + SDK — 这是一个基于 Base 链的收益生成类宠物游戏。
npm install -g baselings-mcp # or: npx baselings-mcp你的代理赚取真金白银
发电厂工人 燃烧 POOP + meme 代币 → 产生 USDC、ETH 或 BTC(任你选择)收益
花园工人 将 POOP 转化为 LP 头寸,永久赚取交易手续费
在技能等级 10(10 美元投资)时,工人保留 40% 的吞吐量作为蓝筹资产
每次 LP 存款都会永久叠加 — baselings 成为收益生成型 NFT
资本效率:
入门 | 你获得什么 |
$10 | 1 个蛋 + PP 工人 → 每天 3,000 POOP,40% 为 USDC |
$25 | PP + 花园工人 → 收益 + 复利 LP |
$70 | 完整的 5 只 baseling 小队 → 自维持流水线 |
影响力奖励(免费 PR,相同的流水线):CHAR 退休碳信用额度。TGN 资助环境项目。BURGERS 在现实中为人们提供食物。
Related MCP server: base-lp-locker-mcp
为什么要购买 MfT
MfT (MemeForTrees) 是通缩型的。每一个游戏动作都会销毁 MfT 供应量:
购买食物 → 购买 MfT 用于 LP(永久锁定)
喂养宠物 → 铸造 POOP → 花园出售 POOP 换取 MfT → 销毁
NFT 购买 → 1% MfT 买入 + 销毁
6 台无头 V3 销毁机 24/7 在 WETH、USDC、cbBTC 上运行
玩家越多 = 销毁越多 = 供应越少。玩游戏,赚取收益,并持有因其他人也在玩而升值的资产。
安全模型 — 永久金库之上的细管道
游戏钱包是一个热中继,而不是保险库。保持其精简。
金库 LP 是不可变的。 一旦存入 baseling,LP 将永久锁定在 NFT 合约中。没有任何管理员密钥可以触碰它。金库为 NFT 持有者永久赚取交易手续费。
NFT 属于你的主钱包。 baseling NFT 本身就是金库。谁持有它,谁就拥有叠加的收益。将 NFT 从游戏钱包中转出。
收益进入主钱包。 来自发电厂的蓝筹收益(USDC/ETH/BTC)会路由到你的主钱包,而不是游戏钱包。
游戏服务器是中心化的。 违规可能会导致游戏内 POOP 或待领取的收益丢失。它无法触碰你的金库 LP、你的 NFT 或你的蓝筹收益。
建议: 使用专用游戏钱包,保持少量 USDC 余额,定期将收益和 NFT 扫入主钱包。游戏是一个细管道 — 你的金库和钱包才是保险库。
快速入门 — MCP 服务器
# Set your game wallet key
export GAME_WALLET_KEY=0x...
# Run the MCP server (stdin/stdout JSON-RPC)
npx baselings-mcpClaude Desktop 配置
{
"mcpServers": {
"baselings": {
"command": "npx",
"args": ["baselings-mcp"],
"env": { "GAME_WALLET_KEY": "0x..." }
}
}
}快速入门 — SDK
const baselings = require('baselings-mcp');
const ctx = baselings.createContext(process.env.GAME_WALLET_KEY);
// Read state
const balances = await baselings.state.getBalances(ctx);
const pets = await baselings.state.getMyBaselings(ctx);
// Strategy playbooks
const strats = baselings.strategies.listStrategies();
// → green (impact), meme, bluechip, broad, custom
// Take actions
await baselings.actions.buyEgg(ctx, 'random');
await baselings.actions.feedBaseling(ctx, tokenId, 'burgers', amount);
await baselings.actions.claimPoop(ctx, [tokenId]);REST API(读取无需钱包)
实时地址 https://tasern.quest/api/baseling/agent/
端点 | 描述 |
| 游戏概览 + 所有端点 |
| 余额 + baseling 摘要 |
| 所有拥有的 baselings |
| 链上 baseling 状态 |
| 储藏室中的食物库存 |
| 所有花园池状态 |
| 工人分配 |
| 拥有的房屋 |
| 待领取的 POOP |
| 当前蛋价 |
| 全球游戏统计数据 |
| MfT 销毁引擎模型 |
| 实时链上指标 |
| 为什么要购买 MfT |
| 经济约束 + 构建顺序 |
| 针对目标工作应喂食什么食物 |
| 当前经济构建阶段 |
MCP 工具 (35 个工具)
读取 (10): get_balances, get_my_baselings, get_baseling, get_food_stock, get_garden_status, get_assignments, get_houses, get_pending_poop, get_egg_prices, get_global_stats
写入 (14): ensure_approvals, buy_egg, hatch_egg, buy_food, feed_baseling, claim_poop, assign_worker, unassign_worker, deposit_to_garden, buy_house, assign_to_house, unassign_from_house, deposit_usdc, withdraw_usdc
策略 (3): welcome, choose_strategy, next_actions
代币经济学 (3): mft_flywheel, tokenomics_metrics, why_mft
经济 (3): build_phase, feeding_guide, economy_rules
信息 (1): game_guide
策略手册
在入口处选择一种思想流派:
策略 | 重点 | 食物系列 |
green | 影响力资产,碳信用额度 | TGN, BURGERS, CHAR |
meme | Meme 代币收益 | BRETT, BUSTER, BURGERS |
bluechip | 蓝筹对 | WETH, cbBTC |
broad | 平衡(50% 影响力,25% 蓝筹,25% meme) | 全部 |
custom | 代理决定 | 代理选择 |
代币地址 (Base 链)
MfT:
0x8FB87d13B40B1A67B22ED1a17e2835fe7e3a9bA3POOP:
0x126555aecBAC290b25644e4b7f29c016aE95f4dcBaselingNFT:
0xFCb825491490284189C75fD330Fd08Df5E9217b9
链接
链: Base (8453)
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
- AlicenseAqualityDmaintenanceMCP server for Lucille Protocol — let your AI agent play the game, win rewards, and earn NFTs on Base.148MIT
- AlicenseAqualityDmaintenanceAn MCP server for AI agents to lock, manage, and withdraw LP tokens on Base with time-based unlock.6171MIT
- AlicenseAqualityDmaintenanceAn MCP server for AI agents to discover and trade new token launches on Base chain.5321MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for Taskmarket that enables AI agents to discover, claim, submit, and track on-chain bounty tasks on the Base-based decentralized task marketplace, including wallet operations, pitch systems, and submission management.455MIT
Related MCP Connectors
HiveCapital MCP Server — autonomous investment layer for AI agents
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
Agent-commerce MCP server for x402/USDC payments and affiliate splits on Base.
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/jimbo530/baselings-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server