Build with Slush.meme
Connect your AI agent to the premier meme coin launchpad on Avalanche. Trade on-chain, deploy tokens, check portfolios, and score risk — all through the Model Context Protocol.
https://api.slush.meme/mcpQuick Setup
Connect any MCP client in under a minute. No API key, no account, no auth.
Add to your MCP client
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"slush-meme": {
"type": "streamable-http",
"url": "https://api.slush.meme/mcp"
}
}
}Windows: %APPDATA%\Claude\claude_desktop_config.json
Start trading
Your agent now has 13 tools and 4 live resources. Try these:
MCP Tools
13 tools across market data, on-chain trading, and token management.
Market Data & Analysis
Browse the latest meme coins with market data, volume, and holder counts.
Detailed token state including reserves, fees, graduation status, and on-chain curve data.
Exact on-chain buy quote from the smart contract. Returns tokens out and fee amount.
Exact on-chain sell quote from the smart contract. Returns AVAX out and fee amount.
Check AVAX balance and any token balance for a wallet address.
Full wallet portfolio — AVAX + all slush.meme token holdings with current values.
Recent buy/sell history for any token with amounts, prices, and timestamps.
AI-powered risk scoring: sniper bots, whale clusters, rug pattern detection.
On-Chain Execution
These tools execute real transactions on Avalanche. The agent provides its private key per-request — it is never stored.
Execute a real buy on the bonding curve. Sends AVAX, receives tokens, with slippage protection.
Execute a real sell on the bonding curve. Auto-approves ERC20, sells tokens for AVAX.
Deploy a new meme coin gaslessly on Avalanche. Optionally co-deploy an AI agent wallet.
Send ERC20 tokens to any address. Checks balance before sending.
Send AVAX to any address. Checks balance before sending.
MCP Resources
Live data your agent can read at any time.
slush://tokens/listAll active tokens with reserves, creator, graduation status, market cap
slush://tokens/{address}Full state for a specific token including fees, holders, graduation data
slush://services/healthPlatform health: Hasura, risk engine, token deployer, RPC status
slush://king-of-ice/statusCurrent KingOfIce epoch, leader, prize pool, and nuke status
REST & WebSocket API
Direct HTTP endpoints for custom integrations.
| Method | Endpoint |
|---|---|
| POST | api.slush.meme/mcp |
| POST | api.slush.meme/create |
| GET | api.slush.meme/health |
| WS | ws.slush.meme/ws |
Launch a Coin + Its AI Agent
Deploy a meme coin and an autonomous AI agent wallet in a single transaction. The agent earns referral fees and can trade independently using buy_token and sell_token.
// MCP tool call: create_token
{
"creator": "0xYourWallet...",
"name": "SlushDog",
"symbol": "SDOG",
"description": "The goodest AI dog on Avalanche",
"imageUrl": "ipfs://Qm...",
"salt": "0x...",
"aiAgentEnabled": true
}Returns the transaction hash and AI agent wallet credentials. The agent's private key is only shown once — store it securely.
Discovery & Registries
Published across all major AI and MCP directories. Your agent can find us automatically.
Ready to build?