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
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
- Repository check failed: the declared repository URL redirects; it must resolve directly. See how to fix → View diagnostics → Fail
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 186 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add crypto-goatz-rocket-plus-mcp -- npx -y rocket-plus-mcp
codex mcp add crypto-goatz-rocket-plus-mcp -- npx -y rocket-plus-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"crypto-goatz-rocket-plus-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"rocket-plus-mcp"
],
"enabled": true
}
}
} openclaw mcp add crypto-goatz-rocket-plus-mcp --command npx --arg -y --arg rocket-plus-mcp
mcp_servers:
crypto-goatz-rocket-plus-mcp:
command: "npx"
args: ["-y", "rocket-plus-mcp"] {
"mcpServers": {
"crypto-goatz-rocket-plus-mcp": {
"command": "npx",
"args": [
"-y",
"rocket-plus-mcp"
]
}
}
} 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.
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.
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.
add_tags ~37
Add tags to a contact
| Name | Type | Req | Description |
|---|---|---|---|
| contactId | string | yes | Contact ID |
| tags | string | yes | Comma-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.
| Name | Type | Req | Description |
|---|---|---|---|
| flowId | string | yes | Agent flow template ID (e.g., proposal-agent, smart-followup-agent) |
| triggerData | object | yes | Data 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
| Name | Type | Req | Description |
|---|---|---|---|
| executionId | string | yes | Execution ID to check |
No output schema declared.
No examples provided.
apex_create_test ~95
Create an A/B test experiment
| Name | Type | Req | Description |
|---|---|---|---|
| goal | string | — | Goal: clicks, conversions, signups |
| name | string | yes | Test name |
| trafficSplit | string | — | Traffic split (e.g., "50/50", "33/33/34") |
| type | string | yes | Type: email_subject, landing_page, cta, form |
| variants | array | yes | Array of variant configurations |
No output schema declared.
No examples provided.
apex_get_results ~27
Get A/B test results and winner
| Name | Type | Req | Description |
|---|---|---|---|
| testId | string | yes | Test ID |
No output schema declared.
No examples provided.
apex_optimize ~42
Get AI optimization suggestions
| Name | Type | Req | Description |
|---|---|---|---|
| data | object | — | Current performance data |
| type | string | yes | What to optimize: funnel, email, landing, workflow |
No output schema declared.
No examples provided.
api_list_endpoints ~32
List available CRM API endpoints
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | — | Category: contacts, opportunities, calendars, etc. |
No output schema declared.
No examples provided.
api_test ~42
Test an API connection
| Name | Type | Req | Description |
|---|---|---|---|
| endpoint | string | yes | CRM API endpoint to test |
| method | string | — | HTTP 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)
| Name | Type | Req | Description |
|---|---|---|---|
| aiPrompt | string | — | Describe what you want AI to generate |
| name | string | yes | Project name |
| template | string | — | Template ID to start from (optional) |
| type | string | yes | Type: landing, form, email, social |
No output schema declared.
No examples provided.
canvas_export ~37
Export a canvas project
| Name | Type | Req | Description |
|---|---|---|---|
| format | string | yes | Format: html, image, pdf |
| projectId | string | yes | Project ID |
No output schema declared.
No examples provided.
canvas_generate ~59
Generate canvas content with AI from a description
| Name | Type | Req | Description |
|---|---|---|---|
| projectId | string | — | Project ID to update |
| prompt | string | yes | Describe what you want to create |
| style | string | — | Visual 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.
| Name | Type | Req | Description |
|---|---|---|---|
| keywords | string | — | SEO keywords (comma-separated) |
| length | string | — | Length: short, medium, long |
| targetAudience | string | — | Target audience description |
| tone | string | — | Tone: professional, casual, persuasive, informative |
| topic | string | yes | Topic or subject |
| type | string | yes | Content type: blog, email, social, landing, ad |
No output schema declared.
No examples provided.
content_ideas ~50
Generate content ideas for a topic
| Name | Type | Req | Description |
|---|---|---|---|
| count | number | — | Number of ideas (default: 10) |
| topic | string | yes | Topic area |
| type | string | — | Content type focus |
No output schema declared.
No examples provided.
content_rewrite ~53
Rewrite or improve existing content
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | yes | Original content to rewrite |
| goal | string | yes | Goal: improve, shorten, expand, simplify, persuade |
| tone | string | — | Desired tone |
No output schema declared.
No examples provided.
course_generate ~115
Generate a complete course with AI. Creates modules, lessons, quizzes, and content.
| Name | Type | Req | Description |
|---|---|---|---|
| audience | string | — | Target audience (beginner, intermediate, advanced) |
| includeQuizzes | boolean | — | Include quizzes (default: true) |
| lessonsPerModule | number | — | Lessons per module (default: 3) |
| modules | number | — | Number of modules (default: 5) |
| style | string | — | Teaching style (practical, theoretical, mixed) |
| topic | string | yes | Course topic or title |
No output schema declared.
No examples provided.
course_outline ~36
Generate just a course outline without full content
| Name | Type | Req | Description |
|---|---|---|---|
| modules | number | — | Number of modules |
| topic | string | yes | Course topic |
No output schema declared.
No examples provided.
create_contact ~78
Create a new contact in the CRM
| Name | Type | Req | Description |
|---|---|---|---|
| customFields | object | — | Custom field key-value pairs |
| string | yes | Email address | |
| firstName | string | — | First name |
| lastName | string | — | Last name |
| phone | string | — | Phone number |
| tags | string | — | Comma-separated tags |
No output schema declared.
No examples provided.
create_opportunity ~66
Create a new opportunity/deal
| Name | Type | Req | Description |
|---|---|---|---|
| contactId | string | — | Associated contact ID |
| monetaryValue | number | — | Deal value |
| name | string | yes | Opportunity name |
| pipelineId | string | yes | Pipeline ID |
| stageId | string | yes | Stage ID |
No output schema declared.
No examples provided.
cro_analyze ~40
Analyze conversion rate and get optimization suggestions
| Name | Type | Req | Description |
|---|---|---|---|
| funnelId | string | — | Funnel or page ID to analyze |
| goal | string | — | Conversion goal |
No output schema declared.
No examples provided.
cro_heatmap ~41
Get heatmap data for a page
| Name | Type | Req | Description |
|---|---|---|---|
| pageUrl | string | yes | Page URL |
| type | string | — | Type: click, scroll, attention |
No output schema declared.
No examples provided.
dashboard_add_widget ~70
Add a widget to a dashboard
| Name | Type | Req | Description |
|---|---|---|---|
| config | object | — | Widget configuration |
| dashboardId | string | yes | Dashboard ID |
| dataSource | string | yes | Data source: contacts, opportunities, appointments, custom |
| type | string | yes | Widget type: chart, metric, table, list |
No output schema declared.
No examples provided.
dashboard_create ~48
Create a custom analytics dashboard
| Name | Type | Req | Description |
|---|---|---|---|
| layout | string | — | Layout: grid, rows, columns |
| name | string | yes | Dashboard name |
| widgets | array | — | Array of widget configurations |
No output schema declared.
No examples provided.
focus_create_session ~52
Create a focused work session with tasks
| Name | Type | Req | Description |
|---|---|---|---|
| duration | number | — | Duration in minutes (default: 25) |
| goal | string | yes | Session goal |
| tasks | array | — | Array of task strings |
No output schema declared.
No examples provided.
focus_get_tasks ~50
Get AI-suggested tasks based on your CRM data
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | — | Category: followups, opportunities, admin |
| priority | string | — | Priority: high, medium, low |
No output schema declared.
No examples provided.
form_create ~63
Create a new lead capture form
| Name | Type | Req | Description |
|---|---|---|---|
| aiOptimize | boolean | — | Enable AI A/B testing |
| fields | array | — | Array of field configurations |
| name | string | yes | Form name |
| style | string | — | Form style: minimal, modern, classic |
No output schema declared.
No examples provided.
form_get_submissions ~46
Get form submissions
| Name | Type | Req | Description |
|---|---|---|---|
| formId | string | yes | Form ID |
| limit | number | — | Number of submissions |
| since | string | — | ISO date to filter from |
No output schema declared.
No examples provided.
game_create ~70
Create a gamified lead capture experience
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | Game name |
| prizes | array | — | Array of prize configurations |
| questions | array | — | Questions for quiz/trivia (if applicable) |
| type | string | yes | Game type: quiz, spin-wheel, scratch-card, trivia |
No output schema declared.
No examples provided.
game_stats ~23
Get game performance statistics
| Name | Type | Req | Description |
|---|---|---|---|
| gameId | string | yes | Game ID |
No output schema declared.
No examples provided.
get_contacts ~57
Get a list of contacts from the CRM
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Maximum number of contacts (default: 20) |
| query | string | — | Search query to filter contacts |
| tags | string | — | Filter 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
| Name | Type | Req | Description |
|---|---|---|---|
| pipelineId | string | — | Filter by pipeline ID |
| stageId | string | — | Filter 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
| Name | Type | Req | Description |
|---|---|---|---|
| dataType | string | yes | Data to analyze: contacts, opportunities, campaigns, all |
| question | string | — | Specific question to answer (optional) |
| timeframe | string | — | Timeframe: 7d, 30d, 90d, ytd |
No output schema declared.
No examples provided.
insights_predict ~53
Get AI predictions based on historical data
| Name | Type | Req | Description |
|---|---|---|---|
| horizon | string | — | Prediction horizon: 7d, 30d, 90d |
| metric | string | yes | Metric to predict: revenue, leads, conversions |
No output schema declared.
No examples provided.
insights_report ~46
Generate an AI-written analytics report
| Name | Type | Req | Description |
|---|---|---|---|
| format | string | — | Format: summary, detailed, executive |
| type | string | yes | Report 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
| Name | Type | Req | Description |
|---|---|---|---|
| args | object | — | Tool arguments |
| serverId | string | yes | Server ID to call |
| tool | string | yes | Tool name on that server |
No output schema declared.
No examples provided.
mcp_list_servers ~34
List available MCP servers in the federation
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | — | Category: all, crm, marketing, analytics |
No output schema declared.
No examples provided.
research_competitors ~45
Research competitor websites and strategies
| Name | Type | Req | Description |
|---|---|---|---|
| competitors | string | yes | Competitor domains (comma-separated) |
| focus | string | — | Focus: pricing, features, messaging, seo |
No output schema declared.
No examples provided.
research_ideas ~45
Get feature/product ideas from market research data
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | — | Category to research (from CRM ideas board) |
| limit | number | — | Number of ideas to return |
No output schema declared.
No examples provided.
research_trends ~47
Get market trends for an industry or topic
| Name | Type | Req | Description |
|---|---|---|---|
| industry | string | yes | Industry or niche |
| timeframe | string | — | Timeframe: 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.
| Name | Type | Req | Description |
|---|---|---|---|
| dryRun | boolean | — | If true, validates without deploying |
| json | string | yes | The RocketFlow JSON configuration to deploy |
No output schema declared.
No examples provided.
rocketflow_templates ~32
Get available RocketFlow templates
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | — | Filter by category (workflows, pipelines, etc.) |
No output schema declared.
No examples provided.
rocketflow_validate ~31
Validate a RocketFlow JSON configuration without deploying
| Name | Type | Req | Description |
|---|---|---|---|
| json | string | yes | The RocketFlow JSON to validate |
No output schema declared.
No examples provided.
rss_add_feed ~62
Add an RSS feed to monitor
| Name | Type | Req | Description |
|---|---|---|---|
| autoPost | boolean | — | Auto-post new items |
| name | string | yes | Feed name |
| rewriteWithAI | boolean | — | Rewrite content with AI before posting |
| url | string | yes | RSS feed URL |
No output schema declared.
No examples provided.
rss_generate_post ~60
Generate a social/blog post from an RSS item
| Name | Type | Req | Description |
|---|---|---|---|
| addOpinion | boolean | — | Add AI-generated opinion/commentary |
| itemId | string | yes | RSS item ID |
| platform | string | yes | Platform: linkedin, twitter, facebook, blog |
No output schema declared.
No examples provided.
rss_get_items ~44
Get latest items from RSS feeds
| Name | Type | Req | Description |
|---|---|---|---|
| feedId | string | — | Specific feed ID (optional) |
| limit | number | — | Number of items (default: 20) |
No output schema declared.
No examples provided.
send_email ~46
Send an email to a contact
| Name | Type | Req | Description |
|---|---|---|---|
| body | string | yes | Email body (HTML supported) |
| contactId | string | yes | Contact ID |
| subject | string | yes | Email subject |
No output schema declared.
No examples provided.
send_sms ~35
Send an SMS message to a contact
| Name | Type | Req | Description |
|---|---|---|---|
| contactId | string | yes | Contact ID |
| message | string | yes | Message content |
No output schema declared.
No examples provided.