Rocket+ MCP Server
Integrates with Shopify e-commerce platform for order management and workflow triggers.
Enables sending notifications and messages to Slack channels.
Provides payment processing capabilities through Stripe.
Allows database operations and storage integration with Supabase.
Facilitates deployment of projects via Vercel.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Rocket+ MCP ServerCreate a workflow: new Shopify order → GHL contact → Slack notify"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Rocket+ MCP Server
Multi-MCP Orchestration Hub - Connect GHL, Stripe, Shopify, Supabase, and more through a single AI interface.
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
Related MCP server: 0nMCP
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
Sign up at rocketadd.com
Go to Settings → API Keys
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):
{
"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):
{
"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
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-)
Connect via Rocket+ MCP:
"Connect my GHL MCP with pit-abc123..."Or use the tool directly:
{
"tool": "connect_ghl_mcp",
"args": {
"pit": "pit-your-token-here",
"ghlLocationId": "optional-location-id"
}
}Use GHL MCP Tools:
Once connected, you can call any GHL MCP tool:
"Call GHL MCP to get all contacts"
"Use ghl-mcp to send an SMS to John"Or via mcp_call_server:
{
"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:
┌─────────────────────────────────────────────────────────────┐
│ 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 ID | Name | Status | Description |
| Rocket+ MCP | Built-in | 80+ tools for CRM, content, workflows |
| GoHighLevel MCP | Available | Native GHL CRM tools |
| Supabase MCP | Available | Database operations |
| Stripe MCP | Coming Soon | Payment processing |
| Shopify MCP | Coming Soon | E-commerce |
| Vercel MCP | Coming Soon | Deployment |
| Slack MCP | Coming Soon | Team notifications |
Available Tools (80+)
MCP Orchestration
Tool | What it does |
| Call any connected MCP server |
| List available MCP servers |
| Show your connected servers |
| Connect GoHighLevel MCP |
| Disconnect GHL MCP |
| Check GHL MCP connection |
| List GHL MCP tools |
| Call a GHL MCP tool directly |
Workflow Orchestration
Tool | What it does |
| Execute a saved workflow |
| Create a new workflow from description |
| List your workflows |
| Get workflow details |
CRM & Contacts
Tool | What it does |
| Search and retrieve contacts |
| Add new contacts with tags |
| Update contact information |
| Tag contacts for segmentation |
| Send SMS messages |
| Send emails |
Sales & Pipeline
Tool | What it does |
| View deals in pipelines |
| Create new deals |
AI Course Generator
Tool | What it does |
| Create full courses with modules, lessons, quizzes |
Content Creation
Tool | What it does |
| Write blog posts, emails, social posts |
| Improve existing content |
Workflow Automation
Tool | What it does |
| Deploy workflows, pipelines, tags |
| Validate configurations |
| Browse templates |
AI Agents
Tool | What it does |
| Run AI workflows (lead qual, proposals) |
| Execute AI skills |
Analytics & Insights
Tool | What it does |
| AI-powered data analysis |
| Predictive analytics |
SEO & Marketing
Tool | What it does |
| Audit pages for SEO |
Workflow Examples
Example 1: New Customer Onboarding
{
"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
"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 URI | Description |
| Your CRM location info |
| Your saved workflows |
| Available Rocket+ mods |
| Connected MCP servers |
Environment Variables
Variable | Required | Description |
| Yes | Your API key from rocketadd.com/settings |
| No | API URL (default: https://rocketadd.com) |
Pricing
Plan | API Calls/Month | Multi-MCP | Price |
Free | 100 | Limited | $0 |
Starter | 1,000 | Yes | $29/mo |
Growth | 10,000 | Yes | $79/mo |
Scale | Unlimited | Yes | $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
Restart your MCP client completely
Verify JSON syntax in config file
Check that the command path is correct
Links
Website: rocketadd.com
Documentation: rocketadd.com/docs/integrations/mcp
GHL MCP Docs: marketplace.gohighlevel.com/docs/other/mcp
Support: support@rocketadd.com
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 routingNEW:
connect_ghl_mcp,ghl_mcp_status,ghl_mcp_tools,ghl_mcp_callNEW:
list_mcp_connections- View all connected serversIMPROVED: 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
This server cannot be installed
Maintenance
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/Crypto-Goatz/rocket-plus-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server