cook4fun-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| cook4fun_list_coinsA | List the newest coins on cook4.fun with their market caps. Read-only, no wallet needed. |
| cook4fun_walletA | Show the configured wallet address and its ETH balance on the Robinhood chain. |
| cook4fun_launchA | Launch a new coin on cook4.fun: deploys the token, opens its Uniswap V4 pool, and optionally makes a first buy. Requires a wallet with ETH. |
| cook4fun_buyA | Buy a cook4.fun coin by spending ETH. Reference the coin by 0x address or $TICKER. Slippage-protected. |
| cook4fun_sellA | Sell a cook4.fun coin back to ETH. Specify an exact token amount, a percentage, or all. Auto-approves and is slippage-protected. |
| cook4fun_claimB | Claim the wallet's share of a reward-sharing coin's accrued fees. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool has a distinct purpose: buy, sell, launch, claim, list, and wallet. No overlapping functionality.
All tools follow the consistent pattern 'cook4fun_<verb>' or 'cook4fun_<verb_noun>', using snake_case.
6 tools is ideal for a coin platform; each is necessary and earns its place.
Covers core operations: buy, sell, launch, claim, list, wallet. Could add a transfer tool but no major gaps.