AgentLaunch MCP server
MCP serverEverything elsePlan 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.
No other account needed.
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/mcpAdd 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/mcpIn 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:
| Hosted | Self-Host License | |
|---|---|---|
| Price | $39 per product, one-time | $149 one-time |
| Launches | One product | Unlimited, on your own servers |
| Runs on | agentlaun.ch | Your own Railway account and AI key |
| Includes | MCP server, Chrome extension, directory catalog, launch dashboard | Full source: web app, launch agent, MCP server, Chrome extension, catalog updates every 3 months |
Quick start
- Get access. Buy a launch or the Self-Host License at agentlaun.ch.
- 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. - Add the server to your client (below).
- 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.
| Area | Tools |
|---|---|
| Projects | list_projects, get_project, start_launch, create_project, update_project_brief, update_product_profile, get_project_assets |
| Planning and budget | add_recommended_directories, set_launch_budget, plan_launch, approve_launch_plan, get_budget_status, record_payment |
| Copy and field notes | get_next_batch, set_directory_copy, get_field_notes, report_observation |
| Running the launch | queue_launch, update_launch_schedule, update_launch_permissions, submit_via_extension, get_extension_task, prepare_logins |
| Results | record_submission, check_listing, get_needs_you |
| Email verification | list_launch_inboxes, set_launch_inbox |
| SEO data | record_domain_rank (a reading your agent fetched with its own SEO tool) |
A typical session:
list_projects→start_launchfor a product URL. The agent explains that this uses a launch credit and waits for your yes.update_project_briefwith taglines, descriptions and pricing, which you check.set_launch_budget→plan_launch: free routes first, then paid listings ranked by value per dollar.approve_launch_planonly after you approve the exact list and total.queue_launch: the server releases the approved daily pace to your Chrome.get_needs_youwhenever you check in, andcheck_listingto 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
- Docs: agentlaun.ch/docs
- Directory catalog: agentlaun.ch/directories
- Support: support@agentlaun.ch
- Built by @pruthveeee
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