← slush.meme
INDIVIDUAL MCP TOOL
create_token
Deploy a new meme coin on slush.meme with gasless deployment.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
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.