目录 / Launchelion
Launchelion
Daily leaderboard of newly-launched AI tools, queryable over MCP. Launchelion lists AI tools by real launch date. When a maker connects Stripe, monthly revenue is shown as **verified**; everything else is labelled **self-reported**, and the two are never merged. There are no ratings or review scores in this catalog, so agents should not report any. Paid placements are always labelled and never change a link's `rel`. **Tools** - `search_tools(query)` — free-text search over live listings by name, tagline, or category. Up to 20 results. - `get_tool(slug)` — full detail for one listing: description, launch date, revenue signals, for-sale status. - `list_alternatives(target)` — live, same-category alternatives to a well-known tool (e.g. `chatgpt`). - `submit_tool(...)` — creates a DRAFT listing and returns a claimUrl. A human must claim it by email before it can publish. - `list_offers()` — the optional paid add-ons and whether they are purchasable yet. - `create_checkout(slug, product)` — returns a Stripe Checkout URL a **human** must open. Agents never enter payment details. No install and no npm package — it is a remote Streamable HTTP server. Docs: https://launchelion.com/agents and https://launchelion.com/llms.txt
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://launchelion--info-2lvt.run.tools
{
"mcpServers": {
"Launchelion": {
"url": "https://launchelion--info-2lvt.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| search_tools | Search the Launchelion catalog of live, published AI tools by a free-text query. Matches on tool name, tagline, or category name (case-insensitive substring). Call this first when a user asks to find, discover, or compare AI tools by keyword, use-case, or category (e.g. 'agents', 'writing assistants'). Returns up to 20 results. |
| get_tool | Fetch the full public detail for one AI tool by its listing slug (as returned by search_tools' toolUrl, e.g. '/tools/acme-writer' -> slug 'acme-writer'). Call this after search_tools to get a tool's full description, launch date, revenue signals (verified or self-reported), and for-sale status. Returns null if the slug doesn't resolve to a live Launchelion listing. |
| list_alternatives | List live, same-category alternatives to a well-known AI tool (e.g. 'chatgpt', 'notion-ai', 'figma'). Call this when a user asks 'what are the alternatives to X' or wants competitors/substitutes for a named product. `target` is the well-known tool's slug, not a listing slug from this catalog. |
| submit_tool | Submit a new AI tool to Launchelion on behalf of its maker. Creates a draft listing (not yet public) and returns a claimUrl the maker must visit to sign up and claim/publish it. Call this only when a user explicitly wants to list their own tool — never to submit a tool on someone else's behalf without their email. Rate-limited globally to 5 submissions per hour. Supply tagline, problemSolved, logoUrl and imageUrls whenever you can: they are what make the published listing look like a real product page rather than a stub. |
| list_offers | List the optional paid add-ons a maker can buy to promote their listing (name, one-sentence effect, price in USD). Listing is always free; these only ADD reach and are always labeled 'Sponsored'. Call this to see what's purchasable before create_checkout. During free early access (early-bird), offers are not yet purchasable and this says so (purchasable=false). |
| create_checkout | Create a Stripe checkout URL for one paid add-on on one listing, and return it for a HUMAN to open. Never present this as a completed purchase: nothing is charged until a person completes checkout in a browser. Returns an error when the listing doesn't exist, the add-on isn't purchasable yet (free early access), or payments aren't configured in this environment. |
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。