OBSD LaunchPad — Deploy, Trade & Earn on Base

by thryxagi

252 downloads
Not rated
GitHub

About

Full trading suite for AI agents on Base chain. 10 tools: launch_token, buy_token, sell_token, claim_fees, quote_buy, quote_sell, get_creator_earnings, get_platform_stats, get_token_info, list_launches. Deploy ERC-20 tokens for free, buy and sell with ETH, claim OBSD earnings — a

Details

Author
thryxagi
Downloads
252
Categories
Other, AI

- Deploy ERC-20 tokens for free
- Buy and sell tokens using ETH
- Claim OBSD earnings automatically
- Treasury-backed intrinsic value floor that mathematically only rises
- 37.5% of swap fees auto-sent as OBSD to creators

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name OBSD LaunchPad — Deploy, Trade & Earn on Base
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install via npx: npx -y obsd-launchpad-mcp. Once installed, the server exposes 10 MCP tools: launch_token, buy_token, sell_token, claim_fees, quote_buy, quote_sell, get_creator_earnings, get_platform_stats, get_token_info, and list_launches.

get_platform_stats

Get OBSD LaunchPad platform statistics — total launches, ETH fees collected, contract addresses

list_launches

List tokens launched on the OBSD LaunchPad. Optionally filter by creator address.

get_token_info

Get detailed info about a token deployed on the OBSD LaunchPad — stats, pool, creator, earnings, fees

get_creator_earnings

Check OBSD earnings for a creator address across all their launched tokens

quote_buy

Get a quote for buying a token with ETH via the PlatformRouter (includes 0.5% ETH fee)

quote_sell

Get a quote for selling a LaunchPad token back to ETH via PlatformRouter

launch_token

Deploy a new token on the OBSD LaunchPad. Requires DEPLOYER_PRIVATE_KEY env var. The token is paired with OBSD on Aerodrome — the creator earns OBSD on every swap forever.

buy_token

Buy a LaunchPad token with ETH via PlatformRouter. Requires DEPLOYER_PRIVATE_KEY env var. 0.5% ETH fee goes to treasury, swap fees earn OBSD for the token creator.

sell_token

Sell a LaunchPad token for ETH via PlatformRouter. Requires DEPLOYER_PRIVATE_KEY env var. Tokens are approved and swapped automatically.

claim_fees

Distribute pending swap fees for a LaunchPad token. Fees are split: 37.5% to creator, 37.5% to treasury, 25% to backing vault. Anyone can call this — it benefits the creator.

get_pool_info

Get Aerodrome pool info for a LaunchPad token — pool balances, supply, burn stats

get_staking_info

Get OBSD StakingVault stats — total staked, OBSD balance, fee aggregator address

register_referral

Register as an OBSD affiliate. Claim a unique referral code linked to your wallet. When agents launch tokens using your code, you earn 5% of their creator OBSD fees forever. Requires DEPLOYER_PRIVATE_KEY.

get_referral_stats

Check referral stats for a wallet or code. See how many tokens were launched with your referral, and track your affiliate earnings.

scan_token_security

FREE — Check if any Base ERC-20 token is safe. Detects honeypot risk, hidden mint, blacklist, pause, owner permissions. No wallet needed.

get_trending_tokens

FREE — Get trending tokens on Base from DexScreener. Shows price, volume, liquidity, price change. No wallet needed.

analyze_wallet

FREE — Analyze any wallet on Base. Shows ETH balance and checks holdings of popular Base tokens. No wallet needed.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "obsd launchpad \u2014 deploy, trade & earn on base": {
            "obsd-launchpad": {
                "command": "npx",
                "args": [
                    "-y",
                    "obsd-launchpad-mcp"
                ],
                "env": {
                    "PRIVATE_KEY": "YOUR_PRIVATE_KEY",
                    "RPC_URL": "https://mainnet.base.org"
                }
            }
        }
    }
}

McpServers

{
    "obsd-launchpad": {
        "command": "npx",
        "args": [
            "-y",
            "obsd-launchpad-mcp"
        ],
        "env": {
            "PRIVATE_KEY": "YOUR_PRIVATE_KEY",
            "RPC_URL": "https://mainnet.base.org"
        }
    }
}

Full trading suite for AI agents on Base chain. 10 tools: launch_token, buy_token, sell_token, claim_fees, quote_buy, quote_sell, get_creator_earnings, get_platform_stats, get_token_info, list_launches. Deploy ERC-20 tokens for free, buy and sell with ETH, claim OBSD earnings — all via MCP. Treasury-backed intrinsic value floor that mathematically only rises. 37.5% of swap fees auto-sent as OBSD to creators. Install: npx -y obsd-launchpad-mcp

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.