Skip to content

Add OBSD LaunchPad — Token Deployment MCP for AI Agents on Base #393

@lordbasilaiassistant-sudo

Description

Suggestion

Add OBSD LaunchPad to the awesome-ai-agents list.

What it does

OBSD LaunchPad is an MCP server that gives AI agents the ability to deploy and manage tokens on Base chain. 12 tools covering the full token lifecycle:

launch_token("My Token", "MTK", "0xWallet")     # Deploy a token
buy_token("0xAddr", "0.001")                      # Buy with ETH
sell_token("0xAddr", "1000")                      # Sell for ETH
claim_fees("0xAddr")                              # Distribute pending fees
quote_buy / quote_sell                            # Get quotes
register_referral("CODE", "0xWallet")             # Become an affiliate
get_referral_stats("CODE")                        # Check referral earnings
get_creator_earnings / get_platform_stats / get_token_info / list_launches

Install: npx -y obsd-launchpad-mcp

Why it fits this list

  • Autonomous agents can deploy, trade, and earn from tokens without human intervention
  • Zero-cost deployment (gas is covered)
  • Built-in economics: 37.5% of swap fees as passive OBSD income
  • Affiliate program: agents earn 5% of referred creators' fees forever
  • Treasury-backed intrinsic value floor — mathematically cannot decrease
  • 10 verified contracts on Base mainnet, 275 passing tests
  • Works with Claude Code, Cursor, and any MCP-compatible agent framework

This is purpose-built for AI agents to participate in token economies autonomously.

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