io.github.Crypto-Goatz/rocket-plus-mcp

编码与调试

by crypto-goatz

提供 50+ AI 工具,覆盖 CRM、内容、工作流与营销自动化,并集成 GoHighLevel。

什么是 io.github.Crypto-Goatz/rocket-plus-mcp

提供 50+ AI 工具,覆盖 CRM、内容、工作流与营销自动化,并集成 GoHighLevel。

README

Rocket+ MCP Server

Multi-MCP Orchestration Hub - Connect GHL, Stripe, Shopify, Supabase, and more through a single AI interface.

npm version MCP Compatible

What's New in v3.0

Multi-MCP Orchestration - Rocket+ now acts as a central hub that can call other MCP servers:

  • GHL MCP Integration - Native GoHighLevel MCP support
  • Workflow Chaining - Create workflows that span multiple services
  • 80+ Tools - Expanded tool set for complete automation

What You Can Do

Talk to your CRM and orchestrate multi-service workflows:

  • "Connect my GHL MCP" - Set up GoHighLevel MCP integration
  • "Create a workflow: Shopify order → GHL contact → Slack notification" - Chain actions across services
  • "Get my last 10 leads" - Retrieve contacts instantly
  • "Run my welcome workflow" - Execute saved multi-step workflows
  • "Create a course about email marketing" - Generate complete courses with AI

Quick Start

1. Get Your API Key

  1. Sign up at rocketadd.com
  2. Go to Settings → API Keys
  3. Generate a new MCP API key (starts with rp_)

2. Configure Your MCP Client

Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json on Mac):

json
{
  "mcpServers": {
    "rocket-plus": {
      "command": "npx",
      "args": ["-y", "rocket-plus-mcp"],
      "env": {
        "ROCKET_API_KEY": "rp_your_key_here"
      }
    }
  }
}

Claude Code (.mcp.json in your project):

json
{
  "mcpServers": {
    "rocket-plus": {
      "type": "stdio",
      "command": "npx",
      "args": ["-y", "rocket-plus-mcp"],
      "env": {
        "ROCKET_API_KEY": "rp_your_key_here"
      }
    }
  }
}

3. Restart Your Client

The Rocket+ tools will now be available!


GHL MCP Integration

Rocket+ can connect to GoHighLevel's official MCP server, giving you access to all native GHL tools through Rocket+.

Setting Up GHL MCP

  1. Create a Private Integration Token (PIT) in GHL:

    • Go to your GHL Sub-Account Settings
    • Navigate to Integrations → Private Integrations
    • Click Create Token
    • Enable scopes: contacts, conversations, workflows, calendars, opportunities
    • Copy the token (starts with pit-)
  2. Connect via Rocket+ MCP:

code
"Connect my GHL MCP with pit-abc123..."

Or use the tool directly:

json
{
  "tool": "connect_ghl_mcp",
  "args": {
    "pit": "pit-your-token-here",
    "ghlLocationId": "optional-location-id"
  }
}
  1. Use GHL MCP Tools:

Once connected, you can call any GHL MCP tool:

code
"Call GHL MCP to get all contacts"
"Use ghl-mcp to send an SMS to John"

Or via mcp_call_server:

json
{
  "tool": "mcp_call_server",
  "args": {
    "serverId": "ghl-mcp",
    "tool": "get_contacts",
    "serverArgs": { "limit": 10 }
  }
}

Multi-MCP Orchestration

Rocket+ acts as a central hub that can route calls to multiple MCP servers:

code
┌─────────────────────────────────────────────────────────────┐
│                      YOUR AI ASSISTANT                       │
│                    (Claude Desktop/Code)                     │
└──────────────────────────┬──────────────────────────────────┘
                           │
                           ▼
