Skip to main content
Glama

MegaLaunch MCP 服务器

MegaLaunch 的 MCP (Model Context Protocol) 服务器 — 一个基于 Solana 的 AI 驱动 Meme 代币发行服务。该服务器允许 Claude Desktop、Cursor、Windsurf 等 AI 工具直接发现并使用 MegaLaunch。

工具

工具

描述

megalaunch_status

检查服务状态和近期发行统计数据

megalaunch_pricing

获取基础版和高级版套餐的当前定价

megalaunch_create_order

在 pump.fun 上创建新的 Meme 代币发行订单

megalaunch_list_orders

列出您的代币发行订单(支持可选筛选器)

megalaunch_get_order

获取特定订单的详细状态

megalaunch_cancel_order

取消待处理(未支付)的订单

配置

Claude Desktop

添加到 ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) 或 %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "megalaunch": {
      "command": "node",
      "args": ["/path/to/mcp-server/index.js"],
      "env": {
        "MEGALAUNCH_API_KEY": "ml_your_api_key_here"
      }
    }
  }
}

Cursor

添加到项目根目录下的 .cursor/mcp.json 或全局的 ~/.cursor/mcp.json

{
  "mcpServers": {
    "megalaunch": {
      "command": "node",
      "args": ["/path/to/mcp-server/index.js"],
      "env": {
        "MEGALAUNCH_API_KEY": "ml_your_api_key_here"
      }
    }
  }
}

Windsurf

添加到 ~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "megalaunch": {
      "command": "node",
      "args": ["/path/to/mcp-server/index.js"],
      "env": {
        "MEGALAUNCH_API_KEY": "ml_your_api_key_here"
      }
    }
  }
}

Claude Code

claude mcp add megalaunch -- node /path/to/mcp-server/index.js

在启动 Claude Code 之前设置 API 密钥作为环境变量,或者将其添加到您的 shell 配置文件中:

export MEGALAUNCH_API_KEY="ml_your_api_key_here"

环境变量

变量

必需

默认值

描述

MEGALAUNCH_API_KEY

是(用于已认证端点)

您的 MegaLaunch API 密钥

MEGALAUNCH_API_URL

https://vernal.zylos.coco.xyz/megalaunch

API 基础 URL

开发

# Install dependencies
npm install

# Test server startup (sends an MCP initialize request)
echo '{"jsonrpc":"2.0","method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"test","version":"1.0"}},"id":1}' | MEGALAUNCH_API_KEY=test node index.js

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jacksun911/megalaunch-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server