stresszero-mcp
StressZero MCP Server
MCP server for the StressZero Intelligence API — burnout prevention self-assessment for AI agents, across 3 dimensions (physical, emotional, effectiveness).
Enable Claude, Cursor, Windsurf, n8n, and any MCP-compatible client to help users self-assess their workload signals in real-time conversations.
⚠️ Not a medical device. All scores are indicative, based on self-reported answers. This server provides no diagnosis, no screening, and no clinical triage. Persistent exhaustion warrants a doctor — the tools say so in their outputs.
Tools
Tool | Description |
| Self-assessed burnout signals across physical, emotional, and effectiveness dimensions. Returns an indicative score, level, contributing factors, and prevention recommendations. |
| Generate a detailed self-assessment report with action plans. Requires Starter+ tier. |
| Simplified 3-score self-check for chatbots and quick conversations. |
| Create a free API key (500 calls/month) for a user. |
Related MCP server: Env Manager AI MCP
Resources
Resource | Description |
| Complete OpenAPI 3.1 specification |
Prompts
Prompt | Description |
| Guided burnout assessment questionnaire template (FR/EN) |
Quick Start
1. Get your free API key
Visit stresszeroentrepreneur.fr/intelligence-api and sign up. Free tier: 500 calls/month, no credit card required.
2. Configure your MCP client
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"stresszero": {
"command": "npx",
"args": ["-y", "stresszero-mcp"],
"env": {
"STRESSZERO_API_KEY": "sz_live_your_key_here"
}
}
}
}Claude Code
Add to .mcp.json at your project root or ~/.claude/mcp.json:
{
"mcpServers": {
"stresszero": {
"command": "npx",
"args": ["-y", "stresszero-mcp"],
"env": {
"STRESSZERO_API_KEY": "sz_live_your_key_here"
}
}
}
}Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"stresszero": {
"command": "npx",
"args": ["-y", "stresszero-mcp"],
"env": {
"STRESSZERO_API_KEY": "sz_live_your_key_here"
}
}
}
}Windsurf
Add to ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"stresszero": {
"command": "npx",
"args": ["-y", "stresszero-mcp"],
"env": {
"STRESSZERO_API_KEY": "sz_live_your_key_here"
}
}
}
}3. Use it
Ask Claude: "Check my burnout risk. My sleep quality is 40/100, motivation is 55/100, and productivity is 35/100. I work 60 hours/week as an entrepreneur."
Claude will automatically call quick_burnout_check and return your score with recommendations.
Use Cases
AI coaching assistant — Help users self-assess their workload in real-time during conversations
HR AI agent — Aggregated, anonymized team load signals only (individual scores are never exposed to employers)
Wellness chatbot — Suggest next steps based on self-reported load, including seeing a doctor when signals persist
n8n automation — Trigger prevention workflows when a self-assessed score crosses a threshold
Productivity tool — Monitor self-reported wellbeing and suggest breaks
API Tiers
Free tier: 500 calls/month, no credit card. Current paid tiers and pricing: stresszeroentrepreneur.fr/intelligence-api
Environment Variables
Variable | Required | Description |
| Yes | Your API key (starts with |
| No | Custom API base URL (default: |
Development
git clone https://github.com/stresszero/stresszero-mcp.git
cd stresszero-mcp
npm install
npm run build
STRESSZERO_API_KEY=sz_live_xxx node build/index.jsDebug with the MCP Inspector:
npx @modelcontextprotocol/inspector node build/index.jsLicense
MIT — Emmanuel Gomes Soares, StressZero Entrepreneur
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseCqualityDmaintenanceThis MCP server provides emotional support through a rule-based system that analyzes user messages for emotional patterns and returns structured responses with self-care suggestions. It acts as a conversational assistant with ethical limitations, avoiding clinical diagnoses while offering supportive guidance.1
- AlicenseNot gradedqualityAmaintenanceEnv Manager AI - MCP server providing AI-powered tools and automation by MEOK AI Labs10MIT
- AlicenseNot gradedqualityFmaintenanceConsciousness Engine - MCP server providing AI-powered tools and automation by MEOK AI Labs10MIT
- AlicenseNot gradedqualityAmaintenanceHealth Check AI - MCP server providing AI-powered tools and automation by MEOK AI Labs10MIT
Related MCP Connectors
MCP server for Flux AI image generation
MCP server for NanoBanana AI image generation and editing
MCP server for Grok Imagine AI video generation
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gomessoaresemmanuel-cpu/stresszero-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server