Loading...

This MCP server provides read-only access to Product Hunt data, enabling LLMs and agents to retrieve information about posts, users, collections, and topics.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
This MCP server provides read-only access to Product Hunt data, enabling LLMs and agents to retrieve information about posts, users, collections, and topics.
This server is relatively safe due to its read-only nature. However, users should protect their Product Hunt API token and be mindful of rate limits. It is safe to use as long as the token is kept secure and the user understands the limitations of the Product Hunt API.
Performance is primarily limited by the Product Hunt API's response times and rate limits. Optimize queries to retrieve only necessary data.
Cost is primarily determined by the number of API calls made to Product Hunt. Be mindful of rate limits to avoid unexpected charges.
pip install product-hunt-mcp{
"mcpServers": {
"product-hunt": {
"command": "product-hunt-mcp",
"env": {
"PRODUCT_HUNT_TOKEN": "your_token_here"
}
}
}
}PRODUCT_HUNT_TOKENget_post_detailsRetrieves detailed information about a specific post using its ID or slug.
Read-only operation; retrieves data without modification.
get_postsRetrieves a list of posts based on specified filters such as topic, order, and date.
Read-only operation; retrieves data without modification.
get_commentRetrieves information about a specific comment using its ID.
Read-only operation; retrieves data without modification.
get_post_commentsRetrieves comments for a specific post, allowing for pagination and ordering.
Read-only operation; retrieves data without modification.
get_collectionRetrieves information about a specific collection using its ID or slug.
Read-only operation; retrieves data without modification.
get_collectionsRetrieves a list of collections based on specified filters such as featured status and user ID.
Read-only operation; retrieves data without modification.
get_topicRetrieves information about a specific topic using its ID or slug.
Read-only operation; retrieves data without modification.
search_topicsSearches for topics based on a query string, with options for filtering and ordering.
Read-only operation; retrieves data without modification.
get_userRetrieves information about a specific user using their ID or username.
Read-only operation; retrieves data without modification.
get_viewerRetrieves information about the authenticated user.
Read-only operation; retrieves data without modification.
check_server_statusChecks the status of the server and the Product Hunt API, including authentication status.
Read-only operation; retrieves data without modification.
API Key
This server is relatively safe due to its read-only nature. However, users should protect their Product Hunt API token and be mindful of rate limits. It is safe to use as long as the token is kept secure and the user understands the limitations of the Product Hunt API.
The server operates in read-only mode, preventing any modifications to Product Hunt data. This ensures a safe environment for autonomous agents.
Production Tip
Monitor API usage to avoid rate limits and ensure the server remains responsive.
It provides a standardized way for LLMs and agents to access Product Hunt data.
You can access information about posts, collections, topics, users, and comments.
Yes, you need a Product Hunt account and an API token to authenticate.
Create an account on Product Hunt, navigate to the API Dashboard, and create a new application to obtain a developer token.
The Product Hunt API has rate limits that this client respects. Refer to the Product Hunt API documentation for details.
No, this server provides read-only access to Product Hunt data.
Wait until the rate limit resets or reduce your query frequency. The server will inform you when the rate limit resets.