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
45.5%
22 probes
Response
96ms
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

AI Success Story live
First-person AI war-stories from coding sessions, searchable via MCP for prior-art consultation.
7 tools · streamable-http
DepScope live
Package intelligence MCP for AI agents — 22 tools, 19 ecosystems, AGPL SDK, free.
22 tools · streamable-http
com.babyblueviper/invinoveritas live
Capital-scale-aware /review (Sentinel mode) + sandbox + inference for agent fleets. Lightning-paid.
17 tools · streamable-http
Taste live
Expert review for AI agents. On-chain proof of human review.
17 tools · streamable-http
global.rootz.cars/marketplace live
AI-native used car marketplace. 145K+ vehicles, 4300+ dealers, 13 US states, 20 MCP tools.
19 tools · streamable-http
Default Privacy live
Privacy Protocol directory, guides, diagnostics, formation intake. 23 tools, 7 resources, 6 prompts.
33 tools · streamable-http

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"
    }
  }
}