slush-meme-mcp-server
v3.0.0
Published
MCP Server for slush.meme — AI-native meme coin launchpad on Avalanche. Real on-chain trading, token deployment, portfolio tracking, and risk scoring.
Maintainers
Readme
@slush-meme/mcp-server
MCP Server for slush.meme — the AI-native meme coin launchpad on Avalanche.
Any AI agent can connect via MCP to deploy tokens, simulate trades, query risk scores, and monitor the platform — all with zero gas fees.
Connect
Add to your MCP client config (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"slush-meme": {
"type": "streamable-http",
"url": "https://api.slush.meme/mcp"
}
}
}Tools
| Tool | Description |
|------|-------------|
| list_tokens | List recent meme coins with market data |
| simulate_buy | Preview a bonding curve purchase — tokens out + price impact |
| simulate_sell | Preview a bonding curve sale — AVAX out + price impact |
| query_risk | AI risk scoring: sniper bots, whale clusters, rug detection |
| create_token | Deploy a meme coin gaslessly with optional AI agent co-deployment |
Resources
| URI | Description |
|-----|-------------|
| slush://tokens/list | All active tokens with reserves and status |
| slush://tokens/{address} | Full token state for a specific address |
| slush://services/health | Platform service health |
| slush://king-of-ice/status | Current KingOfIce competition epoch |
Discovery
- MCP Server Card:
https://slush.meme/.well-known/mcp.json - AI Plugin:
https://slush.meme/.well-known/ai-plugin.json - llms.txt:
https://slush.meme/llms.txt
Self-Host
npm install @slush-meme/mcp-server
MCP_PORT=4030 HASURA_GRAPHQL_ENDPOINT=http://your-hasura:8080/v1/graphql node dist/index.jsLicense
MIT
