ph_mcp_server
Verified Safeby WidgetA
Overview
An HTTP JSON-RPC server providing multi-source data access for Product Hunt, GitHub Trending, and US tech stock news to AI assistants.
Installation
./run.shEnvironment Variables
- SUPABASE_URL
- SUPABASE_KEY
- GITHUB_SUPABASE_URL
- GITHUB_SUPABASE_KEY
- POSTGRES_HOST
- POSTGRES_DB
- POSTGRES_USER
- POSTGRES_PASSWORD
Security Notes
Secrets are managed via environment variables. Database queries for Supabase use structured client methods, and PostgreSQL queries use parameter binding for values, mitigating direct SQL injection risks from user input. Potential, but unlikely, risk exists if environment variables specifying table names or schema are compromised. The server listens on 0.0.0.0:8080, requiring a reverse proxy and firewall for secure production deployment.
Similar Servers
firecrawl-mcp-server
A Model Context Protocol (MCP) server for integrating Firecrawl's web scraping, crawling, search, and structured data extraction capabilities with AI agents.
github-stars-contributions-mcp
An MCP server that allows AI assistants to manage GitHub Stars contributions and profile links through natural language interaction.
producthunt-mcp-server
Provides structured, token-efficient access to Product Hunt data via its GraphQL API for AI models and agents.
mcp_server_trending
Aggregates trending content and data from a multitude of online platforms (e.g., GitHub, Hacker News, Product Hunt, AI tools, academic papers, job boards) for AI assistants and indie developers.