Catalog
io.github.lordbasilaiassistant-sudo/obsd-launchpad
Officialby lordbasilaiassistant-sudo
MCP server for AI agents to deploy tokens on Base. One command launch, earn OBSD forever.
Deploy tokens on Base blockchain with one-command launch and ongoing OBSD rewards.
README not available yet.
Install
Configuration
Environment variables
DEPLOYER_PRIVATE_KEYrequiredsecretPrivate key for the deployer wallet (hex string)
RPC_URLBase mainnet RPC URL
claude_desktop_config.json
{
"mcpServers": {
"obsd-launchpad": {
"command": "npx",
"args": [
"-y",
"obsd-launchpad-mcp@1.0.7"
],
"env": {
"DEPLOYER_PRIVATE_KEY": "<YOUR_DEPLOYER_PRIVATE_KEY>",
"RPC_URL": "<YOUR_RPC_URL>"
}
}
}
}