cook4fun-mcp

cook4fun-mcp

An MCP server that lets agents launch and trade coins on cook4.fun, a Uniswap-V3-native launchpad on the Robinhood chain.

Category
Visit Server

README

cook4.fun MCP server

cook4fun-mcp

An MCP server that lets any MCP-compatible agent launch and trade coins on cook4.fun, a Uniswap-V3-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
cook4fun_list_coins List the newest coins with market caps no
cook4fun_wallet Show the trading wallet address and ETH balance yes
cook4fun_launch Launch a new coin (deploys token + opens its V3 pool, optional first buy) yes
cook4fun_buy Buy a coin with ETH (slippage-protected) yes
cook4fun_sell Sell a coin back to ETH by amount, percentage, or all (auto-approves) yes
cook4fun_claim Claim reward-sharing fees yes

Coins are referenced by contract address (0x…) or $TICKER.

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
COOK4FUN_PRIVATE_KEY for trading none Wallet private key (0x…, 32 bytes). Needs ETH on chain 4663 for launch fee, gas, and buys. Read-only tools work without it.
COOK4FUN_RPC_URL no https://rpc.mainnet.chain.robinhood.com Custom RPC endpoint.
COOK4FUN_LAUNCHPAD_ADDRESS no 0xc12F…A352 (live V2) Override the launchpad contract.
COOK4FUN_SLIPPAGE_BPS no 1000 (10%) 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 $SCAT

Run from a local checkout

git clone https://github.com/htunaa/cook4fun-mcp
cd cook4fun-mcp
npm install
npm run build

Then 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 build

License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured