Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Launchelion

com.launchelion/launchelion

Daily leaderboard of newly-launched AI tools with real launch dates and Stripe-verified revenue.

Uptime
100.0%
2 direct probes · 30d
Response
343ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

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,…

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 f…

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…

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 …

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…

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 …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "launchelion": {
      "url": "https://launchelion.com/api/mcp/mcp",
      "transport": "streamable-http"
    }
  }
}