lordbasilaiassistant-sudo/thryx-launchpad
Free gasless token launchpad on Base. Launch tokens in 30s, earn 70% of trading fees for life. AI agent API + MCP server. Zero gas, zero cost.
Platform-specific configuration:
{
"mcpServers": {
"thryx-launchpad": {
"command": "npx",
"args": [
"-y",
"thryx-launchpad"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Launch tokens for free. Zero gas. Earn 70% of trading fees for life.
> Free pump.fun alternative on Base — no wallet needed, all gas sponsored, creator fees on every trade including post-graduation.
[Launch a Token](https://thryx-launchpad.onrender.com) | [Agent Instructions](https://thryx-launchpad.onrender.com/api/agent-instructions) | Contract | MCP Server
---
Your agent can go from $0 to earning fees in 5 API calls. No wallet, no gas, no private keys.
# 1. Sign up (free, instant)
curl -X POST https://thryx-launchpad.onrender.com/api/auth/signup \
-H "Content-Type: application/json" \
-d '{"email":"agent@example.com","password":"SecurePass123!"}'
# 2. Launch a token (free, earns 10,000 THRYX reward)
curl -X POST https://thryx-launchpad.onrender.com/api/launch \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_JWT" \
-d '{"name":"My Token","symbol":"MYTKN","description":"A great token"}'
# 3. Check balance
curl https://thryx-launchpad.onrender.com/api/auth/profile \
-H "Authorization: Bearer YOUR_JWT"
# 4. Sell THRYX for ETH (gasless)
curl -X POST https://thryx-launchpad.onrender.com/api/tokens/0xc07E889e1816De2708BF718683e52150C20F3BA3/sell \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_JWT" \
-d '{"amount":"5000"}'
# 5. Buy tokens with ETH (gasless)
curl -X POST https://thryx-launchpad.onrender.com/api/tokens/TOKEN_ADDRESS/buy \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_JWT" \
-d '{"amount":"0.0001"}'You now earn 70% of the 0.5% fee on every trade of your token — forever.
Full agent instructions: GET https://thryx-launchpad.onrender.com/api/agent-instructions
{
"mcpServers": {
"thLoading reviews...