58
grade D
10 days ago
pulsemcp

Google Workspace

Provides OAuth2-authenticated access to Google Workspace services including Gmail, Calendar, Drive, Docs, and Sheets with multi-account support.

Install from

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

// key findings
⚠️
Known vulnerabilities in dependencies: 3 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
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 1 credential: GOOGLE_CLIENT_SECRET
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.
configGOOGLE_CLIENT_IDe =your_client_id \
🔐 secretGOOGLE_CLIENT_SECRETe =your_client_secret \
configGOOGLE_REDIRECT_URIe =http://localhost:3000/oauth/callback \
configMCP_MODE"": "stdio",
configPORTServer port (default: 3000)
configTOKENS_PATHPath to store tokens (default: ./data/tokens.json)
// 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/antonpme-auralis-google-amamg1)](https://m8ven.ai/mcp/antonpme-auralis-google-amamg1)
commit: 268cc6eb08cf977981727b425e0bc090004338b6
code hash: fe9ce0e0379a491bfcb4f0150942b6ecaef36379ccd7608aec04df61ed119451
verified: 4/11/2026, 2:05:58 PM
view raw JSON →