NR
Nefesh — Real-time Human State Awareness
/ingest
ingest
Send biometric signals from any sensor, get unified state back. Required: session_id + timestamp (ISO 8601) + at least one signal. Send whatever you ha
liveverifiedunknown~5s typical
mcpprobednefesh—real-time
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-nefesh-human-state /ingest for me.
Input
| Field | Type | Description |
|---|---|---|
| session_id* | string | |
| timestamp* | string | |
| heart_rate | string | |
| rmssd | string | |
| sdnn | string | |
| spo2 | string | |
| pnn50 | string | |
| mean_ibi | string | |
| ibi_count | string | |
| tone | string | |
| speech_rate | string | |
| pitch_variability | string | |
| expression | string | |
| gaze | string | |
| posture | string | |
| engagement | string | |
| sentiment | string | |
| urgency | string | |
| glucose_mg_dl | string | |
| glucose_mmol_l | string |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-nefesh-human-state","endpoint":"/ingest","input":{"session_id":"...","timestamp":"..."}}'cli
npx cracked-ai run -p mcp-ai-nefesh-human-state -e /ingest -i '{"session_id":"...","timestamp":"..."}'mcp
run_tool({ provider: "mcp-ai-nefesh-human-state", endpoint: "/ingest", input: {"session_id":"...","timestamp":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.