SRIFT

Secure P2P File Transfer, Encrypted Chat & Communication | Decentralized P2P & AES-256-GCM encryption | Zero cloud logs.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

  • 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.

What data it sees

Do you need an account

No: the server works without sign-in

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.

Server tool list (8)

Raw names from tools/list. Only developers need these.

srift_start_sessionCreate 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_sessionRequest to join an existing SRIFT session by its 7-character session ID. The host must approve before transfers/chat work.
srift_session_statusGet current session details: id, role (host/guest), connection state, pending join requests, peer count.
srift_close_sessionClose the active session. Flushes E2EE keys, disconnects signaling, clears chat history.
srift_approve_joinHost-only. Approve a pending guest join request by their temp user ID.
srift_reject_joinHost-only. Reject a pending guest join request.
srift_kick_userHost-only. Disconnect and ban a peer from the active room.
srift_list_transfersList all active and recent transfers with progress, speed, ETA, and status.