64
grade C
10 days ago
glama

PTO MCP Server

Exposes PTOAi user context to Agent Builder by connecting to a Supabase database. It allows agents to retrieve user profiles, intake and follow-up data, and manage weekly plans.

Install from

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

// key findings
🚨
Secret credentials may flow to a network call
1 flow detected: SUPABASE_ANON_KEY. We can’t prove the destination matches the brand the credential belongs to.
⚠️
Known vulnerabilities in dependencies: 2 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
🔐
You'll be asked for 3 credentials: MCP_OAUTH_COOKIE_SECRET, SUPABASE_ANON_KEY, SUPABASE_SERVICE_ROLE_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.
configMCP_ALLOWED_ORIGINSexport =https://platform.openai.com,https://chatgpt.com
configMCP_HOST
configMCP_HTTP_STATELESSexport =true
🔐 secretMCP_OAUTH_COOKIE_SECRETexport =...
configMCP_OAUTH_LOGIN_URLIf you want to use your own login page, set and it will redirect there.
configMCP_OAUTH_REDIRECT_ORIGINSexport =https://chatgpt.com,https://chat.openai.com
configMCP_PUBLIC_URLexport =https://mcp-0brh.onrender.com
configMCP_TRANSPORTexport =http
configPORTexport =8787
🔐 secretSUPABASE_ANON_KEYexport =...
🔐 secretSUPABASE_SERVICE_ROLE_KEYexport =...
configSUPABASE_URLexport =...
// 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 4 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/pto-agi-mcp-1rxslu)](https://m8ven.ai/mcp/pto-agi-mcp-1rxslu)
commit: 0f0d7ce3bdd4f07445c238c258f9e83f1a78021e
code hash: a9526789520aa49a2880cab20c236b1f4b536610894a76bad5c5d6917d7a8259
verified: 4/11/2026, 3:02:29 PM
view raw JSON →