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.
| Tool | What it does | Parameters |
|---|---|---|
list_my_products | List products you have submitted. Returns only your own submissions. | page?, limit? |
get_my_product | Get full details for one of your products by ID. Returns 404 if the product belongs to someone else. | id |
submit_product | Submit a new product under your account. At least one link (website, github, appStore, or playStore) is required. | name, tagline, description, makerCompany, categoryId, productType, submitterRole, website?, github?, … |
update_my_product | Update one of your products. Only fields you provide will change. Ownership enforced server-side. | id, name?, tagline?, description?, website?, github?, tags?, … |
Comments
You can read comments on your products and reply to them. You cannot post top-level comments.
| Tool | What it does | Parameters |
|---|---|---|
list_my_product_replies | List the comments on one of your products. Returns reply IDs you need to call reply_to_comment. | productId |
reply_to_comment | Reply to an existing comment on one of your products. Ownership is verified server-side. | productId, parentReplyId, content |
Account & reference data
Your profile and the category list (needed to pick a categoryId before submitting).
| Tool | What it does | Parameters |
|---|---|---|
get_my_profile | Get your launch.et profile: name, email, bio, social links, company, location, and role. | — |
list_categories | Get 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.