┌─────────────────────────────────────────────────────────────┐
│                    ROCKET+ MCP (Hub)                         │
│                                                              │
│   ┌──────────┐  ┌──────────┐  ┌──────────┐  ┌──────────┐   │
│   │ GHL MCP  │  │ Stripe   │  │ Shopify  │  │ Supabase │   │
│   │ (CRM)    │  │ (Pay)    │  │ (Shop)   │  │ (DB)     │   │
│   └──────────┘  └──────────┘  └──────────┘  └──────────┘   │
│                                                              │
│   ┌──────────┐  ┌──────────┐  ┌──────────┐                  │
│   │ Vercel   │  │ Slack    │  │ MCPFED   │                  │
│   │ (Deploy) │  │ (Notify) │  │ (More)   │                  │
│   └──────────┘  └──────────┘  └──────────┘                  │
└─────────────────────────────────────────────────────────────┘

Supported MCP Servers

Server IDNameStatusDescription
rocket-plusRocket+ MCPBuilt-in80+ tools for CRM, content, workflows
ghl-mcpGoHighLevel MCPAvailableNative GHL CRM tools
supabaseSupabase MCPAvailableDatabase operations
stripe-mcpStripe MCPComing SoonPayment processing
shopify-mcpShopify MCPComing SoonE-commerce
vercel-mcpVercel MCPComing SoonDeployment
slack-mcpSlack MCPComing SoonTeam notifications

Available Tools (80+)

MCP Orchestration

ToolWhat it does
mcp_call_serverCall any connected MCP server
mcp_list_serversList available MCP servers
list_mcp_connectionsShow your connected servers
connect_ghl_mcpConnect GoHighLevel MCP
disconnect_ghl_mcpDisconnect GHL MCP
ghl_mcp_statusCheck GHL MCP connection
ghl_mcp_toolsList GHL MCP tools
ghl_mcp_callCall a GHL MCP tool directly

Workflow Orchestration

ToolWhat it does
run_workflowExecute a saved workflow
create_workflowCreate a new workflow from description
list_workflowsList your workflows
get_workflowGet workflow details

CRM & Contacts

ToolWhat it does
get_contactsSearch and retrieve contacts
create_contactAdd new contacts with tags
update_contactUpdate contact information
add_tagsTag contacts for segmentation
send_smsSend SMS messages
send_emailSend emails

Sales & Pipeline

ToolWhat it does
get_opportunitiesView deals in pipelines
create_opportunityCreate new deals

AI Course Generator

ToolWhat it does
course_generateCreate full courses with modules, lessons, quizzes

Content Creation

ToolWhat it does
content_generateWrite blog posts, emails, social posts
content_rewriteImprove existing content

Workflow Automation

ToolWhat it does
rocketflow_deployDeploy workflows, pipelines, tags
rocketflow_validateValidate configurations
rocketflow_templatesBrowse templates

AI Agents

ToolWhat it does
agent_executeRun AI workflows (lead qual, proposals)
skillforge_executeExecute AI skills

Analytics & Insights

ToolWhat it does
insights_analyzeAI-powered data analysis
insights_predictPredictive analytics

SEO & Marketing

ToolWhat it does
seo_analyzeAudit pages for SEO

Workflow Examples

Example 1: New Customer Onboarding

json
{
  "name": "New Customer Onboarding",
  "trigger": "shopify_order",
  "actions": [
    { "toolId": "create_contact", "config": { "source": "Shopify" } },
    { "toolId": "add_tags", "config": { "tags": "customer,new" } },
    { "toolId": "send_sms", "config": { "message": "Welcome! Your order is confirmed." } },
    { "toolId": "mcp_call_server", "config": { "serverId": "slack-mcp", "tool": "send_message", "serverArgs": { "channel": "#sales", "text": "New customer!" } } }
  ]
}

Example 2: Multi-MCP Lead Capture

code
"Create a workflow: when a Shopify purchase happens, create a contact in GHL, send a Slack notification, and add them to Supabase"

Resources

The MCP server exposes these resources for context:

Resource URIDescription
rocket://location/infoYour CRM location info
rocket://workflowsYour saved workflows
rocket://modsAvailable Rocket+ mods
rocket://connectionsConnected MCP servers

Environment Variables

