PluginBench
MCP Server

io.github.SPIRY-RO/slush-meme-mcp MCP Server

io.github.SPIRY-RO/slush-meme-mcp

What is the io.github.SPIRY-RO/slush-meme-mcp MCP server?

AI-native meme coin launchpad on Avalanche. Deploy tokens, simulate trades, query risk.

How to install io.github.SPIRY-RO/slush-meme-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • HASURA_GRAPHQL_ENDPOINT

    Hasura GraphQL endpoint URL

  • HASURA_GRAPHQL_ADMIN_SECRET
    secret

    Hasura admin secret for authentication

  • MCP_PORT

    Port for the MCP HTTP server (default 4030)

  • RISK_SCORING_URL

    AI risk scoring service URL

  • TOKEN_DEPLOYER_URL

    Token deployer service URL

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "slush-meme-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "slush-meme-mcp-server"
      ],
      "env": {
        "HASURA_GRAPHQL_ENDPOINT": "<YOUR_HASURA_GRAPHQL_ENDPOINT>",
        "HASURA_GRAPHQL_ADMIN_SECRET": "<YOUR_HASURA_GRAPHQL_ADMIN_SECRET>",
        "MCP_PORT": "<YOUR_MCP_PORT>",
        "RISK_SCORING_URL": "<YOUR_RISK_SCORING_URL>",
        "TOKEN_DEPLOYER_URL": "<YOUR_TOKEN_DEPLOYER_URL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "slush-meme-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "slush-meme-mcp-server"
      ],
      "env": {
        "HASURA_GRAPHQL_ENDPOINT": "<YOUR_HASURA_GRAPHQL_ENDPOINT>",
        "HASURA_GRAPHQL_ADMIN_SECRET": "<YOUR_HASURA_GRAPHQL_ADMIN_SECRET>",
        "MCP_PORT": "<YOUR_MCP_PORT>",
        "RISK_SCORING_URL": "<YOUR_RISK_SCORING_URL>",
        "TOKEN_DEPLOYER_URL": "<YOUR_TOKEN_DEPLOYER_URL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "slush-meme-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "slush-meme-mcp-server"
      ],
      "env": {
        "HASURA_GRAPHQL_ENDPOINT": "<YOUR_HASURA_GRAPHQL_ENDPOINT>",
        "HASURA_GRAPHQL_ADMIN_SECRET": "<YOUR_HASURA_GRAPHQL_ADMIN_SECRET>",
        "MCP_PORT": "<YOUR_MCP_PORT>",
        "RISK_SCORING_URL": "<YOUR_RISK_SCORING_URL>",
        "TOKEN_DEPLOYER_URL": "<YOUR_TOKEN_DEPLOYER_URL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "slush-meme-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "slush-meme-mcp-server"
      ],
      "env": {
        "HASURA_GRAPHQL_ENDPOINT": "<YOUR_HASURA_GRAPHQL_ENDPOINT>",
        "HASURA_GRAPHQL_ADMIN_SECRET": "<YOUR_HASURA_GRAPHQL_ADMIN_SECRET>",
        "MCP_PORT": "<YOUR_MCP_PORT>",
        "RISK_SCORING_URL": "<YOUR_RISK_SCORING_URL>",
        "TOKEN_DEPLOYER_URL": "<YOUR_TOKEN_DEPLOYER_URL>"
      }
    }
  }
}
Claude Code
claude mcp add slush-meme-mcp --env HASURA_GRAPHQL_ENDPOINT=<YOUR_HASURA_GRAPHQL_ENDPOINT> --env HASURA_GRAPHQL_ADMIN_SECRET=<YOUR_HASURA_GRAPHQL_ADMIN_SECRET> --env MCP_PORT=<YOUR_MCP_PORT> --env RISK_SCORING_URL=<YOUR_RISK_SCORING_URL> --env TOKEN_DEPLOYER_URL=<YOUR_TOKEN_DEPLOYER_URL> -- npx -y slush-meme-mcp-server

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →