stresszero-mcp
MCP server for burnout risk scoring across 3 dimensions (physical, emotional, effectiveness) via the StressZero Intelligence API. Provides AI agents with burnout analysis, personalized recommendations, and detailed reports for coaches and HR platforms.
StressZero MCP Server
MCP server for the StressZero Intelligence API — Score burnout risk across 3 dimensions with AI agents.
The only burnout scoring MCP server available. Enable Claude, Cursor, Windsurf, n8n, and any MCP-compatible client to assess burnout risk in real-time conversations.
Tools
| Tool | Description |
|---|---|
analyze_burnout | Score burnout risk across physical, emotional, and effectiveness dimensions. Returns score, risk level, factors, and recommendations. |
generate_burnout_report | Generate a detailed burnout assessment report with action plans. Requires Starter+ tier. |
quick_burnout_check | Simplified 3-score burnout screening for chatbots and triage. |
get_stresszero_api_key | Create a free API key (500 calls/month) for a user. |
Resources
| Resource | Description |
|---|---|
stresszero://openapi | Complete OpenAPI 3.1 specification |
Prompts
| Prompt | Description |
|---|---|
burnout_assessment | 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 — Score burnout in real-time during conversations
- HR AI agent — Detect team burnout risk in employee check-ins
- Wellness chatbot — Triage users based on burnout severity
- n8n automation — Trigger alerts when burnout score exceeds threshold
- Productivity tool — Monitor user wellbeing and suggest breaks
API Tiers
| Tier | Price | Calls/month | Rate limit |
|---|---|---|---|
| Free | 0€ | 500 | 10/min |
| Starter | 29€/mo | 5,000 | 30/min |
| Pro | 99€/mo | 25,000 | 60/min |
| Enterprise | 299€/mo | 100,000 | 120/min |
Environment Variables
| Variable | Required | Description |
|---|---|---|
STRESSZERO_API_KEY | Yes | Your API key (starts with sz_live_) |
STRESSZERO_API_URL | No | Custom API base URL (default: https://stresszeroentrepreneur.fr) |
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.js
Debug with the MCP Inspector:
npx @modelcontextprotocol/inspector node build/index.js
License
MIT — Emmanuel Gomes Soares, StressZero Entrepreneur
Server Terkait
LiveScore MCP
Real-time football live scores, fixtures, team stats, and player data from 1000+ leagues via SSE transport. Free, no API key required.
Policy Layer
Non-custodial spending controls for AI agent wallets — enforce limits, allowlists, and kill switches before transactions execute.
OSINT MCP
Real-time OSINT intelligence platform for global security monitoring.
ClawPay MCP
Non-custodial x402 payment layer for AI agents. Agents sign transactions locally on Base — no custodial infrastructure, no API keys, no KYC.
Cybersecurity Vulnerability Intel MCP
Real-time CVE lookup via NIST NVD 2.0, CISA KEV alerts, EPSS exploitation probability, and MITRE ATT&CK mappings. 7 tools for AI-powered vulnerability assessment.
Nomad Stays
The world's platform for finding and booking digital nomad friend accommodation
US Safety Recalls MCP
Search NHTSA vehicle recalls and FDA food/drug recalls in real-time. 4 MCP tools for product safet monitoring.
KSeF
MCP server for Poland's national e-invoicing system KSeF (Krajowy System e-Faktur). Provides 12 tools for complete KSeF API integration including session management, invoice querying/submission, export generation, and system monitoring. Built with Rust for reliability and performance. Perfect for Polish businesses automating e-invoicing processes and developers building KSeF compliance tools.
Runframe
Incident management MCP server. Acknowledge, escalate, page, and resolve incidents, check on-call, manage services, postmortems, and teams from any MCP client.
Maker MCP Server
DAI stability data, vault info, and governance parameters on MakerDAO.