Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI → MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
  • Remote MCP ↗ (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) ↗ (opens in a new tab)
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. 🎯 Marketing
  3. AfterLaunch: the agentic growth marketing engine
A
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/10/2026, 11:42:05 PM

AfterLaunch: the agentic growth marketing engine

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time — check back soon.
View RepositoryVisit Website

Growth marketing, SEO and GEO as agent tools: ranked moves, ship them, AI answer visibility.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON ▾

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "afterlaunch-the-agentic-growth-marketing-engine": {
      "command": "npx",
      "args": [
        "-y",
        "afterlaunch-the-agentic-growth-marketing-engine"
      ]
    }
  }
}

💡 Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing Alternatives🎯 More in Marketing

Documentation Overview

AfterLaunch

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 the key is the only credential involved.

Install in Cursor Install in VS Code

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.

Get started

  1. Sign in at afterlaunch.io and mint an API key in Settings (or let your agent obtain one through the onboarding flow in llms-install.md).
  2. Connect from Claude Code: claude mcp add afterlaunch --transport http https://afterlaunch.io/api/mcp --header "Authorization: Bearer $AFTERLAUNCH_API_KEY"
  3. Call whoami to confirm the key.
  4. Call list_feed to read the ranked backlog of prepared growth moves.
  5. Ship a move with ship_move, or skip it with a reason so the next drafts improve.

Install as a Claude Code plugin

The plugin bundles the MCP server config and a skill that teaches an agent to read the Feed before improvising growth work:

Code
/plugin marketplace add afterlaunch/mcp
/plugin install afterlaunch-growth@afterlaunch

Teach your agent to reach for AfterLaunch

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 writes it in:

Terminal
curl https://afterlaunch.io/agents/snippet.md >> CLAUDE.md

What is in this repository

  • .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.
  • llms-install.md: machine setup from that file alone, founder approval by email included.
  • server.json: the manifest published to the official MCP registry.
  • assets/logo-400.png: the 400x400 icon.

Trust and boundaries

  • Remote bearer-auth server: no local process, nothing to execute.
  • Reading and acting on moves is free. The tools that spend money say so in their descriptions, need the write scope, and are bounded by credits and per-tenant spend caps.
  • AfterLaunch never posts to a social channel on its own. It drafts; a human approves and posts.

Licence: MIT. Maintained by AfterLaunch.

Related MCP Servers

View all in Marketing View all alternatives
  • Crawlie logoCrawlie

    Technical SEO + GEO (AI-search) site audits: hosted crawls, prioritized fixes, report diffs.

    🎯 Marketing0 views
    Compare vs Crawlie →
  • Facebook Ads Mcp Server logoFacebook Ads Mcp Server

    MCP server acting as an interface to the Facebook Ads, enabling programmatic access to Facebook Ads data and management features.

    🎯 Marketing0 views
    Compare vs Facebook Ads Mcp Server →
  • T
    Timothe's Growth Calendar

    Plan, schedule and generate SEO articles on a content calendar, from your agent.

    🎯 Marketing0 views
    Compare vs Timothe's Growth Calendar →
  • M
    Momentic

    Free SEO, GEO, and AEO audits: analyze any page or domain, AI-crawler access, agent readiness.

    🎯 Marketing0 views
    Compare vs Momentic →

Frequently Asked Questions about AfterLaunch: the agentic growth marketing engine

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "afterlaunch-the-agentic-growth-marketing-engine": { "command": "npx", "args": ["-y", "AfterLaunch: the agentic growth marketing engine"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewAfterLaunch: the agentic growth marketing engine AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/afterlaunch-the-agentic-growth-marketing-engine?style=directory)](https://allmcps.com/mcp/afterlaunch-the-agentic-growth-marketing-engine)
HTML Embed
<a href="https://allmcps.com/mcp/afterlaunch-the-agentic-growth-marketing-engine"><img src="https://allmcps.com/api/badge/afterlaunch-the-agentic-growth-marketing-engine?style=directory" alt="AfterLaunch: the agentic growth marketing engine on AllMCPs" /></a>

Technical Specs & Signals

Category🎯Marketing
More technical detailsExpand ▾
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging · 27/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

★ Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge — we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in 🎯 Marketing →Best MCP servers for Marketing & SEO →Alternatives to AfterLaunch: the agentic growth marketing engine →Install in Claude DesktopInstall in CursorInstall in VS Code