{
  "markdown": "# MegaLaunch MCP Server\n\nMCP (Model Context Protocol) server for **MegaLaunch** — an AI-powered meme token launch service on Solana. This server allows AI tools like Claude Desktop, Cursor, Windsurf, and others to discover and use MegaLaunch directly.\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `megalaunch_status` | Check service status and recent launch statistics |\n| `megalaunch_pricing` | Get current pricing for Basic and Premium packages |\n| `megalaunch_create_order` | Create a new meme token launch order on pump.fun |\n| `megalaunch_list_orders` | List your token launch orders with optional filters |\n| `megalaunch_get_order` | Get detailed status of a specific order |\n| `megalaunch_cancel_order` | Cancel a pending (unpaid) order |\n\n## Configuration\n\n### Claude Desktop\n\nAdd to `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS) or `%APPDATA%\\Claude\\claude_desktop_config.json` (Windows):\n\n```json\n{\n  \"mcpServers\": {\n    \"megalaunch\": {\n      \"command\": \"node\",\n      \"args\": [\"/path/to/mcp-server/index.js\"],\n      \"env\": {\n        \"MEGALAUNCH_API_KEY\": \"ml_your_api_key_here\"\n      }\n    }\n  }\n}\n```\n\n### Cursor\n\nAdd to `.cursor/mcp.json` in your project root or `~/.cursor/mcp.json` globally:\n\n```json\n{\n  \"mcpServers\": {\n    \"megalaunch\": {\n      \"command\": \"node\",\n      \"args\": [\"/path/to/mcp-server/index.js\"],\n      \"env\": {\n        \"MEGALAUNCH_API_KEY\": \"ml_your_api_key_here\"\n      }\n    }\n  }\n}\n```\n\n### Windsurf\n\nAdd to `~/.codeium/windsurf/mcp_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"megalaunch\": {\n      \"command\": \"node\",\n      \"args\": [\"/path/to/mcp-server/index.js\"],\n      \"env\": {\n        \"MEGALAUNCH_API_KEY\": \"ml_your_api_key_here\"\n      }\n    }\n  }\n}\n```\n\n### Claude Code\n\n```bash\nclaude mcp add megalaunch -- node /path/to/mcp-server/index.js\n```\n\nSet the API key as an environment variable before launching Claude Code, or add it to your shell profile:\n\n```bash\nexport MEGALAUNCH_API_KEY=\"ml_your_api_key_here\"\n```\n\n## Environment Variables\n\n| Variable | Required | Default | Description |\n|----------|----------|---------|-------------|\n| `MEGALAUNCH_API_KEY` | Yes (for authenticated endpoints) | — | Your MegaLaunch API key |\n| `MEGALAUNCH_API_URL` | No | `https://vernal.zylos.coco.xyz/megalaunch` | API base URL |\n\n## Development\n\n```bash\n# Install dependencies\nnpm install\n\n# Test server startup (sends an MCP initialize request)\necho '{\"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\n```\n",
  "bytes": 2623,
  "sha": "e945c87fcdec8650b8363770197a51f3090d68a6bedf0cecb450047d1d3bffb1",
  "repo_slug": "jacksun911/megalaunch-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_jacksun911_megalaunch_mcp_9f5f42df/readme"
}