PluginBench
MCP Server

io.github.lordbasilaiassistant-sudo/obsd-launchpad MCP Server

io.github.lordbasilaiassistant-sudo/obsd-launchpad

What is the io.github.lordbasilaiassistant-sudo/obsd-launchpad MCP server?

MCP server for AI agents to deploy tokens on Base. One command launch, earn OBSD forever.

How to install io.github.lordbasilaiassistant-sudo/obsd-launchpad

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • DEPLOYER_PRIVATE_KEY
    required
    secret

    Private key for the deployer wallet (hex string)

  • RPC_URL

    Base mainnet RPC URL

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "obsd-launchpad": {
      "command": "npx",
      "args": [
        "-y",
        "obsd-launchpad-mcp"
      ],
      "env": {
        "DEPLOYER_PRIVATE_KEY": "<YOUR_DEPLOYER_PRIVATE_KEY>",
        "RPC_URL": "<YOUR_RPC_URL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "obsd-launchpad": {
      "command": "npx",
      "args": [
        "-y",
        "obsd-launchpad-mcp"
      ],
      "env": {
        "DEPLOYER_PRIVATE_KEY": "<YOUR_DEPLOYER_PRIVATE_KEY>",
        "RPC_URL": "<YOUR_RPC_URL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "obsd-launchpad": {
      "command": "npx",
      "args": [
        "-y",
        "obsd-launchpad-mcp"
      ],
      "env": {
        "DEPLOYER_PRIVATE_KEY": "<YOUR_DEPLOYER_PRIVATE_KEY>",
        "RPC_URL": "<YOUR_RPC_URL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "obsd-launchpad": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "obsd-launchpad-mcp"
      ],
      "env": {
        "DEPLOYER_PRIVATE_KEY": "<YOUR_DEPLOYER_PRIVATE_KEY>",
        "RPC_URL": "<YOUR_RPC_URL>"
      }
    }
  }
}
Claude Code
claude mcp add obsd-launchpad --env DEPLOYER_PRIVATE_KEY=<YOUR_DEPLOYER_PRIVATE_KEY> --env RPC_URL=<YOUR_RPC_URL> -- npx -y obsd-launchpad-mcp

Related MCP servers

MCP server for AI agents to detect flash loan arbitrage opportunities across DEXes on Base. Scan Uni

View repository →

MCP server for AI agents to deploy ERC-20 tokens on Base with zero gas fees via CDP Paymaster. Gasle

View repository →

MCP server for AI agents to manage multiple wallets with coordinated trading and batch operations on

View repository →

MCP server for real-time token prices on Base from on-chain DEX pools.

View repository →

MCP server to scan smart contracts on Base for honeypots, rug pulls, and vulnerabilities.

View repository →

MCP server to discover and trade new token launches on Base chain.

View repository →