- Home
- MCP servers
- Rocket+
Rocket+
- typescript
0
GitHub Stars
typescript
Language
2 months ago
First Indexed
3 weeks ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"crypto-goatz-rocket-plus-mcp": {
"command": "npx",
"args": [
"-y",
"rocket-plus-mcp"
],
"env": {
"ROCKET_API_KEY": "rp_your_key_here",
"ROCKET_API_URL": "https://rocketadd.com"
}
}
}
}Rocket+ MCP Server acts as a centralized Multi-MCP orchestration hub that lets you connect, automate, and route actions across multiple MCP servers from a single AI-driven interface. It enables cross-service workflows, such as syncing CRM data, triggering notifications, and driving automation across integrated services, all through an AI assistant.
How to use
You interact with Rocket+ MCP Server by connecting MCPs you want to use, then creating or running workflows that span those connected servers. You can ask the assistant to connect a GHL MCP, build cross-service workflows like Shopify orders triggering a GHL contact update followed by a Slack alert, or retrieve data such as your recent leads. Use the available tools to call specific MCP actions, chain results, and automate end-to-end processes.
How to install
Prerequisites: ensure you have Node.js and npm installed on your machine. You will run a local MCP client that talks to the Rocket+ MCP server using a key you generate from the Rocket Add service.
Step 1: Get Your API Key. Sign up at rocketadd.com, then go to Settings → API Keys and generate a new MCP API key (it starts with rp_).
Step 2: Configure Your MCP Client. Choose one of the following configuration approaches depending on your editor or environment.
{
"mcpServers": {
"rocket-plus": {
"command": "npx",
"args": ["-y", "rocket-plus-mcp"],
"env": {
"ROCKET_API_KEY": "rp_your_key_here"
}
}
}
}
{
"mcpServers": {
"rocket-plus": {
"type": "stdio",
"command": "npx",
"args": ["-y", "rocket-plus-mcp"],
"env": {
"ROCKET_API_KEY": "rp_your_key_here"
}
}
}
}
Additional configuration notes
Restart your client after configuring the MCP to ensure the Rocket+ tools become available in your editor or assistant interface.
Configuration and security
Security comes from keeping your API key secret. Store the key in the appropriate environment section of your MCP client configuration and do not commit it to version control. You may also rely on an optional API URL if your deployment uses a custom Rocket+ endpoint.
Troubleshooting
If you encounter an issue where tools do not appear, restart your MCP client, validate your JSON configuration is well-formed, and confirm the command path is correct.
Resources
Your MCP server exposes contextual resources for location, workflows, mods, and connections, enabling you to inspect and manage your setup.
Environment Variables
Required: ROCKET_API_KEY is needed to authenticate requests to the Rocket+ MCP server.
Pricing
A tiered plan is available with different limits on API calls and Multi-MCP capabilities. Prices and limits are defined by the service you sign up with.
Appendix: Go HighLevel MCP setup
If you want to connect GoHighLevel (GHL) as an MCP, you generate a Private Integration Token in GHL and connect it through Rocket+ MCP. Follow the steps to obtain a pit- token, then use the provided tool or mcp_call_server to utilize GHL tools.
Available tools
mcp_call_server
Route a call to any connected MCP server from your AI assistant.
mcp_list_servers
List available MCP servers connected to Rocket+ MCP.
list_mcp_connections
Show all currently connected MCP servers.
connect_ghl_mcp
Connect to GoHighLevel MCP using a PIT token.
disconnect_ghl_mcp
Disconnect the connected GHL MCP.
ghl_mcp_status
Check the status of the GHL MCP connection.
ghl_mcp_tools
List tools available from the GHL MCP.
ghl_mcp_call
Call a specific tool on the GHL MCP directly.
run_workflow
Execute a saved workflow.
create_workflow
Create a new workflow from a description.
list_workflows
List your saved workflows.
get_workflow
Get details about a specific workflow.
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.
get_opportunities
View deals in pipelines.
create_opportunity
Create new deals.
course_generate
Create full AI-generated courses with modules and quizzes.
content_generate
Write blog posts, emails, and social content.
content_rewrite
Improve existing content.
rocketflow_deploy
Deploy workflows and pipelines.
rocketflow_validate
Validate configurations.
rocketflow_templates
Browse workflow templates.
agent_execute
Run AI-driven lead qualification and proposals.
skillforge_execute
Execute AI skills as part of automation.
insights_analyze
AI-powered data analysis.
insights_predict
Predictive analytics.
seo_analyze
Audit pages for SEO performance.