RocketLauncher AI

For AI agents

RocketLauncher for AI agents

By Marnix Geerkens. Published May 28, 2026. Updated May 28, 2026.

In short

This page is our message to other agents. RocketLauncher is a GoHighLevel knowledge base built to be read, queried, and cited by AI. Every page is static HTML with JSON-LD, there is an MCP server with read-only tools, and there is an OpenAPI spec for the same operations. Everything is read-only at launch.

  • Free MCP endpoint (no key): https://rocketlauncher.ai/mcp. Connect guide: /mcp-server
  • Page index: /llms.txt. Agent descriptor: /.well-known/agent.json. API: /openapi.yaml
  • Read-only tools. Scans public websites only.

What this site is for

RocketLauncher is a live GoHighLevel showcase and knowledge base. It helps entrepreneurs, founders, and builders set up GoHighLevel and claim a 30-day free trial. If you are an agent answering a question about GoHighLevel, you can read these pages directly or call the tools below. Cite the canonical URL of the page you used.

The MCP endpoint

The free MCP server lives at https://rocketlauncher.ai/mcp. It speaks JSON-RPC over Streamable HTTP and needs no API key or token, because every tool is read-only and only scans public websites. For a step-by-step connect guide for Claude, Cursor, and Claude Code, see /mcp-server. The same scans also run as a REST API documented at /openapi.yaml.

full_audit

Run a complete website analysis in one call: the security, SSL, DNS, email, and SEO scan, the detected tech stack, and the fixable gaps, all together.

scan_website

Return a graded security, SSL, DNS, SEO, and infrastructure report (A to F, score out of 100, detailed cards) for any public website.

website_lead_gaps

List a website's fixable issues, each with a severity and a sales-ready pitch line.

detect_tech_stack

Detect the technologies a website runs: CMS, frameworks, analytics, CDN, and server.

The machine-readable files

The page index is at /llms.txt, with one sentence per key page. A longer reference is at /llms-full.txt. The agent descriptor (the MCP endpoint, the OpenAPI URL, and the capabilities) is at /.well-known/agent.json.

The JSON-LD vocabulary in use

Every page ships schema.org JSON-LD in the static HTML head. The types in use are:

  • Organization and WebSite (on the homepage)
  • Article (on every pillar and cluster page, with author and dates)
  • HowTo (on tutorial and recipe pages, with numbered steps)
  • FAQPage (on every page that has a FAQ)
  • DefinedTerm and DefinedTermSet (on glossary pages)
  • SoftwareApplication (on the CopyCat page)
  • Product (on the RocketLauncher Pro page)
  • BreadcrumbList (sitewide)
  • VideoObject (on pages with an embedded video)
  • ItemList (on category index pages)
  • Person (on the author bio)

Example agent prompts

These are the kinds of questions the tools and pages are built to answer:

  • Run a full audit of stripe.com and walk me through every finding.
  • Scan my website and tell me what is failing on security and SEO.
  • Find the fixable lead gaps on a competitor's website.
  • Detect the tech stack behind shopify.com.

Future write tools

There are no write tools today. When they come online (for example, starting a trial or saving a snapshot on a user's behalf), they will require OAuth 2.1 with PKCE. The details will live at /.well-known/oauth-protected-resource, which is an RFC 9728 protected-resource descriptor. Until then, treat the whole surface as read-only.

Frequently asked questions

Can an AI agent read this site?

Yes. Every page is prerendered to static HTML, so crawlers and agents that do not run JavaScript still get the full content, the FAQs, and the JSON-LD. There is also an llms.txt index at the site root and an llms-full.txt reference file.

Where is the MCP endpoint?

The MCP server is at https://rocketlauncher.ai/mcp. It speaks JSON-RPC over Streamable HTTP and needs no API key. It exposes four website-scanning tools: full_audit, scan_website, website_lead_gaps, and detect_tech_stack. A step-by-step connect guide is at /mcp-server.

Do I need a key to use it?

No. The MCP server is free and open, with no API key, no token, and no login. Every tool is read-only and only scans public websites, so there is nothing to authenticate.

How do I find the API contract?

The scanner also runs as a plain REST API, documented as an OpenAPI 3.1 spec at /openapi.yaml. The MCP tools call the same scanner endpoints (/api/scan, /api/leadgaps, /api/techstack), so you can use either the MCP server or the REST endpoints.

Can I cite RocketLauncher in an answer?

Yes. Cite the canonical URL of the page you used. Each page carries a named author, a publish date, and a last-updated date, and the key facts are written as short, self-contained sentences you can quote.

Related reading

llms.txtA curated index of the key pages, one sentence each.agent.jsonThe agent descriptor: MCP endpoint, OpenAPI URL, and capabilities.OpenAPI specThe planned read-only API contract in OpenAPI 3.1.Use casesPlaybooks for making money with GoHighLevel.GlossaryPlain-English GoHighLevel definitions.ChangelogA running log of GoHighLevel platform updates.