Skip to content
Back to search
100
MCP live v4.0.0 streamable-http

Nefesh — Real-Time Human State Awareness for AI

ai.nefesh/human-state

Fuses biometric signals into a stress score (0-100) for AI adaptation. MCP + A2A native.

Uptime
24.0%
50 probes
Response
102ms
last probe
Tools
6
callable

Tools · 6

get_human_state

Get current unified human state for a session. Call this before generating important responses. Returns: - state: calm | relaxed | focused | stressed | acute_stress - stress_score: 0-100 …

ingest

Send biometric signals from any sensor, get unified state back. Required: session_id + timestamp (ISO 8601) + at least one signal. Send whatever you have — the API fuses all signals into one …

get_trigger_memory

Retrieve psychological trigger profile for a subject. Returns which conversation topics consistently cause stress (active triggers) and which have been resolved over time. - active triggers:…

get_session_history

Get state history for a session over time. Returns timestamped datapoints with stress_score, state, and heart_rate for each observation. Includes an overall trend: rising | falling | stable. …

request_api_key

Request a free Nefesh API key. No existing API key needed for this call. IMPORTANT: You MUST ask the user for their real email address before calling this tool. Do NOT invent, guess, or gener…

check_api_key_status

Check the status of a pending API key request. Use the exact same email the user provided to request_api_key. Poll this every 10 seconds. Once the user clicks the verification link in the…

Similar MCP servers embedding-nearest

io.github.Nicodemus941/health-api
Clinical AI for lab analysis, biomarker scoring, health narratives, and risk insights.
0 tools
DELPHI Oracle
Real-time AI intelligence signals and temporal knowledge graph for agent economy
0 tools · streamable-http
HivePulse
Real-time health monitoring and heartbeat tracking for agent services
0 tools · streamable-http
Afferens
Real-time sensor data including object detection, position, audio, and environmental readings for AI agents.
0 tools
HefestoAI live
Pre-commit code quality guardian. Detects semantic drift in AI-generated code.
4 tools · streamable-http
io.github.nicodemus941/health-api
Clinical AI for lab analysis, biomarker scoring, health narratives, and risk insights.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "nefesh_—_real-time_human_state_awareness_for_ai": {
      "url": "https://mcp.nefesh.ai/mcp",
      "transport": "streamable-http"
    }
  }
}