get_post
Pack: producthunt · Endpoint: https://gateway.pipeworx.io/producthunt/mcp
Get full details for a single Product Hunt launch by its slug — description, makers, topics, and vote/comment counts. Use after top_launches to dig into a specific new product / startup launch. Example: get_post({ slug: “notion” })
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
slug | string | yes | The Product Hunt post slug (e.g. “notion”), from a launch’s url/slug. |
_apiKey | string | no | Optional — your own Product Hunt developer token for higher limits; omit to use the shared Pipeworx key. |
Example call
curl -X POST https://gateway.pipeworx.io/producthunt/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_post","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"producthunt": {
"url": "https://gateway.pipeworx.io/producthunt/mcp"
}
}
}
See Getting Started for client-specific install steps.