Stresszero MCP Server

MCP server for StressZero Intelligence API — Burnout risk scoring for AI agents, coaches, and HR platforms

Local serverstdio

What is the Stresszero MCP MCP server?

If you already use Stresszero MCP, the stresszero mcp mcp server is the piece that lets your assistant work with it directly. MCP server for StressZero Intelligence API — Burnout risk scoring for AI agents, coaches, and HR platforms.

What the server does

MCP server for the StressZero Intelligence API — Score burnout risk across 3 dimensions with AI agents.

Installation

@modelcontextprotocol/inspector on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • 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
  • Tier — Price
  • Free — 0€
  • Starter — 29€/mo
  • Pro — 99€/mo
  • Enterprise — 299€/mo
  • Cursor — The Cursor tool exposed by this server
  • Windsurf — The Windsurf tool exposed by this server

Credentials and setup notes

Configuration is passed through the environment: STRESSZERO_API_KEY, STRESSZERO_API_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 11 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Stresszero MCP.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Where it fits

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Stresszero MCP's toolset — analyze_burnout, generate_burnout_report, quick_burnout_check and 8 more — is a fair guide to whether it matches your workflow. It is maintained by gomessoaresemmanuel-cpu; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Available tools

ToolWhat it does
analyze_burnoutScore burnout risk across physical, emotional, and effectiveness dimensions. Returns score, risk level, factors, and recommendations.
generate_burnout_reportGenerate a detailed burnout assessment report with action plans. Requires Starter+ tier.
quick_burnout_checkSimplified 3-score burnout screening for chatbots and triage.
get_stresszero_api_keyCreate a free API key (500 calls/month) for a user.
TierPrice
Free0€
Starter29€/mo
Pro99€/mo
Enterprise299€/mo
CursorThe Cursor tool exposed by this server.
WindsurfThe Windsurf tool exposed by this server.

How to install the Stresszero MCP MCP server

{
  "mcpServers": {
    "stresszero": {
      "command": "npx",
      "args": ["-y", "stresszero-mcp"],
      "env": {
        "STRESSZERO_API_KEY": "sz_live_your_key_here"
      }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
STRESSZERO_API_KEYCredential the server authenticates with.Yes
STRESSZERO_API_URLEndpoint or connection string the server talks to.Yes

Example prompts to try

  • Use Stresszero MCP to analyze burnout.
  • Use Stresszero MCP to generate burnout report.
  • Use Stresszero MCP to quick burnout check.

Frequently asked questions

It connects Stresszero MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 11 tools (analyze_burnout, generate_burnout_report, quick_burnout_check, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Stresszero MCP directly.