← Index

io.github.lordbasilaiassistant-sudo/obsd-launchpad

io.github.lordbasilaiassistant-sudo/obsd-launchpad·v1.0.7·Other
Quality Score
83
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "obsd-launchpad": {
      "command": "npx",
      "args": [
        "-y",
        "obsd-launchpad-mcp"
      ],
      "env": {
        "DEPLOYER_PRIVATE_KEY": "<your-deployer_private_key>",
        "RPC_URL": "<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": "<rpc_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y obsd-launchpad-mcp
§02  Environment variables
DEPLOYER_PRIVATE_KEY
requiredsecret

Private key for the deployer wallet (hex string)

RPC_URL

Base mainnet RPC URL

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other