AI-Ready · v3.0

Build with Slush.meme

Connect your AI agent to the premier meme coin launchpad on Robinhood Chain. Trade on-chain, deploy tokens, check portfolios, and score risk — all through the Model Context Protocol.

Endpointhttps://api.slush.meme/mcp
Tools12|AuthBearer

Quick Setup

Connect any MCP client with a scoped bearer token. Transaction signing stays in the client wallet.

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",
      "headers": { "Authorization": "Bearer YOUR_SLUSH_MCP_TOKEN" }
    }
  }
}

Windows: %APPDATA%\Claude\claude_desktop_config.json

2

Start trading

Your agent now has 12 tools and 3 live resources. Try these:

>"List the latest meme coins on slush.meme"
>"Get a buy quote for 2 ETH of token 0x..."
>"Buy 0.5 ETH 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

12 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.

tokenAddressnativeAmountWei
get_sell_quote

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

tokenAddresstokenAmount
get_balance

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

walletAddresstokenAddress?
get_trade_history

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

tokenAddresslimit?

On-Chain Execution

Mutation tools prepare unsigned Robinhood Chain transactions. The client wallet signs locally before broadcasting.

prepare_buyClient-signed

Prepare an unsigned curve buy with slippage and deadline protection.

tokenAddressnativeAmountWeislippageBps?
prepare_sellClient-signed

Prepare unsigned approval and curve sale transactions.

tokenAddresstokenAmountslippageBps?
create_token

Deploy a new meme coin through the authorized Robinhood Chain relayer.

creatornamesymboldescriptionimageUrlreferrer?
prepare_transfer_tokenClient-signed

Prepare an unsigned ERC20 transfer for local signing after the token graduates.

tokenAddresstoAddressamount
prepare_transfer_ethClient-signed

Prepare an unsigned ETH transfer for local signing.

toAddressamount
submit_signed_transactionClient-signed

Broadcast a locally signed Robinhood Chain transaction.

rawTransaction

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

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

Discovery & Registries

Published across all major AI and MCP directories. Your agent can find us automatically.

Ready to build?