Wellness Pulse
Wellness Pulse MCP is a plug-and-play intelligence layer that turns raw wellbeing data into clear, actionable insights for AI systems.
One integration connects your copilots, agents, and dashboards to trusted public benchmarks and live institutional wellness signals β no analyst required.
π§ What Is Wellness Pulse MCP?
Wellness Pulse MCP is a Model Context Protocol (MCP) server that bridges the gap between raw wellbeing data and AI-powered understanding.
With a single integration, your AI gets access to:
π CDC PLACES public benchmarks β trusted mental health data for any ZIP code or county in the US
π’ Institutional wellness signals β live trends, snapshots, and alert checks from your organization's Wellness Pulse data
π£οΈ Plain-English explanations β AI-ready summaries returned alongside structured JSON
Built for fast "ask β answer" workflows in copilots, automations, and AI dashboards β no human analysis needed in the loop.
β¨ Why Teams Add Wellness Pulse MCP
Capability | What It Unlocks |
π Instant Narrative | Your AI explains "what changed and why it matters" without a human analyst. |
π CDC Benchmarks | County-level mental distress context for marketing decks, reports, and grant applications. |
π‘ Live Institution Signals | Daily trends + alert checks that catch wellbeing drops before they become crises. |
π One Integration | Add the MCP once β reuse it across every copilot, agent, and dashboard your team runs. |
π Privacy-First | No user tracking. No identifiers. Trusted by institutions that take privacy seriously. |
ποΈ Architecture Overview

