producthunt-mcp v1.0.1checking

Model Context Protocol server

Product Huntfor agents

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.

endpointPOST · streamable http
https://your-deployment/api/mcp
verifyread-only · token not stored

Paste your Product Hunt developer token to run a live check: lists the tools, then pulls three real launches.

Today’s tools

7
01

ph_get_posts

List launches. Filter by date range, topic or featured status. Order by ranking, newest, votes or feature date.

7args
02

ph_get_post

Full detail for one launch by slug or id, including makers and description.

2args
03

ph_get_post_comments

Read a launch's comment thread. The honest read on how a product landed.

3args
04

ph_search_topics

Search topics and categories. Returns the slugs you feed back into ph_get_posts.

3args
05

ph_get_user

Profile, follower counts and recent launches for any maker.

1args
06

ph_whoami

Confirm the token works and whose account it belongs to. Start here when debugging.

0args
07

ph_graphql

Escape hatch for arbitrary read queries against the v2 schema. Mutations are blocked.

2args

Auth

Authorization: Bearer <token> on every request. Read per request, never written to disk.

Token

Grab a developer token from the Product Hunt API dashboard. Not the key and secret pair.

Limits

Read-only by design. 6,250 complexity points per 15 minutes, enforced upstream by Product Hunt.

Built by pmcosta.dev · MIT