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
Server Config
{
"mcpServers": {
"obsd-launchpad": {
"command": "npx",
"args": [
"-y",
"obsd-launchpad-mcp"
],
"env": {
"PRIVATE_KEY": "YOUR_PRIVATE_KEY",
"RPC_URL": "https://mainnet.base.org"
}
}
}
}