npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

rocket-plus-mcp

v2.2.0

Published

AI-powered CRM automation with 56+ tools. Natural language control for contacts, courses, content, workflows & marketing. Works with Claude Desktop, Claude Code, and any MCP client.

Downloads

278

Readme

Rocket+ MCP Server

AI-powered CRM automation with 56+ tools for contacts, content, courses, workflows, and marketing.

npm version MCP Compatible

What You Can Do

Talk to your CRM using natural language:

  • "Get my last 10 leads" - Retrieve contacts instantly
  • "Create a course about email marketing for beginners" - Generate complete courses with AI
  • "Send a follow-up SMS to John about our meeting" - Message contacts directly
  • "Write a blog post about AI automation" - Generate marketing content
  • "Analyze my sales performance this month" - Get AI-powered insights

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):

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

Claude Code (~/.claude.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. Try saying:

Available Tools (56+)

CRM & Contacts

| Tool | What it does | |------|--------------| | get_contacts | Search and retrieve contacts | | create_contact | Add new contacts with tags | | update_contact | Update contact information | | add_tags | Tag contacts for segmentation | | send_sms | Send SMS messages | | send_email | Send emails |

Sales & Pipeline

| Tool | What it does | |------|--------------| | get_opportunities | View deals in pipelines | | create_opportunity | Create new deals |

AI Course Generator

| Tool | What it does | |------|--------------| | course_generate | Create full courses with modules, lessons, quizzes | | course_outline | Generate course structure |

Content Creation

| Tool | What it does | |------|--------------| | content_generate | Write blog posts, emails, social posts | | content_rewrite | Improve existing content | | content_ideas | Get content topic suggestions |

Workflow Automation

| Tool | What it does | |------|--------------| | rocketflow_deploy | Deploy workflows, pipelines, tags | | rocketflow_validate | Validate configurations | | rocketflow_templates | Browse templates |

AI Agents

| Tool | What it does | |------|--------------| | agent_execute | Run AI workflows (lead qual, proposals) | | agent_list | List available agents | | skillforge_execute | Execute AI skills |

Analytics & Insights

| Tool | What it does | |------|--------------| | insights_analyze | AI-powered data analysis | | insights_predict | Predictive analytics | | insights_report | Generate reports |

SEO & Marketing

| Tool | What it does | |------|--------------| | seo_analyze | Audit pages for SEO | | seo_keyword_research | Get keyword suggestions | | research_competitors | Analyze competitors |

And More...

  • RSS Content Engine
  • Canvas Builder
  • Dashboard Builder
  • A/B Testing
  • Form Builder
  • Visitor Tracking
  • Webhook Management

Natural Language Prompts

The server includes built-in prompts for common tasks:

| Prompt | Description | |--------|-------------| | get_my_leads | Retrieve recent contacts | | create_course | Generate a course on any topic | | follow_up | Send a follow-up message | | generate_content | Create marketing content | | analyze_performance | Get CRM insights | | qualify_lead | Run AI lead scoring |

How It Works

┌─────────────────────────────────────────────────────────┐
│                   YOUR MACHINE                          │
│                                                         │
│   ┌───────────────┐      ┌───────────────────────┐     │
│   │ Claude Desktop │ ←──→ │ Rocket+ MCP Server   │     │
│   │  Claude Code   │      │ (runs locally)       │     │
│   └───────────────┘      └───────────────────────┘     │
│                                   │                     │
└───────────────────────────────────│─────────────────────┘
                                    │ HTTPS API
                                    ▼
                          ┌───────────────────┐
                          │  rocketadd.com    │
                          │  (Rocket+ API)    │
                          └───────────────────┘
  • Local execution: MCP server runs on your machine
  • Secure: API key stored locally, never exposed
  • Fast: Direct stdio communication

Environment Variables

| Variable | Required | Description | |----------|----------|-------------| | ROCKET_API_KEY | Yes | Your API key from rocketadd.com/settings | | ROCKET_API_URL | No | API URL (default: https://rocketadd.com) |

Pricing

| Plan | API Calls/Month | Price | |------|-----------------|-------| | Free | 100 | $0 | | Starter | 1,000 | $29/mo | | Growth | 10,000 | $79/mo | | Scale | Unlimited | $199/mo |

Troubleshooting

"API key required"

Set ROCKET_API_KEY in your MCP config's env section.

"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

Connection errors

  1. Check internet connection
  2. Verify https://rocketadd.com is accessible
  3. Check firewall/proxy settings

Links

License

MIT - See LICENSE for details.


Made with 🚀 by RocketOpp