Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

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

NPM · ROCKET-PLUS-MCP · SCANNED AUG 3

56+ AI tools for CRM, content, workflows, SkillForge & marketing automation.

Available components

+37 this week 55 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security70
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects @modelcontextprotocol/sdk 0.5.0, a direct dependency. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (13 of 14), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency19
Schema Quality & AI Usability78
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Tool/resource definitions use about 3267 tokens (~46/item across 71 items; 64 tools + 7 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage99
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 97% of tool parameters carry a description.Partial
Capabilities20
  • Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · rocket-plus-mcp

# add to Claude Code
claude mcp add crypto-goatz-rocket-plus-mcp -- npx -y rocket-plus-mcp
# add to Codex CLI
codex mcp add crypto-goatz-rocket-plus-mcp -- npx -y rocket-plus-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "crypto-goatz-rocket-plus-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "rocket-plus-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add crypto-goatz-rocket-plus-mcp --command npx --arg -y --arg rocket-plus-mcp
# ~/.hermes/config.yaml
mcp_servers:
  crypto-goatz-rocket-plus-mcp:
    command: "npx"
    args: ["-y", "rocket-plus-mcp"]
// mcp.json
{
  "mcpServers": {
    "crypto-goatz-rocket-plus-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "rocket-plus-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +4
    • Stability: unverified → 0.27 functional
  • 2 Aug 26 +16
    • Malware scan: unverified → pass security
    • Schema quality: unverified → good functional
  • 31 Jul 26 −27
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 28 Jul 26 +44
    • CVE-2025-66414 affects this package: high security
    • Provenance: unverified → fail security
    • Known CVEs: unverified → fail security
    • Install scripts: unverified → pass security
    • Schema quality: unverified → 100 functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • Tool coverage: unverified → 100 functional
    • License: unverified → pass functional
    • First check of Schema quality: fail functional
    • First check of Schema quality: pass functional
    • First check of Schema quality: unverified functional
    • First check of Tool coverage: 97 functional
    • Licence: MIT functional
  • 27 Jul 26 18

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Vulnerabilities 1 finding
ID CVE Severity Vector Fix available
GHSA-w48q-cv73-mx4w CVE-2025-66414 high yes
Dependencies 13 packages

13 packages in the resolved dependency tree · 13 deprecated · 6 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 64 exposed · ~3,192 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
add_tags ~37

Add tags to a contact

NameTypeReqDescription
contactIdstringyesContact ID
tagsstringyesComma-separated tags to add

No output schema declared.

No examples provided.

agent_execute ~73

Execute a Rocket Agent AI workflow. Agents can qualify leads, send proposals, book appointments, and more.

NameTypeReqDescription
flowIdstringyesAgent flow template ID (e.g., proposal-agent, smart-followup-agent)
triggerDataobjectyesData to pass to the agent (contactId, email, etc.)

No output schema declared.

No examples provided.

agent_list ~14

List available Rocket Agent templates

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

agent_status ~30

Get status of a running or completed agent execution

NameTypeReqDescription
executionIdstringyesExecution ID to check

No output schema declared.

No examples provided.

apex_create_test ~95

Create an A/B test experiment

NameTypeReqDescription
goalstringGoal: clicks, conversions, signups
namestringyesTest name
trafficSplitstringTraffic split (e.g., "50/50", "33/33/34")
typestringyesType: email_subject, landing_page, cta, form
variantsarrayyesArray of variant configurations

No output schema declared.

No examples provided.

apex_get_results ~27

Get A/B test results and winner

NameTypeReqDescription
testIdstringyesTest ID

No output schema declared.

No examples provided.

apex_optimize ~42

Get AI optimization suggestions

NameTypeReqDescription
dataobjectCurrent performance data
typestringyesWhat to optimize: funnel, email, landing, workflow

No output schema declared.

No examples provided.

api_list_endpoints ~32

List available CRM API endpoints

NameTypeReqDescription
categorystringCategory: contacts, opportunities, calendars, etc.

No output schema declared.

No examples provided.

api_test ~42

Test an API connection

NameTypeReqDescription
endpointstringyesCRM API endpoint to test
methodstringHTTP method: GET, POST, PUT, DELETE

No output schema declared.

No examples provided.

canvas_create ~76

Create a new canvas project (landing page, form, email template)

NameTypeReqDescription
aiPromptstringDescribe what you want AI to generate
namestringyesProject name
templatestringTemplate ID to start from (optional)
typestringyesType: landing, form, email, social

No output schema declared.

No examples provided.

canvas_export ~37

Export a canvas project

NameTypeReqDescription
formatstringyesFormat: html, image, pdf
projectIdstringyesProject ID

No output schema declared.

No examples provided.

canvas_generate ~59

Generate canvas content with AI from a description

NameTypeReqDescription
projectIdstringProject ID to update
promptstringyesDescribe what you want to create
stylestringVisual style: modern, minimal, bold, elegant

No output schema declared.

No examples provided.

content_generate ~107

Generate marketing content with AI. Creates blog posts, emails, social posts, etc.

NameTypeReqDescription
keywordsstringSEO keywords (comma-separated)
lengthstringLength: short, medium, long
targetAudiencestringTarget audience description
tonestringTone: professional, casual, persuasive, informative
topicstringyesTopic or subject
typestringyesContent type: blog, email, social, landing, ad

No output schema declared.

No examples provided.

content_ideas ~50

Generate content ideas for a topic

NameTypeReqDescription
countnumberNumber of ideas (default: 10)
topicstringyesTopic area
typestringContent type focus

No output schema declared.

No examples provided.

content_rewrite ~53

Rewrite or improve existing content

NameTypeReqDescription
contentstringyesOriginal content to rewrite
goalstringyesGoal: improve, shorten, expand, simplify, persuade
tonestringDesired tone

No output schema declared.

No examples provided.

course_generate ~115

Generate a complete course with AI. Creates modules, lessons, quizzes, and content.

NameTypeReqDescription
audiencestringTarget audience (beginner, intermediate, advanced)
includeQuizzesbooleanInclude quizzes (default: true)
lessonsPerModulenumberLessons per module (default: 3)
modulesnumberNumber of modules (default: 5)
stylestringTeaching style (practical, theoretical, mixed)
topicstringyesCourse topic or title

No output schema declared.

No examples provided.

course_outline ~36

Generate just a course outline without full content

NameTypeReqDescription
modulesnumberNumber of modules
topicstringyesCourse topic

No output schema declared.

No examples provided.

create_contact ~78

Create a new contact in the CRM

NameTypeReqDescription
customFieldsobjectCustom field key-value pairs
emailstringyesEmail address
firstNamestringFirst name
lastNamestringLast name
phonestringPhone number
tagsstringComma-separated tags

No output schema declared.

No examples provided.

create_opportunity ~66

Create a new opportunity/deal

NameTypeReqDescription
contactIdstringAssociated contact ID
monetaryValuenumberDeal value
namestringyesOpportunity name
pipelineIdstringyesPipeline ID
stageIdstringyesStage ID

No output schema declared.

No examples provided.

cro_analyze ~40

Analyze conversion rate and get optimization suggestions

NameTypeReqDescription
funnelIdstringFunnel or page ID to analyze
goalstringConversion goal

No output schema declared.

No examples provided.

cro_heatmap ~41

Get heatmap data for a page

NameTypeReqDescription
pageUrlstringyesPage URL
typestringType: click, scroll, attention

No output schema declared.

No examples provided.

dashboard_add_widget ~70

Add a widget to a dashboard

NameTypeReqDescription
configobjectWidget configuration
dashboardIdstringyesDashboard ID
dataSourcestringyesData source: contacts, opportunities, appointments, custom
typestringyesWidget type: chart, metric, table, list

No output schema declared.

No examples provided.

dashboard_create ~48

Create a custom analytics dashboard

NameTypeReqDescription
layoutstringLayout: grid, rows, columns
namestringyesDashboard name
widgetsarrayArray of widget configurations

No output schema declared.

No examples provided.

focus_create_session ~52

Create a focused work session with tasks

NameTypeReqDescription
durationnumberDuration in minutes (default: 25)
goalstringyesSession goal
tasksarrayArray of task strings

No output schema declared.

No examples provided.

focus_get_tasks ~50

Get AI-suggested tasks based on your CRM data

NameTypeReqDescription
categorystringCategory: followups, opportunities, admin
prioritystringPriority: high, medium, low

No output schema declared.

No examples provided.

form_create ~63

Create a new lead capture form

NameTypeReqDescription
aiOptimizebooleanEnable AI A/B testing
fieldsarrayArray of field configurations
namestringyesForm name
stylestringForm style: minimal, modern, classic

No output schema declared.

No examples provided.

form_get_submissions ~46

Get form submissions

NameTypeReqDescription
formIdstringyesForm ID
limitnumberNumber of submissions
sincestringISO date to filter from

No output schema declared.

No examples provided.

game_create ~70

Create a gamified lead capture experience

NameTypeReqDescription
namestringyesGame name
prizesarrayArray of prize configurations
questionsarrayQuestions for quiz/trivia (if applicable)
typestringyesGame type: quiz, spin-wheel, scratch-card, trivia

No output schema declared.

No examples provided.

game_stats ~23

Get game performance statistics

NameTypeReqDescription
gameIdstringyesGame ID

No output schema declared.

No examples provided.

get_contacts ~57

Get a list of contacts from the CRM

NameTypeReqDescription
limitnumberMaximum number of contacts (default: 20)
querystringSearch query to filter contacts
tagsstringFilter by comma-separated tags

No output schema declared.

No examples provided.

get_location_stats ~21

Get location statistics (users, calendars, pipelines, workflows)

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_opportunities ~40

Get opportunities/deals from pipelines

NameTypeReqDescription
pipelineIdstringFilter by pipeline ID
stageIdstringFilter by stage ID

No output schema declared.

No examples provided.

get_usage ~16

Get current API usage and subscription limits

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

insights_analyze ~73

Get AI-powered insights from your data

NameTypeReqDescription
dataTypestringyesData to analyze: contacts, opportunities, campaigns, all
questionstringSpecific question to answer (optional)
timeframestringTimeframe: 7d, 30d, 90d, ytd

No output schema declared.

No examples provided.

insights_predict ~53

Get AI predictions based on historical data

NameTypeReqDescription
horizonstringPrediction horizon: 7d, 30d, 90d
metricstringyesMetric to predict: revenue, leads, conversions

No output schema declared.

No examples provided.

insights_report ~46

Generate an AI-written analytics report

NameTypeReqDescription
formatstringFormat: summary, detailed, executive
typestringyesReport type: weekly, monthly, campaign, funnel

No output schema declared.

No examples provided.

list_mods ~19

List all available Rocket+ mods and their status

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

mcp_call_server ~53

Call a tool on a federated MCP server

NameTypeReqDescription
argsobjectTool arguments
serverIdstringyesServer ID to call
toolstringyesTool name on that server

No output schema declared.

No examples provided.

mcp_list_servers ~34

List available MCP servers in the federation

NameTypeReqDescription
categorystringCategory: all, crm, marketing, analytics

No output schema declared.

No examples provided.

research_competitors ~45

Research competitor websites and strategies

NameTypeReqDescription
competitorsstringyesCompetitor domains (comma-separated)
focusstringFocus: pricing, features, messaging, seo

No output schema declared.

No examples provided.

research_ideas ~45

Get feature/product ideas from market research data

NameTypeReqDescription
categorystringCategory to research (from CRM ideas board)
limitnumberNumber of ideas to return

No output schema declared.

No examples provided.

research_trends ~47

Get market trends for an industry or topic

NameTypeReqDescription
industrystringyesIndustry or niche
timeframestringTimeframe: current, 6mo, 1yr

No output schema declared.

No examples provided.

rocketflow_deploy ~69

Deploy a RocketFlow JSON workflow to the CRM. Automatically detects type and deploys contacts, custom fields, custom values, tags, pipelines, or workflows.

NameTypeReqDescription
dryRunbooleanIf true, validates without deploying
jsonstringyesThe RocketFlow JSON configuration to deploy

No output schema declared.

No examples provided.

rocketflow_templates ~32

Get available RocketFlow templates

NameTypeReqDescription
categorystringFilter by category (workflows, pipelines, etc.)

No output schema declared.

No examples provided.

rocketflow_validate ~31

Validate a RocketFlow JSON configuration without deploying

NameTypeReqDescription
jsonstringyesThe RocketFlow JSON to validate

No output schema declared.

No examples provided.

rss_add_feed ~62

Add an RSS feed to monitor

NameTypeReqDescription
autoPostbooleanAuto-post new items
namestringyesFeed name
rewriteWithAIbooleanRewrite content with AI before posting
urlstringyesRSS feed URL

No output schema declared.

No examples provided.

rss_generate_post ~60

Generate a social/blog post from an RSS item

NameTypeReqDescription
addOpinionbooleanAdd AI-generated opinion/commentary
itemIdstringyesRSS item ID
platformstringyesPlatform: linkedin, twitter, facebook, blog

No output schema declared.

No examples provided.

rss_get_items ~44

Get latest items from RSS feeds

NameTypeReqDescription
feedIdstringSpecific feed ID (optional)
limitnumberNumber of items (default: 20)

No output schema declared.

No examples provided.

send_email ~46

Send an email to a contact

NameTypeReqDescription
bodystringyesEmail body (HTML supported)
contactIdstringyesContact ID
subjectstringyesEmail subject

No output schema declared.

No examples provided.

send_sms ~35

Send an SMS message to a contact

NameTypeReqDescription
contactIdstringyesContact ID
messagestringyesMessage content

No output schema declared.

No examples provided.