Loading...
pip install product-hunt-mcp{
"mcpServers": {
"product-hunt": {
"command": "product-hunt-mcp",
"env": {
"PRODUCT_HUNT_TOKEN": "your_token_here"
}
}
}
}get_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.
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.