top_launches
ActiveTool of mcp-producthunt
Get today's and recent top Product Hunt launches — new product and startup launches. Use this to see what launched today/recently or which products are trending. Returns name, tagline, vote/comment counts, URLs, and topics. Example: top_launches({ first: 10, order: "RANKING" })
Parameters schema
{
"type": "object",
"properties": {
"first": {
"type": "number",
"description": "Number of launches to return (default 10, max 20)"
},
"order": {
"enum": [
"RANKING",
"VOTES",
"NEWEST"
],
"type": "string",
"description": "Sort order: \"RANKING\" (default — trending), \"VOTES\" (most upvoted), or \"NEWEST\" (most recently launched)"
},
"_apiKey": {
"type": "string",
"description": "Optional — your own Product Hunt developer token for higher limits; omit to use the shared Pipeworx key."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
mcp-producthunt
https://github.com/pipeworx-io/mcp-producthunt
2/7 registries