VariableRequiredDescription
ROCKET_API_KEYYesYour API key from rocketadd.com/settings
ROCKET_API_URLNoAPI URL (default: https://rocketadd.com)

Pricing

PlanAPI Calls/MonthMulti-MCPPrice
Free100Limited$0
Starter1,000Yes$29/mo
Growth10,000Yes$79/mo
ScaleUnlimitedYes$199/mo

Troubleshooting

"API key required"

Set ROCKET_API_KEY in your MCP config's env section.

"GHL MCP not configured"

Run connect_ghl_mcp with your GHL PIT token first.

"Authentication failed"

Your API key may be invalid. Generate a new one at rocketadd.com/settings.

Tools not appearing

  1. Restart your MCP client completely
  2. Verify JSON syntax in config file
  3. Check that the command path is correct

Links


Changelog

v3.0.0 (January 2026)

  • NEW: GHL MCP Integration - Connect to GoHighLevel's official MCP server
  • NEW: Multi-MCP Orchestration - Call any connected MCP server through Rocket+
  • NEW: mcp_call_server - Universal MCP server routing
  • NEW: connect_ghl_mcp, ghl_mcp_status, ghl_mcp_tools, ghl_mcp_call
  • NEW: list_mcp_connections - View all connected servers
  • IMPROVED: Workflow engine with cross-MCP action support
  • IMPROVED: Resources now show actual connection status
  • Expanded to 80+ tools

v2.2.0

  • Added workflow orchestration tools
  • Improved session initialization
  • Added prompts for common tasks

v2.1.0

  • Initial public release
  • 56+ tools for CRM, content, and automation

License

MIT - See LICENSE for details.


Made with 🚀 by RocketOpp

常见问题

io.github.Crypto-Goatz/rocket-plus-mcp 是什么?

提供 50+ AI 工具,覆盖 CRM、内容、工作流与营销自动化,并集成 GoHighLevel。

相关 Skills

网页构建器

by anthropics

Universal
热门

面向复杂 claude.ai HTML artifact 开发,快速初始化 React + Tailwind CSS + shadcn/ui 项目并打包为单文件 HTML,适合需要状态管理、路由或多组件交互的页面。

在 claude.ai 里做复杂网页 Artifact 很省心,多组件、状态和路由都能顺手搭起来,React、Tailwind 与 shadcn/ui 组合效率高、成品也更精致。

编码与调试
未扫描123.0k

前端设计

by anthropics

Universal
热门

面向组件、页面、海报和 Web 应用开发,按鲜明视觉方向生成可直接落地的前端代码与高质感 UI,适合做 landing page、Dashboard 或美化现有界面,避开千篇一律的 AI 审美。

想把页面做得既能上线又有设计感,就用前端设计:组件到整站都能产出,难得的是能避开千篇一律的 AI 味。

编码与调试
未扫描123.0k

网页应用测试

by anthropics

Universal
热门

用 Playwright 为本地 Web 应用编写自动化测试,支持启动开发服务器、校验前端交互、排查 UI 异常、抓取截图与浏览器日志,适合调试动态页面和回归验证。

借助 Playwright 一站式验证本地 Web 应用前端功能,调 UI 时还能同步查看日志和截图,定位问题更快。

编码与调试
未扫描123.0k

相关 MCP Server

GitHub

编辑精选

by GitHub

热门

GitHub 是 MCP 官方参考服务器,让 Claude 直接读写你的代码仓库和 Issues。

这个参考服务器解决了开发者想让 AI 安全访问 GitHub 数据的问题,适合需要自动化代码审查或 Issue 管理的团队。但注意它只是参考实现,生产环境得自己加固安全。

编码与调试
84.2k

by Context7

热门

Context7 是实时拉取最新文档和代码示例的智能助手,让你告别过时资料。

它能解决开发者查找文档时信息滞后的问题,特别适合快速上手新库或跟进更新。不过,依赖外部源可能导致偶尔的数据延迟,建议结合官方文档使用。

编码与调试
53.3k

by tldraw

热门

tldraw 是让 AI 助手直接在无限画布上绘图和协作的 MCP 服务器。

这解决了 AI 只能输出文本、无法视觉化协作的痛点——想象让 Claude 帮你画流程图或白板讨论。最适合需要快速原型设计或头脑风暴的开发者。不过,目前它只是个基础连接器,你得自己搭建画布应用才能发挥全部潜力。

编码与调试
46.4k

评论