43
/ 100
10 days ago
mcp_so

MCP Reddit Digest Server

A FastAPI-based MCP server tool that fetches and summarizes top Reddit posts using Azure OpenAI. It generates a daily PDF digest and uploads it to Slack, with support for topic-based subreddits and scheduled jobs.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 4 credentials: SLACK_BOT_TOKEN, AZURE_OPENAI_KEY, REDDIT_CLIENT_SECRET, REDDIT_PASSWORD
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
🔐 secretSLACK_BOT_TOKENyour_slack_bot_token
configSLACK_CHANNEL_IDyour_channel_id
🔐 secretAZURE_OPENAI_KEYyour_openai_key
configAZURE_OPENAI_API_VERSIONyour_api_version
configAZURE_OPENAI_ENDPOINTyour_endpoint
configAZURE_OPENAI_DEPLOYMENTyour_deployment_name
configREDDIT_CLIENT_IDyour_client_id
🔐 secretREDDIT_CLIENT_SECRETyour_client_secret
configREDDIT_USERNAMEyour_username
🔐 secretREDDIT_PASSWORDyour_password
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 1 concrete improvement we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/omendra02-mcp-reddit-digest-1n426e)](https://m8ven.ai/mcp/omendra02-mcp-reddit-digest-1n426e)
commit: c9a8b22c84118b2f8f575c1da89f7e28ec4acb78
code hash: 883486ccc7641ff33a537082e63da88f38b46bd3947cd7fbbff465e895b746b6
verified: 7/3/2026, 9:50:36 AM
view raw JSON →