producthunt-mcp-server
Verified Safeby Jing-yilin
Overview
Provides structured, token-efficient access to Product Hunt data via its GraphQL API for AI models and agents.
Installation
npx @yilin-jing/producthunt-mcpEnvironment Variables
- PRODUCTHUNT_ACCESS_TOKEN
- PH_ACCESS_TOKEN
- PROXY_URL
- HTTP_PROXY
- HTTPS_PROXY
Security Notes
The server correctly handles API keys via environment variables and makes standard HTTPS requests. It includes a feature to save cleaned data to a local directory specified by the `save_dir` argument. While this is a local operation, it's generally safe within the intended MCP server context where the LLM controls the arguments. No 'eval' or direct arbitrary code execution patterns were found.
Similar Servers
mcp-omnisearch
Provides a unified interface for various search, AI response, content processing, and enhancement tools via Model Context Protocol (MCP).
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
data-commons-mcp
A server that facilitates natural language search for open-access scientific datasets and tools using a Large Language Model (LLM) and the Model Context Protocol (MCP).
mcp-server-llmling
mcp-server-llmling serves as a Machine Chat Protocol (MCP) server, providing a YAML-based system to configure and manage LLM applications, including resources, prompts, and tools.