Product Hunt for your agents.
Connect Product Hunt once and every agent you run inside Even (Claude Code, Codex, OpenCode, Even Agents) can use it: 4 curated tools, discovered on demand, with your key stored on your machine and every call going direct to Product Hunt.
What agents can do with Product Hunt
Curated for agents: the calls that matter, with schemas and descriptions written for tool use, not an endpoint dump.
producthunt_list_postsGet today's featured posts (products). `after` is optional cursor for pagination.
producthunt_get_postGet a single post by slug (e.g. even-app).
producthunt_graphqlRun any Product Hunt GraphQL query or mutation. Product Hunt is GraphQL-only; `query` is the document and `variables` are optional. Example: `{ posts(first: 10, order: VOTES) { edges { node { name tagline votesCount } } } }`.
producthunt_viewerReturn the authenticated user (a canned GraphQL query). Handy for verifying the token.
Connect it in a minute
The connect flow is agent-driven: Even opens the key page in its own browser and collects the key through a secure native field. It never passes through the chat.
- Paste the prompt below into any agent running inside Even, or click Connect in Even's catalog.
- Go to the Product Hunt API and create an application.
- Generate a developer token from the application settings.
- Copy the token.
- Paste the key into Even's secure field. Even verifies it and your agents are live.
Connect Product Hunt to Even: call connect_begin("producthunt") on the even-connect MCP and walk me through it.
Get featured posts from Product Hunt, retrieve a specific product by slug, and query with GraphQL.
More Even Connect services
One MCP server, a handful of meta-tools, every service below. Agents search for the right tool at run time, so context stays lean.