The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the AfterLaunch: the agentic growth marketing engine listing page.
AfterLaunch is an always-on growth engine for a software product: it keeps a ranked backlog of drafted, ready-to-ship growth moves across SEO, AI answer-engine visibility (GEO), competitors and distribution channels. This repository is the Claude Code plugin marketplace and machine-setup home for the AfterLaunch MCP server.
AfterLaunch is a remote MCP server over Streamable HTTP, authenticated with a
bearer key. There is no local process, nothing to download and nothing to
execute on your machine: your agent talks to https://afterlaunch.io/api/mcp,
and a key (or an OAuth sign-in) is the whole of the setup.
Both buttons are the vendor-hosted install links. They preconfigure the remote
server and the Authorization header; you supply your own key as
$AFTERLAUNCH_API_KEY.
llms-install.md).claude mcp add afterlaunch --transport http https://afterlaunch.io/api/mcp --header "Authorization: Bearer $AFTERLAUNCH_API_KEY"whoami to confirm the key, then get_standup: what shipped and
what it moved, what is ready to ship now, what the engine did on its own.list_queue for the moves the founder has already said yes to and
handed to you, then list_feed for the rest of the ranked board and
get_move for the full brief of the one you are working on.ship_move the moment it is actually live, or skip it
with a reason so the next drafts improve.The founder works the board as a stack on their phone: yes, not now. A yes
creates a job and waits for the connected agent. The agent pulls it with
list_queue, claims it with pick_up_job (passing its own session_url so
the founder can open where the work is happening), reads the brief at
brief_url, does the work, and carries the state back with report_job:
running, then shipped the moment the work is live, or failed with the
reason. The receipt under the card and the product timeline follow it, and a
job that goes quiet for more than six hours reads as stalled. The founder
never watches it run, so the state the agent reports is all they see.
46 tools, every one with a plain-language description and a scope, read straight from the same registry that serves the public REST API:
whoami, get_standup, list_queue.list_feed, get_move), AI visibility
across ChatGPT, Gemini, Perplexity and Google AI Overviews
(get_visibility, list_tracked_prompts), the SEO audit (get_seo),
competitors (get_competitors), outcomes and the scoreboard
(get_outcomes, get_scoreboard), the timeline (get_activity), the
Growth Snapshot (get_snapshot), Memory (list_kb_pages, get_kb_page),
drafted outputs, loops, connections and the setup snippet.ship_move, skip_move, undo_move,
update_draft, archive_move, dismiss_gap, propose_move,
record_insight, plus the queue verbs pick_up_job and report_job.refresh_scan,
replenish_feed, run_loop, each bounded by credits and per-tenant caps
and charged once per logical event.The one-page reference grouped by cost and scope is
skills/afterlaunch-growth/reference/tools.md;
the live catalogue with exact input schemas is tools/list on connection, or
afterlaunch.io/llms-full.txt.
The plugin bundles the MCP server config and a skill that teaches an agent to read the standup, the queue and the Feed before improvising growth work:
Add the Growth section to your repository's CLAUDE.md (read by Claude Code)
or AGENTS.md (read natively by Codex CLI, Cursor, Copilot, Gemini CLI,
Windsurf, Aider, Amazon Q and others). The canonical copy is served raw at
afterlaunch.io/agents/snippet.md,
so one line prints it:
Read it, then paste it into your repository CLAUDE.md or AGENTS.md
yourself. Nothing writes to your files on your behalf.
.claude-plugin/: the plugin marketplace and plugin manifests..mcp.json: the remote server config (URL + bearer header).skills/afterlaunch-growth/: the skill and its one-page tool reference
(46 tools, grouped by what they do and what they cost).llms-install.md: machine setup from that file alone, founder approval by
email included.server.json: the manifest published to the official MCP registry.glama.json: the maintainer claim for the Glama listing.assets/logo-400.png: the 400x400 icon.ship_move and report_job record what is actually live, never what is
drafted, staged or awaiting review.https://afterlaunch.io/api/mcp as a
custom connector and sign in with an AfterLaunch account, with no key to
paste. Discovery starts at
https://afterlaunch.io/.well-known/oauth-protected-resource/api/mcp.Licence: MIT. Maintained by AfterLaunch.