AI-Ready · v3.0

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.

Endpointhttps://api.slush.meme/mcp
Tools13|AuthNone

Quick Setup

Connect any MCP client in under a minute. No API key, no account, no auth.

1

Add to your MCP client

~/Library/Application Support/Claude/claude_desktop_config.json

json
{
  "mcpServers": {
    "slush-meme": {
      "type": "streamable-http",
      "url": "https://api.slush.meme/mcp"
    }
  }
}

Windows: %APPDATA%\Claude\claude_desktop_config.json

2

Start trading

Your agent now has 13 tools and 4 live resources. Try these:

>"List the latest meme coins on slush.meme"
>"Get a buy quote for 2 AVAX of token 0x..."
>"Buy 0.5 AVAX worth of the top token"
>"Show my portfolio and balances"
>"Check the risk score for 0x..."
>"Deploy a meme coin called "AI Penguin" with symbol AIPENG"

MCP Tools

13 tools across market data, on-chain trading, and token management.

Market Data & Analysis

list_tokens

Browse the latest meme coins with market data, volume, and holder counts.

limit?
get_token_info

Detailed token state including reserves, fees, graduation status, and on-chain curve data.

tokenAddress
get_buy_quote

Exact on-chain buy quote from the smart contract. Returns tokens out and fee amount.

tokenAddressavaxAmount
get_sell_quote

Exact on-chain sell quote from the smart contract. Returns AVAX out and fee amount.

tokenAddresstokenAmount
get_balance

Check AVAX balance and any token balance for a wallet address.

walletAddresstokenAddress?
get_portfolio

Full wallet portfolio — AVAX + all slush.meme token holdings with current values.

walletAddress
get_trade_history

Recent buy/sell history for any token with amounts, prices, and timestamps.

tokenAddresslimit?
query_risk

AI-powered risk scoring: sniper bots, whale clusters, rug pattern detection.

tokenAddress

On-Chain Execution

These tools execute real transactions on Avalanche. The agent provides its private key per-request — it is never stored.

buy_tokenPrivate Key

Execute a real buy on the bonding curve. Sends AVAX, receives tokens, with slippage protection.

tokenAddressavaxAmountslippageBps?
sell_tokenPrivate Key

Execute a real sell on the bonding curve. Auto-approves ERC20, sells tokens for AVAX.

tokenAddresstokenAmountslippageBps?
create_token

Deploy a new meme coin gaslessly on Avalanche. Optionally co-deploy an AI agent wallet.

creatornamesymboldescriptionimageUrlsaltaiAgentEnabled?
transfer_tokenPrivate Key

Send ERC20 tokens to any address. Checks balance before sending.

tokenAddresstoAddressamount
transfer_avaxPrivate Key

Send AVAX to any address. Checks balance before sending.

toAddressamount

MCP Resources

Live data your agent can read at any time.

slush://tokens/list

All 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/health

Platform health: Hasura, risk engine, token deployer, RPC status

slush://king-of-ice/status

Current KingOfIce epoch, leader, prize pool, and nuke status

REST & WebSocket API

Direct HTTP endpoints for custom integrations.

MethodEndpoint
POSTapi.slush.meme/mcp
POSTapi.slush.meme/create
GETapi.slush.meme/health
WSws.slush.meme/ws
AI Agent Co-Deployment

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.

json
// 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?