
Obsd Launchpad
Let your coding agent deploy a token on Base mainnet in one MCP-driven flow while you keep wallet keys in env, not in chat.
Overview
OBSD Launchpad is an MCP server for the Launch phase that lets AI agents deploy tokens on Base mainnet via a one-command launchpad flow.
What is this MCP server?
- stdio MCP server (npm package obsd-launchpad-mcp v1.0.7) wired for agent-driven deploys on Base
- Single-command token launch workflow with ongoing OBSD fee/reward positioning per project description
- Requires DEPLOYER_PRIVATE_KEY plus optional RPC_URL override for Base mainnet
- stdio transport—fits Claude Code, Cursor, and other MCP hosts without a custom HTTP bridge
- Package version 1.0.7
- stdio transport via npm registryType
- 2 documented environment variables (DEPLOYER_PRIVATE_KEY required, RPC_URL optional)
Community signal: 1 GitHub stars.
What problem does it solve?
Launching a token on Base usually means juggling wallets, RPC endpoints, and one-off deploy scripts while your agent cannot safely act onchain without a structured tool.
Who is it for?
Indie builders experimenting with agent-led token launches on Base who already manage their own deployer wallet and understand onchain risk.
Skip if: Teams that need multi-chain deploys, audited contract templates only, or launches without handling a hot deployer private key on the MCP host.
What do I get? / Deliverables
After you register the server and fund the deployer wallet, your agent can trigger a governed launch command on Base and you can shift focus to messaging and liquidity instead of manual deploy plumbing.
- Agent-callable MCP tool surface for Base token deployment
- Onchain token launch executed through the OBSD launchpad flow
- Documented env-based wallet configuration for repeat launches
Recommended MCP Servers
Journey fit
Token deployment is a go-to-market and distribution action onchain, which maps to Launch once the product narrative and contract params are ready. Distribution covers getting a tradeable asset live on a chain where users and bots can discover it—exactly what a one-command launchpad automates.
How it compares
Onchain launchpad MCP integration, not a generic Solidity skill or security audit pack.
Common Questions / FAQ
Who is OBSD Launchpad for?
Solo and indie builders using Claude Code, Cursor, or similar MCP clients who want the agent to run Base token deployment through obsd-launchpad-mcp instead of custom scripts.
When should I use OBSD Launchpad?
Use it in the Launch phase when you are ready to distribute a token on Base mainnet and have validated name, supply, and wallet custody outside the chat transcript.
How do I add OBSD Launchpad to my agent?
Add the stdio MCP entry for obsd-launchpad-mcp from npm, set DEPLOYER_PRIVATE_KEY and optionally RPC_URL in the host environment, restart the client, and confirm the launch tool appears in the tool list.