{"name":"launchonit","title":"LaunchOn.it","version":"1.0.0","description":"Search launched products, weekly leaderboards and winners, check open launch slots, and draft a launch for review. No API key.","websiteUrl":"https://launchon.it/mcp","contactEmail":"contact@launchon.it","maintainer":{"name":"LaunchOn.it","email":"contact@launchon.it","website":"https://launchon.it"},"protocolVersions":["2025-06-18","2025-03-26","2024-11-05"],"remotes":[{"type":"streamable-http","url":"https://launchon.it/api/mcp"}],"authentication":{"required":false},"capabilities":{"tools":{"listChanged":false}},"tools":[{"name":"search_products","title":"Search products","description":"Keyword search across every product that has launched on LaunchOn.it. Matches name, tagline and description, most upvoted first.","inputSchema":{"type":"object","properties":{"query":{"type":"string","minLength":1,"maxLength":80,"description":"Keywords, e.g. \"email marketing\" or \"open source analytics\"."},"limit":{"type":"integer","minimum":1,"maximum":25,"default":10}},"required":["query"],"additionalProperties":false},"annotations":{"readOnlyHint":true}},{"name":"get_weekly_leaderboard","title":"Weekly leaderboard","description":"Ranked products for one ISO week, by community upvotes. Defaults to the live week, which closes Sunday 23:59 UTC.","inputSchema":{"type":"object","properties":{"week":{"type":"string","pattern":"^\\d{4}-W\\d{1,2}$","description":"ISO week like 2026-W39. Omit for the live week."},"limit":{"type":"integer","minimum":1,"maximum":50,"default":20}},"additionalProperties":false},"annotations":{"readOnlyHint":true}},{"name":"get_product","title":"Get product","description":"Full public listing for one product: tagline, description, who it's for, the problem it solves, pricing, tech stack, links and upvotes.","inputSchema":{"type":"object","properties":{"slug":{"type":"string","minLength":1,"maxLength":120,"description":"The slug from launchon.it/products/{slug}."}},"required":["slug"],"additionalProperties":false},"annotations":{"readOnlyHint":true}},{"name":"get_winners","title":"Weekly winners","description":"Top 3 podium finishers from recent weeks, newest week first. These are the Hall of Fame entries on /winners.","inputSchema":{"type":"object","properties":{"weeks":{"type":"integer","minimum":1,"maximum":26,"default":4}},"additionalProperties":false},"annotations":{"readOnlyHint":true}},{"name":"get_launch_calendar","title":"Launch calendar","description":"Free launch slots left in the live week and the weeks after it, plus the launch plans and prices. Use it to tell a maker when they would launch.","inputSchema":{"type":"object","properties":{"weeks":{"type":"integer","minimum":1,"maximum":12,"default":4}},"additionalProperties":false},"annotations":{"readOnlyHint":true}},{"name":"submit_product","title":"Submit product","description":"Starts a launch for a product URL. LaunchOn.it reads the site, drafts the listing (name, tagline, description, story, pricing, categories) and returns a private review link. The maker opens the link, signs in, edits and publishes. Nothing goes live and nothing is charged from this call.","inputSchema":{"type":"object","properties":{"url":{"type":"string","format":"uri","description":"The product's website, e.g. https://example.com"},"title":{"type":"string","minLength":2,"maxLength":50,"description":"Product name. Drafted from the site if omitted."},"tagline":{"type":"string","minLength":10,"maxLength":40,"description":"One line, 10-40 characters. Drafted from the site if omitted."},"description":{"type":"string","minLength":50,"maxLength":3000,"description":"Drafted from the site if omitted."},"pricing_type":{"type":"string","enum":["free","freemium","paid","open-source","free-trial"]}},"required":["url"],"additionalProperties":false},"annotations":{"readOnlyHint":false}}]}