AgentLaunch MCP server

MCP serverEverything else

Plan and run paced startup, SaaS and AI directory launches from your agent, in your own Chrome.

Available today. Use it from your connected AI after setup.

Add ahel to your AI once: Claude, ChatGPT, Cursor, Claude Code or Codex. Then ask it to use this.

Then ask your AI: use AgentLaunch MCP server

Install AgentLaunch MCP server

The server’s own address, for the clients that take one directly. Or connect ahel onceand every client you use reads it from one address, with the account kept on ahel rather than in each client’s config.

  • Claude Code

    claude mcp add --transport http --scope user agentlaunch-mcp-server 'https://www.agentlaun.ch/mcp'

    Run it once in your project, then open /mcp to approve any sign-in the server asks for.

  • Claude Desktop

    https://www.agentlaun.ch/mcp

    Add a custom connector in Settings, paste this address, and approve the sign-in.

  • Cursor

    cursor://anysphere.cursor-deeplink/mcp/install?name=agentlaunch-mcp-server&config=eyJ1cmwiOiJodHRwczovL3d3dy5hZ2VudGxhdW4uY2gvbWNwIn0=

    Open the link and Cursor adds the server at that address.

  • ChatGPT

    https://www.agentlaun.ch/mcp

    In Settings, enable Developer mode, create an MCP app, and paste this address. Your plan and workspace must allow custom apps.

  • Codex

    codex mcp add agentlaunch-mcp-server --url 'https://www.agentlaun.ch/mcp'

    Run it once, then sign in with codex mcp login agentlaunch-mcp-server if the server asks for an account.

From the project's README

As published by cracked-collective/agentlaunch-mcp in README.md.

Plan and run a paced directory launch for your startup, SaaS or AI tool from Claude Code, Cursor, Codex or any MCP client. Your agent picks the directories, writes copy for each one and queues the work. The AgentLaunch Chrome extension fills the real submission forms in your own Chrome, a few a day, and hands you anything that needs a person.

  • 397 checked directories (startup, SaaS, AI, launch platforms, review sites, MCP registries), picked from 2,703 we reviewed
  • Your browser, your accounts. Forms are filled in your Chrome profile, not on someone else's servers
  • Paced on purpose. 10 submissions a day by default, never more than 20 in 24 hours
  • You stay in charge. Passwords, CAPTCHAs, email codes, payments and final approval on major platforms always come back to you
  • Proof, not a report. Every directory gets a status, a public listing URL and a dofollow/nofollow link check

This repository holds the MCP server listing, client configuration and agent skill. The server is hosted at https://www.agentlaun.ch/mcp. Its source code ships with the Self-Host License.

Pricing

AgentLaunch is a paid product. You need one of these before your agent can add a product:

HostedSelf-Host License
Price$39 per product, one-time$149 one-time
LaunchesOne productUnlimited, on your own servers
Runs onagentlaun.chYour own Railway account and AI key
IncludesMCP server, Chrome extension, directory catalog, launch dashboardFull source: web app, launch agent, MCP server, Chrome extension, catalog updates every 3 months

See pricing →

Quick start

  1. Get access. Buy a launch or the Self-Host License at agentlaun.ch.
  2. Install the Chrome extension and create an API key on the Connect page. Keys start with rl_ and are shown once. Store it in your client's secret settings.
  3. Add the server to your client (below).
  4. Ask your agent to call list_projects, then plan the launch with you.

Claude Code

claude mcp add --transport http agentlaunch https://www.agentlaun.ch/mcp \
  --header "Authorization: Bearer rl_YOUR_KEY"

Cursor, Windsurf and other MCP clients

{
  "mcpServers": {
    "agentlaunch": {
      "url": "https://www.agentlaun.ch/mcp",
      "headers": {
        "Authorization": "Bearer rl_YOUR_KEY"
      }
    }
  }
}

Test the connection

curl -X POST https://www.agentlaun.ch/mcp \
  -H 'Authorization: Bearer rl_YOUR_KEY' \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  --data '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'

Agent skill (optional)

The skill teaches your agent the launch workflow: when to ask you, how to pace, what never to do on your behalf.

mkdir -p ~/.claude/skills/agentlaunch && curl -fsSL https://www.agentlaun.ch/skills/agentlaunch/SKILL.md -o ~/.claude/skills/agentlaunch/SKILL.md

What your agent can do

The server exposes 29 tools over Streamable HTTP. The same rules apply as in the web app: the agent can queue work, but it can't skip approvals, pacing, checkpoints or payments.

AreaTools
Projectslist_projects, get_project, start_launch, create_project, update_project_brief, update_product_profile, get_project_assets
Planning and budgetadd_recommended_directories, set_launch_budget, plan_launch, approve_launch_plan, get_budget_status, record_payment
Copy and field notesget_next_batch, set_directory_copy, get_field_notes, report_observation
Running the launchqueue_launch, update_launch_schedule, update_launch_permissions, submit_via_extension, get_extension_task, prepare_logins
Resultsrecord_submission, check_listing, get_needs_you
Email verificationlist_launch_inboxes, set_launch_inbox
SEO datarecord_domain_rank (a reading your agent fetched with its own SEO tool)

A typical session:

  1. list_projects → start_launch for a product URL. The agent explains that this uses a launch credit and waits for your yes.
  2. update_project_brief with taglines, descriptions and pricing, which you check.
  3. set_launch_budget → plan_launch: free routes first, then paid listings ranked by value per dollar.
  4. approve_launch_plan only after you approve the exact list and total.
  5. queue_launch: the server releases the approved daily pace to your Chrome.
  6. get_needs_you whenever you check in, and check_listing to verify live listings and their links.

Self-host it for your clients

The $149 Self-Host License gives you the full AgentLaunch source code in a private GitHub repository: the web app, launch agent, this MCP server, the Chrome extension and the directory catalog, with catalog updates every 3 months. Run it on your own Railway account with your own AI key, and every account on your copy gets unlimited launches.

It's built for developers and agencies who launch products repeatedly or run launches for clients. Read the self-hosting guide or get the code.

Security

  • Keys start with rl_, are shown once and can be revoked on the Connect page.
  • Requests without a valid key get 401 Missing or invalid API key.
  • The agent never sees your passwords, email codes or card details. Those steps happen in your browser.
  • Gmail access for verification emails is optional and read-only.

Links

Advanced
Delivery
agentlaunch MCP server → your ahel connector (mcp.ahel.ai) → your AI.
Item type
mcp-server
Key
io-github-cracked-collective-agentlaunch
Source
github.com/cracked-collective/agentlaunch-mcp
Hosted endpoint
https://www.agentlaun.ch/mcp