← afterlaunch.io

INDIVIDUAL MCP TOOL

create_topup

Create a credit top-up checkout link for THIS product run, to refill the credits that pay for metered growth marketing work.

afterlaunch.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://afterlaunch.io/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for create_topup and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description suggests a financial action.

Parent server

afterlaunch.io

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.afterlaunch]
url = "https://afterlaunch.io/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "afterlaunch": {
      "type": "http",
      "url": "https://afterlaunch.io/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: afterlaunch
Remote MCP URL: https://afterlaunch.io/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "afterlaunch": {
      "url": "https://afterlaunch.io/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "afterlaunch": {
      "type": "http",
      "url": "https://afterlaunch.io/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "afterlaunch",
  "transport": "streamable-http",
  "url": "https://afterlaunch.io/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • whoami — Confirm the AfterLaunch key works before any growth or marketing work: which product run it is bound to, its scopes, tier and trial_ends_at, plus onboarding (feed_ready is false while the Growth Snapshot deep scan is still building, so wait before reading the Feed) and credits once metering is live.
  • list_feed — The ranked backlog of growth marketing moves prepared for this product across SEO, AI visibility (GEO), competitors and distribution: title, why, area, status, rank and whether a draft is waiting (has_draft), and posture: who may do it, act (you can), draft_only (you draft, a person posts) or founder_voice (the founder only).
  • get_loop_status — The automated growth marketing loops provisioned for this product (AI visibility, competitors, channel distribution) with their autonomy level, plus runnable_loop_types, what run_loop accepts.
  • get_enrollment — The product run summary for this growth engine: product_url, tier, trial_ends_at, timezone, whether autonomous work is active, and delivery settings.
  • list_outputs — The drafted marketing and distribution content produced for this product, newest first: id, loop_type, kind, status and title.
  • get_output — One drafted marketing output by id, with its full content body.
  • get_setup_snippet — The paste-able 'Growth (AfterLaunch)' section for this repository's CLAUDE.
  • get_visibility — The measured AI visibility (GEO) results: how ChatGPT, Gemini, Perplexity and Google AI Overviews answer the tracked buyer questions, plus share of voice, cited sources, competitor-owned gaps, the trend, AI crawlability and the off-site reach fold.