🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

rocket-plus-mcp

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rocket-plus-mcp

Rocket+ MCP Server - 50+ AI automation tools for CRM, content, workflows, and more

latest
Source
npmnpm
Version
3.0.1
Version published
Weekly downloads
57
58.33%
Maintainers
1
Weekly downloads
 
Created
Source

Rocket+ MCP Server

npm version MCP Registry License: MIT

Model Context Protocol (MCP) server for integrating Rocket+ with AI assistants like Claude. Provides 50+ tools across 21 marketing automation mods.

What is Rocket+?

Rocket+ is an AI-powered marketing automation platform for GoHighLevel (GHL) CRM. It provides modular enhancements ("Mods") for CRM functionality, including workflow automation, AI content generation, A/B testing, and more.

Quick Start

For Claude Desktop

Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "rocket-plus": {
      "command": "npx",
      "args": ["-y", "rocket-plus-mcp"],
      "env": {
        "ROCKET_API_URL": "https://rocketadd.com",
        "ROCKET_API_KEY": "rp_your_api_key_here"
      }
    }
  }
}

For Claude Code

claude mcp add --transport stdio rocket-plus -- npx -y rocket-plus-mcp

Then set environment variables in your shell or .env:

export ROCKET_API_URL=https://rocketadd.com
export ROCKET_API_KEY=rp_your_api_key_here

Getting Your API Key

  • Go to https://rocketadd.com/settings
  • Click API Keys
  • Create a new API key
  • Copy the key (it's only shown once!)

Available Tools (50+)

CRM Core (13 tools)

ToolDescription
get_contactsList contacts with optional search/filter
create_contactCreate a new contact
update_contactUpdate contact details
add_tagsAdd tags to a contact
get_opportunitiesList opportunities/deals
create_opportunityCreate a new opportunity
send_smsSend SMS to a contact
send_emailSend email to a contact
get_calendarsList all calendars
get_appointmentsGet appointments from a calendar
create_appointmentBook an appointment
get_workflowsList all workflows
add_to_workflowAdd contact to a workflow

RocketFlow - Workflow Automation (3 tools)

ToolDescription
rocketflow_deployDeploy JSON workflow to CRM
rocketflow_validateValidate workflow JSON
rocketflow_templatesGet available templates

Rocket Agents - AI Workflows (3 tools)

ToolDescription
agent_executeExecute an AI agent workflow
agent_listList available agent templates
agent_statusCheck agent execution status

AI Course Generator (2 tools)

ToolDescription
course_generateGenerate complete course with AI
course_outlineGenerate course outline only

Content AI (3 tools)

ToolDescription
content_generateGenerate marketing content
content_rewriteRewrite/improve content
content_ideasGenerate content ideas

RSS Content Engine (3 tools)

ToolDescription
rss_add_feedAdd RSS feed to monitor
rss_get_itemsGet latest RSS items
rss_generate_postGenerate post from RSS item

APEX Canvas / Rocket Canvas (3 tools)

ToolDescription
canvas_createCreate new canvas project
canvas_generateGenerate content with AI
canvas_exportExport to HTML/PDF/image

Dashboard Builder (2 tools)

ToolDescription
dashboard_createCreate custom dashboard
dashboard_add_widgetAdd widget to dashboard

APEX AI - A/B Testing (3 tools)

ToolDescription
apex_create_testCreate A/B test
apex_get_resultsGet test results
apex_optimizeGet AI optimization suggestions

AI Insights (3 tools)

ToolDescription
insights_analyzeGet AI-powered data insights
insights_predictGet AI predictions
insights_reportGenerate analytics report

Focus Flow - Productivity (2 tools)

ToolDescription
focus_create_sessionCreate focused work session
focus_get_tasksGet AI-suggested tasks

Auto-SEO (3 tools)

ToolDescription
seo_analyzeAnalyze page for SEO
seo_generate_metaGenerate meta tags
seo_keyword_researchResearch keywords

Market Research (3 tools)

ToolDescription
research_competitorsResearch competitors
research_trendsGet market trends
research_ideasGet product/feature ideas

Additional Tools

CategoryTools
API Connectionsapi_test, api_list_endpoints
Webhook Receiverwebhook_create, webhook_list
RocketPost Formsform_create, form_get_submissions
Realtime Visitorsvisitors_active, visitors_history
CRO9 (Beta)cro_analyze, cro_heatmap
RocketEQ Games (Beta)game_create, game_stats
MCPFED (Beta)mcp_list_servers, mcp_call_server
Utilityget_location_stats, get_usage, list_mods

Example Usage

Once connected, you can ask Claude things like:

CRM Operations

"Show me my recent contacts"
"Create a contact for John Doe (john@example.com)"
"Send an SMS to contact abc123: 'Your appointment is confirmed'"
"Add 'VIP' tag to all contacts with @enterprise.com email"

Content Creation

"Generate a blog post about email marketing tips"
"Create a 5-module course on social media marketing"
"Rewrite this email to be more persuasive: [content]"

Automation

"Deploy this RocketFlow workflow: [JSON]"
"Execute the proposal-agent for contact xyz"
"Create an A/B test for my landing page headline"

Analytics

"What's my current API usage?"
"Analyze my conversion rate trends"
"Generate a weekly analytics report"

Resources

The MCP server provides these resources for context:

Resource URIDescription
rocket://location/infoCurrent location information
rocket://subscription/statusSubscription plan and usage
rocket://mods/availableList of available mods
rocket://agents/templatesAvailable agent templates
rocket://canvas/templatesCanvas templates
rocket://rss/feedsConfigured RSS feeds

Development

# Clone the repository
git clone https://github.com/Crypto-Goatz/rocket-plus-mcp.git
cd rocket-plus-mcp

# Install dependencies
npm install

# Run in development mode
npm run dev

# Build for production
npm run build

# Start production server
npm start

Environment Variables

VariableDescriptionDefault
ROCKET_API_URLRocket+ API base URLhttps://rocketadd.com
ROCKET_API_KEYYour Rocket+ API keyRequired

Requirements

  • Node.js >= 18.0.0
  • Rocket+ account with API key

License

MIT License - see LICENSE for details.

Built with love by RocketOpp

Keywords

mcp

FAQs

Package last updated on 29 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts