ph_get_posts
List launches. Filter by date range, topic or featured status. Order by ranking, newest, votes or feature date.
Model Context Protocol server
Seven read-only tools over the Product Hunt GraphQL API v2, served over Streamable HTTP. Point any MCP client at the endpoint below, or register it as a Composio custom toolkit.
Paste your Product Hunt developer token to run a live check: lists the tools, then pulls three real launches.
ph_get_posts
List launches. Filter by date range, topic or featured status. Order by ranking, newest, votes or feature date.
ph_get_post
Full detail for one launch by slug or id, including makers and description.
ph_get_post_comments
Read a launch's comment thread. The honest read on how a product landed.
ph_search_topics
Search topics and categories. Returns the slugs you feed back into ph_get_posts.
ph_get_user
Profile, follower counts and recent launches for any maker.
ph_whoami
Confirm the token works and whose account it belongs to. Start here when debugging.
ph_graphql
Escape hatch for arbitrary read queries against the v2 schema. Mutations are blocked.
Authorization: Bearer <token> on every request. Read per request, never written to disk.
Grab a developer token from the Product Hunt API dashboard. Not the key and secret pair.
Read-only by design. 6,250 complexity points per 15 minutes, enforced upstream by Product Hunt.
Built by pmcosta.dev · MIT