Nefesh
@nefesh-ai
关于 Nefesh
Real-time human state awareness for AI agents. Fuses cardiovascular, vocal, visual, and textual signals into a unified stress score (0-100). MCP + A2A native. 7 tools, 4 A2A skills. Closed-loop adaptation feedback. Free tier available.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"nefesh": {
"url": "https://mcp.nefesh.ai/mcp",
"headers": {
"X-Nefesh-Key": "<YOUR_API_KEY>"
}
}
}
}工具
4Get current unified human state for a session. Returns stress level, active signals, confidence, and a default LLM behavior recommendation. Call before generating important responses. Not a medical device.
Send human signals from any sensor, get unified state back. session_id + timestamp + at least one signal required. Heart rate, glucose, EEG, voice tone, facial expression — send what you have. Not a medical device.
Get state history over time for a session. Returns timestamped state snapshots from the last N minutes. Useful for tracking stress trends. Not a medical device.
GDPR-compliant deletion of all data for a subject. Cascading delete: removes all sessions and stored signals for the given subject_id. Irreversible. Not a medical device.
概览
What is Nefesh?
Nefesh is an MCP server that gives AI agents real-time awareness of human physiological state. It accepts sensor data (heart rate, voice, facial expression, text sentiment) and returns a unified state with a machine-readable action for the agent, including adaptation_effectiveness on subsequent calls for closed-loop feedback.
How to use Nefesh?
Add the server URL to your MCP client config (e.g., ~/.cursor/mcp.json). Use Option A: connect without an API key and ask your agent to call request_api_key — after clicking a verification email, the agent retrieves the key automatically. Option B: sign up at nefesh.ai/signup for a free key (1,000 calls/month) and include it in the config headers. All agents connect via Streamable HTTP — no local installation required.
Key features of Nefesh
- Seven tools including
ingest,get_human_state, anddelete_subject - Self‑provisioning: agent fetches API key autonomously after email verification
- Returns
adaptation_effectivenesson second+ call for closed‑loop feedback - Free tier: 1,000 calls/month with no credit card
- No video/audio uploads; edge processing runs client‑side
- GDPR/BIPA compliant with
delete_subjectfor cascading deletion
Use cases of Nefesh
- AI coaching agents that adapt tone and timing based on user stress state
- Productivity assistants that pause or reframe tasks when detecting cognitive load
- Companion agents that respond to emotional signals with appropriate empathy
- Autonomous interview bots that modify pacing based on candidate facial expression
FAQ from Nefesh
How does Nefesh handle data privacy?
No video or audio is uploaded — edge processing runs client‑side. No PII is stored. The delete_subject tool enables cascading deletion for GDPR/BIPA compliance. Nefesh is not a medical device.
What are the rate limits and pricing?
Free tier: 1,000 calls/month, all signal types, 10 requests per minute. Paid Solo plan: $25/month for 50,000 calls. Enterprise plan offers custom SLA and pricing.
What transport does Nefesh use?
Streamable HTTP — no local installation needed. All MCP clients connect via a URL.
How does self‑provisioning work?
The agent calls request_api_key(email) without an API key. After you click a verification link, the agent polls check_api_key_status every 10 seconds and receives the key automatically.
What data can I delete?
You can delete all stored data for a subject using the delete_subject tool — this triggers full GDPR/BIPA‑compliant deletion.
其他 分类下的更多 MCP 服务器
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Nginx UI
0xJackyYet another WebUI for Nginx
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
评论