Baselings

49 tools. 16 can modify or destroy data without limits.

7 destructive tools with no built-in limits. Policy required.

Last updated:

16 can modify or destroy data
33 read-only
49 tools total

Community server · catalogue entry verified 03/07/2026

How to control Baselings ↓

What Baselings exposes to your agents

Read (33) Write / Execute (9) Destructive / Financial (7)
Critical Risk

The most dangerous Baselings tools

16 of Baselings's 49 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Baselings

PolicyLayer is an MCP gateway — it sits between your AI agents and Baselings, and nothing reaches the server without passing your rules. These are the rules we recommend:

Block financial tools by default
{
  "buy_egg": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Requires human approval."
      }
    ]
  }
}

Financial tools should be explicitly enabled per use case, not open by default.

Rate limit write operations
{
  "assign_to_house": {
    "limits": [
      {
        "counter": "assign_to_house_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "arb_signal": {
    "limits": [
      {
        "counter": "arb_signal_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Baselings — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON BASELINGS →

Instant setup, no code required.

All 49 Baselings tools

READ 33 tools
Read arb_signal Check MfT price across multiple pools (MfT/WETH, MfT/USDC, MfT/cbBTC) and flag arb opportunities. READ-ONLY, n Read build_phase Shows your current economy build phase (1-5) and what to do next. Phase 1=gardener, 2=haulers, 3=PP, 4=nanny, Read choose_strategy Pick your play style: green (impact/carbon), meme (BURGERS/BRETT/TGN), bluechip (ETH/BTC), broad (diversified) Read claim_poop Claim pending POOP rewards for your baselings Read economy_rules Returns all economy constraints: POOP delay, keeper cycle, throughput caps, overflow mechanics, care timer. Re Read feeding_guide What food to feed a baseling based on its target job. Maps food→stat→job optimization. Read game_guide Detailed how-to-play guide with rate limits, tips, and mechanics explained. Read get_assignments See which baselings are working and where Read get_balances Check your wallet balances (ETH, USDC, POOP, WETH) Read get_baseling Get detailed on-chain info about one baseling Read get_egg_prices Current egg prices in M currency Read get_food_stock Check food in your cupboard (amount, spoiled status, time until spoil) Read get_garden_status Check all garden pools (workers, yields) Read get_global_stats Game-wide statistics (total baselings, POOP minted/burned) Read get_houses List your houses and who lives in them Read get_my_baselings List all your baseling pets with their stats Read get_pending_poop Check claimable POOP for your baselings Read get_reactor_list List all known reactors with fire-readiness status. READ-ONLY, no wallet needed. Returns each reactor name, ad Read hatch_egg Hatch an egg into a baseling Read liquidity_depth Measure how much USD can be traded before moving price by X%. Reads V3 pool state (slot0, liquidity, tick boun Read mft_flywheel Understand the MfT tokenomics flywheel — how every game action burns MfT supply. The key to understanding why Read mft_price Get current MfT token price in USD via Uniswap V3 Quoter. READ-ONLY, no wallet needed. Returns price per token Read next_actions Given your chosen strategy, analyzes current game state and returns prioritized list of what to do right now. Read portfolio_value Total portfolio value in USD for the trade wallet. Reads balances of all 14 allowed tokens, quotes each to USD Read reactor_timing Predict when reactors will fire next. Shows time until each reactor can fire, detects clustering (multiple rea Read swap_quote Get a price quote for a token swap (read-only, no execution). Shows expected output, pool fee, slippage. Max $ Read swap_status Check swap readiness: cooldown timer, daily spend, remaining budget, allowed tokens. Call this before swap_tok Read tokenomics_metrics Live on-chain tokenomics data: MfT supply, POOP burn ratio, power plant yield, total baselings. See the flywhe Read unrugable_check_reactor Check whether an address is a registered Unrugable reactor (valid target for invite links). Read unrugable_info Get Unrugable launcher info: number of tokens launched, current seed requirement, and recent launches. Start h Read unrugable_recent Get the most recent token launches from Unrugable. Read welcome Start here. Shows what Baselings is, how it works, and the strategy options to choose from. Read why_mft The pitch: why MfT is the token to buy. Explains the deflationary mechanics, impact story, and how to get maxi

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Baselings

Can an AI agent move money through the Baselings MCP server? +

Yes. The Baselings server exposes 7 financial tools including buy_egg, buy_food, buy_house. Without a policy, an autonomous agent can call these with no spend caps, no rate limits, and no approval flow. PolicyLayer lets you block financial tools by default, require human approval, or set per-tool rate limits — enforced on every call.

How do I prevent bulk modifications through Baselings? +

The Baselings server has 7 write tools including assign_to_house, assign_worker, feed_baseling. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Baselings.

How many tools does the Baselings MCP server expose? +

49 tools across 5 categories: Destructive, Execute, Financial, Read, Write. 33 are read-only. 16 can modify, create, or delete data.

How do I enforce a policy on Baselings? +

Register the Baselings MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Baselings tool call.

Deterministic rules across all 49 Baselings tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

49 Baselings tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.