69
/ 100
17 days ago
glama

Daily Standup Digest Bot MCP Server

Exposes standup workflow tools (list members, start standup, record replies, list non-responders, generate digest) and skill resources via MCP, enabling AI agents to automate standup collection and summarization without direct Slack access.

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 3 credentials: SLACK_BOT_TOKEN, SLACK_APP_TOKEN, OPENROUTER_API_KEY
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_TOKENBot User OAuth token (starts with the bot prefix). — (required for app.py)
🔐 secretSLACK_APP_TOKENconnections:write scope → this is (starts with
configTEAM_CHANNEL_IDposts it to the configured .
configALLOW_TEST_RESETTruthy value enables /reset-test-standup. false
configSTANDUP_DB_PATHis overridable via (used by tests).
configMCP_SERVER_URLEndpoint the MCP client tools connect to. http://localhost:8000/mcp
🔐 secretOPENROUTER_API_KEYOpenRouter API key. — (required for summarization / digest / MCP agent)
configOPENROUTER_MODELOpenRouter model slug. openrouter/free
configENABLE_SCHEDULERTruthy (true / 1 / yes / on) turns on APScheduler. false
configSTANDUP_TIMEHH:MM (24h) when the standup DMs go out. 09:00
configFOLLOWUP_TIMEHH:MM for the one-time follow-up. 09:45
configDIGEST_TIMEHH:MM for posting the digest. 10:15
configSCHEDULE_TIMEZONEIANA timezone for cron. America/Los_Angeles
// 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 5 concrete improvements 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/saahask18-daily-standup-digest-bot-1o7pgm)](https://m8ven.ai/mcp/saahask18-daily-standup-digest-bot-1o7pgm)
commit: 7d75130a551c8c61087f08ab2ef3e552797605b7
code hash: 708bce24aacb5f383ab6160478a7530d6170bcb6f2081f86c2af1a430294226a
verified: 7/14/2026, 8:35:50 AM
view raw JSON →