π οΈ Available Tools
π Public Benchmark Tools
get_mental_health_benchmark
Fetches CDC PLACES Frequent Mental Distress (FMD) data for a given ZIP code or county FIPS.
Arguments:
Parameter | Type | Required | Description |
| string | optional* | 5-digit US ZIP code |
| string | optional* | County FIPS code |
At least one of zip or county_fips is required.
Returns: scope, values, national_percentile_rank (optional), marketing_copy
Example use case: "What's the CDC mental distress benchmark for ZIP 94597?"
get_basic_alert_guidance
Returns default alert thresholds based on organization size and location type β no institution ID needed.
Arguments:
Parameter | Type | Required | Description |
| string | β | e.g. |
| string | β | e.g. |
Example use case: "What alert thresholds should we use for a mid-size suburban institution?"
π’ Institution Data Tools
These tools require a valid institution identifier (
institution_id) from your Wellness Pulse account.
get_institution_snapshot
A point-in-time snapshot of wellness data for your institution over a given window.
Arguments:
Parameter | Type | Required | Description |
| string | β | Your Wellness Pulse institution ID |
| integer | β | Look-back window in days (e.g. |
Returns: response_count, avg_wellness_score, last_response_at
get_institution_trend_daily
Fetches a daily time-series of wellness scores and response counts.
Arguments:
Parameter | Type | Required | Description |
| string | β | Your Wellness Pulse institution ID |
| integer | β | Number of days to include |
Returns: Array of { day, avg_wellness, responses } objects
Example use case: "What's our wellness trend for the last 90 days?"
get_institution_alert_check
Compares last 7 days vs prior 7 days and flags significant drops.
Arguments:
Parameter | Type | Required | Description |
| string | β | Your Wellness Pulse institution ID |
Returns: drop_pct, alert (boolean flag)
Example use case: "Did we drop week-over-week? Should we be concerned?"
get_sector_snapshot
Sector-level aggregated wellness data across institutions.
Arguments:
Parameter | Type | Required | Description |
| string | β | Sector identifier |
| integer | β | Look-back window in days |
Returns: institutions_with_responses, total_responses, avg_wellness_score
π Getting Started
Step 1 β Add to Your AI Client
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"Wellness Pulse": {
"url": "https://wpulse.org/mcp/",
"transport": "http-stream"
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"Wellness Pulse": {
"url": "https://wpulse.org/mcp/",
"transport": "http-stream"
}
}
}Step 2 β Initialize a Session (via cURL)
curl -s https://wpulse.org/mcp/ \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "initialize",
"params": {
"protocolVersion": "2025-03-26",
"capabilities": {},
"clientInfo": { "name": "my-app", "version": "1.0.0" }
}
}'π Capture the
mcp-session-idfrom the response headers β you'll need it for all subsequent calls.
Step 3 β List Available Tools
curl -s https://wpulse.org/mcp/ \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-H "mcp-session-id: <YOUR_SESSION_ID>" \
-d '{ "jsonrpc": "2.0", "id": 2, "method": "tools/list", "params": {} }'Step 4 β Call a Tool
Example: Fetch CDC benchmark for a ZIP code
curl -s https://wpulse.org/mcp/ \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-H "mcp-session-id: <YOUR_SESSION_ID>" \
-d '{
"jsonrpc": "2.0",
"id": 3,
"method": "tools/call",
"params": {
"name": "get_mental_health_benchmark",
"arguments": { "zip": "94597" }
}
}'Example: Check institution alert status
curl -s https://wpulse.org/mcp/ \
-H "Content-Type: application/json" \
-H "Accept: application/json, text/event-stream" \
-H "mcp-session-id: <YOUR_SESSION_ID>" \
-d '{
"jsonrpc": "2.0",
"id": 4,
"method": "tools/call",
"params": {
"name": "get_institution_alert_check",
"arguments": { "institution_id": "inst_abc123" }
}
}'π¬ Example Prompts to Ask Your AI
Once Wellness Pulse MCP is connected, try asking your AI:
"What's our wellness trend for the last 90 days?"
"Did we drop week-over-week? Why might that matter?"
"What's the CDC mental distress benchmark for ZIP 94597?"
"Write a short exec update with our wellness numbers and CDC context."
"Are we above or below the national average for mental distress?"
"Flag any alert conditions in our institution data this week."
"Summarize the sector snapshot and highlight any outliers."π Endpoints Reference
Type | URL |
HTTP Stream (canonical) |
|
HTTP Stream (redirect) |
|
SSE |
|
Required headers for HTTP Streaming:
Content-Type: application/json
Accept: application/json, text/event-streamAll calls use JSON-RPC 2.0.
π Privacy & Security
Wellness Pulse MCP is built with a privacy-first architecture:
β No user tracking or behavioral logging
β No personally identifiable information (PII) stored or transmitted
β Institution data is scoped and access-controlled per account
β All transport over HTTPS
β Designed for compliance-conscious environments (healthcare, education, HR)
πΊοΈ Use Cases
π₯ Healthcare & Employee Wellness Teams
Use daily trend monitoring and week-over-week alert checks to detect emerging burnout or distress signals before they escalate β and give clinical or HR leadership an AI-generated executive summary on demand.
π Universities & Educational Institutions
Combine CDC county benchmarks with your student wellness survey data to contextualize scores relative to regional norms β ideal for accreditation reports and student affairs presentations.
π HR Tech & Wellness Platforms
Embed Wellness Pulse MCP into your existing copilot or dashboard product to instantly add benchmarked mental health context and trend narration β without building your own data pipeline.
π’ Public Health Communications
Pull CDC PLACES FMD data by ZIP or county to generate marketing copy, grant narratives, and community health reports grounded in authoritative public data.
π€ AI Agents & Automations
Wire Wellness Pulse MCP into multi-step agents that periodically check for alert conditions, draft stakeholder updates, and route escalations β all without human-in-the-loop analysis.
π Resources
π Website: wpulse.org
π MCP Protocol Docs: modelcontextprotocol.io
π CDC PLACES Data: cdc.gov/places
π Issues / Support: wpulse.org
π License
This server is available under an Institutional License. Please visit wpulse.org for licensing details and institutional access.
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/prmail/wellpulse_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server