Rocket+ MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ROCKET_API_KEY | Yes | Your API key from rocketadd.com/settings | |
| ROCKET_API_URL | No | API URL (default: https://rocketadd.com) | https://rocketadd.com |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
| prompts | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| run_workflowA | Execute a saved workflow by name or ID. Workflows can chain multiple actions across different services (Stripe, Shopify, GHL, etc.) into a single automated sequence. |
| list_workflowsA | List all available workflows. Shows workflow name, trigger type, and actions. |
| create_workflowB | Create a new workflow from a description. Describe what should happen and the system will build the workflow. |
| get_workflowA | Get details of a specific workflow including all its actions and configuration. |
| get_contactsA | Get contacts/leads from the CRM. Search by name, email, or filter by tags. |
| create_contactB | Create a new contact in the CRM with optional tags and custom fields. |
| update_contactC | Update an existing contact. |
| add_tagsA | Add tags to a contact for segmentation. |
| send_smsB | Send an SMS message to a contact. |
| send_emailB | Send an email to a contact. |
| get_opportunitiesA | Get deals/opportunities from sales pipelines. |
| create_opportunityB | Create a new deal/opportunity in a pipeline. |
| course_generateB | Generate a complete course with AI including modules, lessons, and quizzes. |
| content_generateB | Generate marketing content: blog posts, emails, social posts, landing page copy. |
| content_rewriteB | Rewrite or improve existing content. |
| rocketflow_deployB | Deploy a RocketFlow configuration to the CRM. Deploys contacts, custom fields, tags, pipelines, or workflows. |
| agent_executeC | Execute an AI agent workflow (lead qualification, proposal generation, smart follow-up). |
| skillforge_executeC | Execute a SkillForge AI skill on a contact. |
| insights_analyzeC | Get AI-powered insights from your CRM data. |
| seo_analyzeC | Analyze a page for SEO issues and opportunities. |
| get_location_infoB | Get current CRM location information including connected services and available mods. |
| list_modsA | List all available Rocket+ mods and their status. |
| mcp_call_serverB | Call a tool on any connected MCP server. Rocket+ acts as a hub, routing calls to GHL MCP, Stripe MCP, Shopify MCP, and more. |
| mcp_list_serversA | List all available MCP servers and their connection status. |
| list_mcp_connectionsA | List your connected MCP servers with usage stats. |
| connect_ghl_mcpA | Connect GoHighLevel MCP server using your Private Integration Token (PIT). This enables direct access to GHL's native MCP tools for contacts, conversations, workflows, calendars, and more. |
| disconnect_ghl_mcpB | Disconnect GoHighLevel MCP server. |
| ghl_mcp_statusA | Check your GHL MCP connection status and available tools. |
| ghl_mcp_toolsA | List all available tools from the GHL MCP server. |
| ghl_mcp_callA | Execute a specific GHL MCP tool directly. Shorthand for mcp_call_server with serverId="ghl-mcp". |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| run_workflow | Execute a workflow by name |
| create_workflow | Create a new automated workflow |
| get_leads | Get recent leads/contacts |
| create_course | Generate a course on any topic |
| send_followup | Send a follow-up message |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Location Info | Current CRM location and account details |
| Workflows | Available MCP workflows |
| Mods | Available Rocket+ mods |
| Connected Services | MCPs and services connected through Rocket+ |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Crypto-Goatz/rocket-plus-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server