Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Launchelion

REMOTE · LAUNCHELION.COM · SCANNED AUG 20

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

Available components

64 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security63
Transport & Reachability100
Schema Quality & AI Usability68
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1359 tokens (~226/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management3
  • Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · launchelion.com

# add to Claude Code
claude mcp add --transport http com-launchelion-launchelion https://launchelion.com/api/mcp/mcp
# ~/.codex/config.toml
[mcp_servers.com-launchelion-launchelion]
url = "https://launchelion.com/api/mcp/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-launchelion-launchelion": {
      "type": "remote",
      "url": "https://launchelion.com/api/mcp/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-launchelion-launchelion --url https://launchelion.com/api/mcp/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-launchelion-launchelion:
    url: "https://launchelion.com/api/mcp/mcp"
// mcp.json
{
  "mcpServers": {
    "com-launchelion-launchelion": {
      "type": "http",
      "url": "https://launchelion.com/api/mcp/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Aug 26 −1
    • The server rewrote its instructions, which are the text every model session reads security
    • Schema quality: 189 → 226 functional
    • Stability: unverified → 0.03 functional
  • 19 Aug 26 65

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Aug 2026 · Probed https://launchelion.com/api/mcp/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=*.launchelion.com CN=YR1,O=Let's Encrypt,C=US 12 Aug 2026 10 Nov 2026 RSA 2048 SHA256-RSA 51436c08b8741e41478854d5a4f29aae4a7
SANs: *.launchelion.com, launchelion.com
CN=YR1,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA a20253f15f2691c05dc1ce13b9bcca4e
CN=Root YR,O=ISRG,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 RSA 4096 SHA256-RSA f24b6d17f9d9ad7cb1c9fea78782699f
DNSSEC insecure

Validation of launchelion.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
launchelion.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=63072000; includeSubDomains
x-content-type-options nosniff
x-frame-options SAMEORIGIN
referrer-policy strict-origin-when-cross-origin
permissions-policy camera=(), microphone=(), geolocation=(), interest-cohort=()
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://launchelion.com/api/mcp/mcp Verified 200
http (plaintext) http://launchelion.com/api/mcp/mcp HTTPS enforced 308 https://launchelion.com/api/mcp/mcp
MCP tools · 6 exposed · ~1,137 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
create_checkout ~188

Mint a Stripe Checkout URL to buy one paid add-on for a live listing. A HUMAN must open the returned URL in a browser and complete payment — agents never enter card details. The checkout email and receipt belong to whoever pays; no listing-owner data is exposed. These add-ons only benefit the listing, so no session auth is required, but a purchase can NEVER bypass badge verification: only LIVE listings are eligible. Returns an error if the slug is unknown, the listing isn't LIVE, monetization isn't live yet (free early access), or payments aren't configured in this environment.

NameTypeReqDescription
productstringyesAdd-on key: premium_launch, review_one, review_monthly. See list_offers for names, effects, and prices.
slugstringyesThe listing's slug (as in a toolUrl, e.g. '/tools/skillselion' -> 'skillselion').

No output schema declared.

No examples provided.

get_tool ~128

Fetch the full public detail for one AI tool by its listing slug (as returned by search_tools' toolUrl, e.g. '/tools/skillselion' -> slug 'skillselion'). 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 listing.

NameTypeReqDescription
sitestringWhich network site's wording/locale to render the tool through. Defaults to the tool's origin site.
slugstringyesThe tool's listing slug.

No output schema declared.

No examples provided.

list_alternatives ~124

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 launchelion listing slug.

NameTypeReqDescription
sitestringDefaults to the aialtfinder alternatives site.
targetstringyesSlug of the well-known target tool, e.g. 'chatgpt'.

No output schema declared.

No examples provided.

list_offers ~118

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/backlinks and are always labeled 'Sponsored'. Call this to see what's purchasable before create_checkout. While the network is in free early access (early-bird), offers are not yet purchasable and this says so (purchasable=false).

NameTypeReqDescription
sitestringWhich network site to price the offers for. Defaults to launchelion.

No output schema declared.

No examples provided.

search_tools ~177

Search the launchelion network 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.

NameTypeReqDescription
querystringyesFree-text search term, e.g. a tool name, use-case, or category.
sitestringRestrict to one launchelion-network site id (launchelion, aitoolsindex, aialtfinder, lanzamientosia, iaselecta, alternativasia, kitoolsheute, bestekitools, kialternativen). Omit to search across the…

No output schema declared.

No examples provided.

submit_tool ~402

Submit a new AI tool to the launchelion network 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.

NameTypeReqDescription
categorystringyesCategory slug, e.g. 'agents', 'writing', 'coding', 'design', 'marketing', 'productivity', 'video', 'analytics'.
descriptionstringyesA description of the tool (40-1000 chars).
emailstringyesThe maker's email — used to claim the listing on signup.
imageUrlsarrayUp to 5 https screenshot URLs, best first. Copied to our own storage. Without any, the listing shows a generated placeholder card instead of a real screenshot.
logoUrlstringhttps URL of the tool's logo. We copy it to our own storage — we never hotlink the maker's host.
namestringyesThe tool's name.
problemSolvedstringWhat problem the tool solves, in the maker's words (max 160 chars). Rendered as its own block on the listing page.
taglinestringOne line shown on every card (max 60 chars). Supply it — without one we fall back to a truncated description.
urlstringyesThe tool's https homepage URL.
xHandlestringX/Twitter handle, without the @.
xHandleIsFounderbooleanTrue when the handle is the founder's personal account rather than the product's.

No output schema declared.

No examples provided.