🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

slush-meme-mcp-server

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slush-meme-mcp-server

MCP Server for slush.meme — AI-native meme coin launchpad on Avalanche. Real on-chain trading, token deployment, portfolio tracking, and risk scoring.

latest
Source
npmnpm
Version
3.0.0
Version published
Weekly downloads
26
-38.1%
Maintainers
1
Weekly downloads
 
Created
Source

@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

ToolDescription
list_tokensList recent meme coins with market data
simulate_buyPreview a bonding curve purchase — tokens out + price impact
simulate_sellPreview a bonding curve sale — AVAX out + price impact
query_riskAI risk scoring: sniper bots, whale clusters, rug detection
create_tokenDeploy a meme coin gaslessly with optional AI agent co-deployment

Resources

URIDescription
slush://tokens/listAll active tokens with reserves and status
slush://tokens/{address}Full token state for a specific address
slush://services/healthPlatform service health
slush://king-of-ice/statusCurrent 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.js

License

MIT

Keywords

mcp

FAQs

Package last updated on 06 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts