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
seo_analyze ~40

Analyze a page for SEO issues and opportunities

NameTypeReqDescription
keywordsstringTarget keywords (comma-separated)
urlstringyesURL to analyze

No output schema declared.

No examples provided.

seo_generate_meta ~53

Generate SEO-optimized meta tags

NameTypeReqDescription
contentstringyesPage content or description
keywordsstringTarget keywords
typestringPage type: homepage, product, blog, landing

No output schema declared.

No examples provided.

seo_keyword_research ~43

Get keyword suggestions and search volume estimates

NameTypeReqDescription
intentstringIntent: informational, commercial, transactional
seedstringyesSeed keyword or topic

No output schema declared.

No examples provided.

skillforge_create ~68

Create a custom SkillForge skill from a description

NameTypeReqDescription
descriptionstringyesWhat the skill should do
namestringyesSkill name
outputsarrayExpected outputs (tags, fields, actions)
triggersarrayCRM 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).

NameTypeReqDescription
asyncbooleanRun asynchronously (default: false)
contactIdstringyesContact ID to execute skill for
inputobjectAdditional input data for the skill
skillIdstringyesSkill 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)

NameTypeReqDescription
categorystringFilter 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

NameTypeReqDescription
executionIdstringyesExecution ID
formatstringOutput format: full, summary, actions-only

No output schema declared.

No examples provided.

skillforge_status ~30

Check the status of a SkillForge execution

NameTypeReqDescription
executionIdstringyesExecution ID to check

No output schema declared.

No examples provided.

skillforge_usage ~34

Get SkillForge usage statistics and billing info

NameTypeReqDescription
periodstringPeriod: today, week, month, all

No output schema declared.

No examples provided.

update_contact ~69

Update an existing contact

NameTypeReqDescription
contactIdstringyesContact ID to update
emailstring
firstNamestring
lastNamestring
phonestring
tagsstringTags to set (replaces existing)

No output schema declared.

No examples provided.

visitors_active ~28

Get currently active visitors on your site

NameTypeReqDescription
siteIdstringSite ID (optional)

No output schema declared.

No examples provided.

visitors_history ~55

Get visitor history and analytics

NameTypeReqDescription
filterstringFilter: all, identified, high_intent
timeframestringTimeframe: 1h, 24h, 7d, 30d

No output schema declared.

No examples provided.

webhook_create ~51

Create a new webhook endpoint

NameTypeReqDescription
eventsarrayEvents to listen for
namestringyesWebhook name
targetUrlstringURL to forward webhooks to (optional)

No output schema declared.

No examples provided.

webhook_list ~26

List webhook endpoints and recent events

NameTypeReqDescription
includeEventsbooleanInclude recent events

No output schema declared.

No examples provided.