cook4fun-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@cook4fun-mcpbuy 0.1 ETH of $MEME"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.

cook4fun-mcp
An MCP server that lets any MCP-compatible agent launch and trade coins on cook4.fun, a Uniswap-V4-native launchpad on the Robinhood chain (chainId 4663).
It runs locally on your own machine (stdio transport), signs with your own wallet, and talks straight to the chain. There is no hosted service and nothing to pay for: your client (Claude Desktop, Cursor, Cline, Windsurf, and other MCP clients) starts it on demand.
Tools
Tool | What it does | Wallet needed |
| List the newest coins with market caps | no |
| Show the trading wallet address and ETH balance | yes |
| Launch a new coin (deploys token + opens its V4 pool, optional first buy) | yes |
| Buy a coin with ETH (slippage-protected) | yes |
| Sell a coin back to ETH by amount, percentage, or all (auto-approves) | yes |
| Claim reward-sharing fees | yes |
Coins are referenced by contract address (0x…) or $TICKER.
Related MCP server: base-token-sniper-mcp
Setup
Add the server to your MCP client's config. No install step is required: npx fetches and builds it on first run.
Claude Desktop (claude_desktop_config.json), Cursor, Cline, Windsurf, and most clients use the same shape:
{
"mcpServers": {
"cook4fun": {
"command": "npx",
"args": ["-y", "github:htunaa/cook4fun-mcp"],
"env": {
"COOK4FUN_PRIVATE_KEY": "0xYOUR_WALLET_PRIVATE_KEY"
}
}
}
}Restart the client and the cook4fun_* tools appear.
Configuration
Env var | Required | Default | Notes |
| for trading | none | Wallet private key ( |
| no |
| Custom RPC endpoint. |
| no |
| Override the launchpad contract. |
| no |
| Default slippage tolerance for buys/sells, in basis points. |
⚠️ Security: the server can spend everything in this wallet. Fund it with only what you want the agent to trade, and treat the key like any other secret. The key stays on your machine; it is never sent anywhere except to sign transactions locally.
Example prompts
what's new on cook4fun?
launch a coin called "Space Cat" with ticker SCAT
buy 0.05 ETH of $SCAT
sell 50% of my $SCAT
claim my rewards on $SCATRun from a local checkout
git clone https://github.com/htunaa/cook4fun-mcp
cd cook4fun-mcp
npm install
npm run buildThen point the client's command/args at node + the built file:
{
"mcpServers": {
"cook4fun": {
"command": "node",
"args": ["/absolute/path/to/cook4fun-mcp/dist/index.js"],
"env": { "COOK4FUN_PRIVATE_KEY": "0x…" }
}
}
}Develop
npm run typecheck
npm run buildLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseCqualityAmaintenanceAn MCP server that gives AI agents real-time market data, DeFi intelligence, and automatic tool discovery via plugins. Supports x402 micropayments and is always updated.23MIT
- AlicenseAqualityDmaintenanceAn MCP server for AI agents to discover and trade new token launches on Base chain.5321MIT
- AlicenseAqualityAmaintenanceAn MCP server enabling AI agents to trade stock tokens using StonkBroker NFTs via ERC-6551 wallets on Robinhood Chain through Uniswap, with X integration.6MIT
- Alicense-qualityAmaintenanceAn MCP server that gives AI agents a Solana wallet to autonomously launch and trade tokens on Solana's AgentPump bonding-curve launchpad via natural language.72MIT
Related MCP Connectors
HiveCapital MCP Server — autonomous investment layer for AI agents
Read-only MCP server for Robinhood Chain token discovery, research, and due diligence via GMGN.
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/htunaa/cook4fun-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server