
Slush Meme Mcp
Connect an agent to Slush.meme on Avalanche to deploy meme tokens, simulate trades, and read AI risk scores from your dev environment.
Overview
Slush Meme MCP is an MCP server for the Build phase that connects agents to Avalanche meme-token deploy, trade simulation, and AI risk scoring on Slush.meme.
What is this MCP server?
- AI-native meme coin launchpad on Avalanche exposed as stdio MCP (npm slush-meme-mcp-server v2.0.1).
- Deploy tokens, simulate trades, and query risk through configured backend service URLs.
- Environment-driven wiring: Hasura GraphQL, TOKEN_DEPLOYER_URL, RISK_SCORING_URL, optional MCP_PORT (default 4030).
- Sourced from SPIRY-RO/slush.meme tools/mcp-server subfolder on GitHub.
- Suited to builders prototyping agent-driven token launches with guardrail checks before mainnet commits.
- Package and server version 2.0.1
- Default MCP_PORT 4030 per environment schema
- Five documented environment variables for GraphQL, deployer, risk, and port
What problem does it solve?
Manually coordinating Hasura, deployer, and risk services for every token experiment slows iteration and invites misconfigured launches when agents lack structured tools.
Who is it for?
Solo crypto builders already on Slush.meme who want agent-driven deploy and simulation with centralized risk queries.
Skip if: Non-crypto products, regulated fintech without on-chain scope, or anyone unwilling to run secrets-backed GraphQL and deployer endpoints.
What do I get? / Deliverables
With env vars set and the stdio server registered, your agent can deploy tokens, simulate trades, and pull risk scores through one MCP surface.
- MCP tools for token deployment against your deployer service
- Trade simulation and AI risk query hooks wired through configured URLs
Recommended MCP Servers
Journey fit
Token deployers and on-chain launchpads are wired when the product touches chain logic, which happens in the build phase for crypto side projects. The npm stdio package orchestrates Hasura, deployer, and risk URLs—classic third-party service integration for agent tooling.
How it compares
On-chain launchpad MCP integration, not a general Solidity audit skill or portfolio tracker.
Common Questions / FAQ
Who is Slush Meme MCP for?
Developers building on Slush.meme who want Claude Code or Cursor to call deploy, simulate, and risk tools via MCP instead of manual API scripts.
When should I use Slush Meme MCP?
During build when you integrate Avalanche meme-token flows and need agents to dry-run launches and read risk scores against your Hasura-backed stack.
How do I add Slush Meme MCP to my agent?
Install the npm package slush-meme-mcp-server, set HASURA_GRAPHQL_ENDPOINT, HASURA_GRAPHQL_ADMIN_SECRET, TOKEN_DEPLOYER_URL, RISK_SCORING_URL, and register stdio MCP in your client.