MCP Server

Connect Cursor, Codex, Claude, or any MCP-compatible agent to your launch.et account — submit products, track your submissions, and manage your content without touching the browser.

Your data only

Every tool is scoped to your account. An agent using your API key can only read and modify content you own — it cannot browse other users' products or access any data beyond what belongs to your account.

Installation

Pick your agent below. On first use, a browser window opens — sign in to launch.et and your agent is authorized automatically. No API keys, no copy-pasting.

Tools

Your products

All product tools are scoped to your account only. You cannot read or modify another user's products.

ToolWhat it does
list_my_productsList products you have submitted. Returns only your own submissions.
get_my_productGet full details for one of your products by ID. Returns 404 if the product belongs to someone else.
submit_productSubmit a new product under your account. At least one link (website, github, appStore, or playStore) is required.
update_my_productUpdate one of your products. Only fields you provide will change. Ownership enforced server-side.

Comments

You can read comments on your products and reply to them. You cannot post top-level comments.

ToolWhat it does
list_my_product_repliesList the comments on one of your products. Returns reply IDs you need to call reply_to_comment.
reply_to_commentReply to an existing comment on one of your products. Ownership is verified server-side.

Account & reference data

Your profile and the category list (needed to pick a categoryId before submitting).

ToolWhat it does
get_my_profileGet your launch.et profile: name, email, bio, social links, company, location, and role.
list_categoriesGet all categories with slugs. Use this to find a valid categoryId before calling submit_product.

Troubleshooting

Browser login window never opens

Restart your agent after editing the config. Most clients need a full restart to pick up new MCP servers.

submit_product returns an error

At least one link is required (website, github, appStore, or playStore). Get a valid category slug from list_categories first.

404 on get_my_product or update_my_product

These tools only work on products you submitted. Use list_my_products to find your product IDs.

Session expired after an hour

Your agent refreshes the token automatically. If it fails, disconnect and reconnect the server in your agent settings.

Questions or issues? Contact us and we'll help you get set up.