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.
seo_analyze ~40
Analyze a page for SEO issues and opportunities
| Name | Type | Req | Description |
|---|---|---|---|
| keywords | string | — | Target keywords (comma-separated) |
| url | string | yes | URL to analyze |
No output schema declared.
No examples provided.
seo_generate_meta ~53
Generate SEO-optimized meta tags
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | yes | Page content or description |
| keywords | string | — | Target keywords |
| type | string | — | Page type: homepage, product, blog, landing |
No output schema declared.
No examples provided.
seo_keyword_research ~43
Get keyword suggestions and search volume estimates
| Name | Type | Req | Description |
|---|---|---|---|
| intent | string | — | Intent: informational, commercial, transactional |
| seed | string | yes | Seed keyword or topic |
No output schema declared.
No examples provided.
skillforge_create ~68
Create a custom SkillForge skill from a description
| Name | Type | Req | Description |
|---|---|---|---|
| description | string | yes | What the skill should do |
| name | string | yes | Skill name |
| outputs | array | — | Expected outputs (tags, fields, actions) |
| triggers | array | — | CRM events that trigger this skill |
No output schema declared.
No examples provided.
skillforge_execute ~110
Execute a SkillForge AI skill. Available skills: lead-qualifier (AI lead scoring), proposal-generator (auto-generate proposals), content-loop (blog + social campaigns).
| Name | Type | Req | Description |
|---|---|---|---|
| async | boolean | — | Run asynchronously (default: false) |
| contactId | string | yes | Contact ID to execute skill for |
| input | object | — | Additional input data for the skill |
| skillId | string | yes | Skill ID: lead-qualifier, proposal-generator, content-loop, or custom skill ID |
No output schema declared.
No examples provided.
skillforge_list ~40
List all available SkillForge skills (pre-built and custom)
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | — | Filter by category: lead-gen, sales, content, custom |
No output schema declared.
No examples provided.
skillforge_results ~45
Get the results of a completed SkillForge execution
| Name | Type | Req | Description |
|---|---|---|---|
| executionId | string | yes | Execution ID |
| format | string | — | Output format: full, summary, actions-only |
No output schema declared.
No examples provided.
skillforge_status ~30
Check the status of a SkillForge execution
| Name | Type | Req | Description |
|---|---|---|---|
| executionId | string | yes | Execution ID to check |
No output schema declared.
No examples provided.
skillforge_usage ~34
Get SkillForge usage statistics and billing info
| Name | Type | Req | Description |
|---|---|---|---|
| period | string | — | Period: today, week, month, all |
No output schema declared.
No examples provided.
update_contact ~69
Update an existing contact
| Name | Type | Req | Description |
|---|---|---|---|
| contactId | string | yes | Contact ID to update |
| string | — | — | |
| firstName | string | — | — |
| lastName | string | — | — |
| phone | string | — | — |
| tags | string | — | Tags to set (replaces existing) |
No output schema declared.
No examples provided.
visitors_active ~28
Get currently active visitors on your site
| Name | Type | Req | Description |
|---|---|---|---|
| siteId | string | — | Site ID (optional) |
No output schema declared.
No examples provided.
visitors_history ~55
Get visitor history and analytics
| Name | Type | Req | Description |
|---|---|---|---|
| filter | string | — | Filter: all, identified, high_intent |
| timeframe | string | — | Timeframe: 1h, 24h, 7d, 30d |
No output schema declared.
No examples provided.
webhook_create ~51
Create a new webhook endpoint
| Name | Type | Req | Description |
|---|---|---|---|
| events | array | — | Events to listen for |
| name | string | yes | Webhook name |
| targetUrl | string | — | URL to forward webhooks to (optional) |
No output schema declared.
No examples provided.
webhook_list ~26
List webhook endpoints and recent events
| Name | Type | Req | Description |
|---|---|---|---|
| includeEvents | boolean | — | Include recent events |
No output schema declared.
No examples provided.