Skip to content

OBSD LaunchPad MCP — Token Deployment Plugin for GOAT Agents on Base #536

@lordbasilaiassistant-sudo

Description

OBSD LaunchPad MCP Server

Built a full token lifecycle MCP server for Base that could complement GOAT's 200+ on-chain actions with token deployment and trading capabilities.

Install

npx -y obsd-launchpad-mcp

10 Tools

launch_token("My Token", "MTK", "0xWallet")  — Deploy a token
buy_token("0xToken", "0.001")                 — Buy with ETH
sell_token("0xToken", "1000")                 — Sell for ETH
claim_fees("0xToken")                         — Distribute pending fees
quote_buy("0xToken", "0.001")                 — Get buy quote
quote_sell("0xToken", "1000")                 — Get sell quote
get_creator_earnings("0xWallet")              — Lifetime OBSD earned
get_platform_stats()                          — Platform overview
get_token_info("0xToken")                     — Token details
list_launches()                               — All launched tokens

Why it fits GOAT

  • Extends Base capabilities — GOAT already supports Base; this adds token creation
  • Full lifecycle — deploy, trade, claim, analyze in one MCP
  • Revenue for agents — 37.5% of swap fees auto-sent as OBSD
  • Anti-rug — zero token allocation, LP burned, immutable, treasury-backed floor
  • Battle tested — 10 verified contracts on Base, 275 Foundry tests

Links

Happy to discuss integration as a GOAT plugin.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions