
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
rocket-plus-mcp
Advanced tools
Rocket+ MCP Server - 50+ AI automation tools for CRM, content, workflows, and more
Model Context Protocol (MCP) server for integrating Rocket+ with AI assistants like Claude. Provides 50+ tools across 21 marketing automation mods.
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.
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"
}
}
}
}
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
| Tool | Description |
|---|---|
get_contacts | List contacts with optional search/filter |
create_contact | Create a new contact |
update_contact | Update contact details |
add_tags | Add tags to a contact |
get_opportunities | List opportunities/deals |
create_opportunity | Create a new opportunity |
send_sms | Send SMS to a contact |
send_email | Send email to a contact |
get_calendars | List all calendars |
get_appointments | Get appointments from a calendar |
create_appointment | Book an appointment |
get_workflows | List all workflows |
add_to_workflow | Add contact to a workflow |
| Tool | Description |
|---|---|
rocketflow_deploy | Deploy JSON workflow to CRM |
rocketflow_validate | Validate workflow JSON |
rocketflow_templates | Get available templates |
| Tool | Description |
|---|---|
agent_execute | Execute an AI agent workflow |
agent_list | List available agent templates |
agent_status | Check agent execution status |
| Tool | Description |
|---|---|
course_generate | Generate complete course with AI |
course_outline | Generate course outline only |
| Tool | Description |
|---|---|
content_generate | Generate marketing content |
content_rewrite | Rewrite/improve content |
content_ideas | Generate content ideas |
| Tool | Description |
|---|---|
rss_add_feed | Add RSS feed to monitor |
rss_get_items | Get latest RSS items |
rss_generate_post | Generate post from RSS item |
| Tool | Description |
|---|---|
canvas_create | Create new canvas project |
canvas_generate | Generate content with AI |
canvas_export | Export to HTML/PDF/image |
| Tool | Description |
|---|---|
dashboard_create | Create custom dashboard |
dashboard_add_widget | Add widget to dashboard |
| Tool | Description |
|---|---|
apex_create_test | Create A/B test |
apex_get_results | Get test results |
apex_optimize | Get AI optimization suggestions |
| Tool | Description |
|---|---|
insights_analyze | Get AI-powered data insights |
insights_predict | Get AI predictions |
insights_report | Generate analytics report |
| Tool | Description |
|---|---|
focus_create_session | Create focused work session |
focus_get_tasks | Get AI-suggested tasks |
| Tool | Description |
|---|---|
seo_analyze | Analyze page for SEO |
seo_generate_meta | Generate meta tags |
seo_keyword_research | Research keywords |
| Tool | Description |
|---|---|
research_competitors | Research competitors |
research_trends | Get market trends |
research_ideas | Get product/feature ideas |
| Category | Tools |
|---|---|
| API Connections | api_test, api_list_endpoints |
| Webhook Receiver | webhook_create, webhook_list |
| RocketPost Forms | form_create, form_get_submissions |
| Realtime Visitors | visitors_active, visitors_history |
| CRO9 (Beta) | cro_analyze, cro_heatmap |
| RocketEQ Games (Beta) | game_create, game_stats |
| MCPFED (Beta) | mcp_list_servers, mcp_call_server |
| Utility | get_location_stats, get_usage, list_mods |
Once connected, you can ask Claude things like:
"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"
"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]"
"Deploy this RocketFlow workflow: [JSON]"
"Execute the proposal-agent for contact xyz"
"Create an A/B test for my landing page headline"
"What's my current API usage?"
"Analyze my conversion rate trends"
"Generate a weekly analytics report"
The MCP server provides these resources for context:
| Resource URI | Description |
|---|---|
rocket://location/info | Current location information |
rocket://subscription/status | Subscription plan and usage |
rocket://mods/available | List of available mods |
rocket://agents/templates | Available agent templates |
rocket://canvas/templates | Canvas templates |
rocket://rss/feeds | Configured RSS feeds |
# 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
| Variable | Description | Default |
|---|---|---|
ROCKET_API_URL | Rocket+ API base URL | https://rocketadd.com |
ROCKET_API_KEY | Your Rocket+ API key | Required |
MIT License - see LICENSE for details.
Built with love by RocketOpp
FAQs
Rocket+ MCP Server - 50+ AI automation tools for CRM, content, workflows, and more
The npm package rocket-plus-mcp receives a total of 42 weekly downloads. As such, rocket-plus-mcp popularity was classified as not popular.
We found that rocket-plus-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.