Back to Home
bbbgggrrr icon

pushshift-mcp-server

Verified Safe

by bbbgggrrr

Overview

This server acts as an API wrapper for an existing Reddit comments search service, providing an optional security layer and consistent interface.

Installation

Run Command
vercel dev

Environment Variables

  • REDDIT_BRIDGE_URL
  • REDDIT_BRIDGE_BYPASS_SECRET
  • MCP_WRAPPER_KEY

Security Notes

The server uses environment variables for sensitive data (API keys, URLs), which is good practice. It implements an optional API key for access control (X-MCP-KEY). Input validation is light, primarily passing the request body to an upstream service; thus, the security of the upstream service is critical. No dangerous functions like 'eval' or hardcoded secrets were found within the provided source.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens100
Stars0
Forks0
Last Update2025-12-03

Tags

API GatewayProxyVercelServerlessReddit