SRIFT
Secure P2P File Transfer, Encrypted Chat & Communication | Decentralized P2P & AES-256-GCM encryption | Zero cloud logs.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- Srift Start Session: Create a new SRIFT secure session. Returns the 7-character session ID and a shareable URL. The host approves all future joins. E2EE keys derive locally from the session ID + optio
- Srift Join Session: Request to join an existing SRIFT session by its 7-character session ID. The host must approve before transfers/chat work.
- Srift Session Status: Get current session details: id, role (host/guest), connection state, pending join requests, peer count.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Secure P2P File Transfer, Encrypted Chat & Communication | Decentralized P2P & AES-256-GCM encryption | Zero cloud logs. Zero registration. For humans and autonomous AI agents / MCP servers.
Список инструментов сервера (8)
Технические названия из tools/list. Нужны только разработчикам.
| srift_start_session | Create a new SRIFT secure session. Returns the 7-character session ID and a shareable URL. The host approves all future joins. E2EE keys derive locally from the session ID + optional roomSecret. |
| srift_join_session | Request to join an existing SRIFT session by its 7-character session ID. The host must approve before transfers/chat work. |
| srift_session_status | Get current session details: id, role (host/guest), connection state, pending join requests, peer count. |
| srift_close_session | Close the active session. Flushes E2EE keys, disconnects signaling, clears chat history. |
| srift_approve_join | Host-only. Approve a pending guest join request by their temp user ID. |
| srift_reject_join | Host-only. Reject a pending guest join request. |
| srift_kick_user | Host-only. Disconnect and ban a peer from the active room. |
| srift_list_transfers | List all active and recent transfers with progress, speed, ETA, and status. |