← slush.meme

INDIVIDUAL MCP TOOL

transfer_avax

Send AVAX from the agent's wallet to another address.

slush.memenone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description suggests sending messages.

Parent endpoint

slush.meme

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.slush-meme]
url = "https://api.slush.meme/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: slush-meme
Remote MCP URL: https://api.slush.meme/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "slush-meme": {
      "url": "https://api.slush.meme/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "slush-meme": {
      "type": "http",
      "url": "https://api.slush.meme/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "slush-meme",
  "transport": "streamable-http",
  "url": "https://api.slush.meme/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_tokens — List the most recently created meme coins on slush.meme with market data.
  • get_token_info — Get detailed information about a specific token including reserves, fees, graduation status, and curve address.
  • get_buy_quote — Get an exact on-chain quote for buying a token on the bonding curve.
  • get_sell_quote — Get an exact on-chain quote for selling tokens back to the bonding curve.
  • get_balance — Check the AVAX balance and token balances of a wallet address.
  • get_portfolio — Get the full portfolio of a wallet — AVAX balance plus all slush.meme token holdings with current values.
  • query_risk — Query the real-time AI risk score for a meme coin.
  • get_trade_history — Get recent trade history for a token — buys and sells with amounts, prices, and timestamps.