Launch with AI Agent
Mint a token and launch an ICO on ONE-SHOTTED using your AI agent instead of the UI.
Your agent handles validation, transaction prep, and step-by-step guidance. You keep full control of your wallet - every action is signed by you in Rabby or WalletConnect. No seed phrase is ever shared.
Setup
Don't want to do this manually? Just copy this entire page and send it to your agent - it will install the package, update your config, and walk you through each step.
If you prefer to set it up yourself, add the ONE-SHOTTED MCP to your agent client config and restart the client.
Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"one-shotted-eth": {
"command": "npx",
"args": ["-y", "one-shotted-eth-mcp"]
}
}
}
Other MCP clients
Use the generic stdio config:
{
"mcpServers": {
"one-shotted-eth": {
"command": "npx",
"args": ["-y", "one-shotted-eth-mcp"]
}
}
}
Verify it works
After restarting, paste this into your agent:
Configure the ONE-SHOTTED Ethereum MCP, call get_launch_rules, and tell me the limits.
I will sign every wallet action myself - never ask for my seed phrase.
If the agent returns token name limits, FDV guidance, and wallet options - you're ready to launch.
Troubleshooting
If the approval page closes, a wallet request is rejected, or a session expires - just tell your agent to retry. It will pick up where you left off.