Serversai.nefesh/human-state
S

Nefesh — Real-Time Human State Awareness for AI

ai.nefesh/human-state · v4.0.0
● Remote
v4.0.0remote🌐 https://mcp.nefesh.ai/mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "ai.nefesh/human-state",
  "description": "Fuses biometric signals into a stress score (0-100) for AI adaptation. MCP + A2A native.",
  "title": "Nefesh — Real-Time Human State Awareness for AI",
  "repository": {
    "url": "https://github.com/nefesh-ai/nefesh-mcp-server",
    "source": "github"
  },
  "version": "4.0.0",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.nefesh.ai/mcp",
      "headers": [
        {
          "description": "API key. Get free at https://nefesh.ai/signup (1,000 calls/month) or connect without a key and use the request_api_key tool.",
          "isSecret": true,
          "name": "X-Nefesh-Key"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}