Labsco
henrydyson logo

MCP WebSocket Server

โ˜… 1

from henrydyson

A WebSocket server for handling mail operations.

๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedFreeQuick setup

MCP WebSocket Server

A Model Context Protocol (MCP) server that operates over WebSocket. Designed for mail operations and communication.

Features

  • ๐Ÿ”Œ WebSocket connection
  • ๐Ÿ“ง Mail retrieval and search
  • ๐Ÿ“Š Mail statistics
  • ๐Ÿš€ Can be hosted on Render.com
  • ๐Ÿฅ Health check endpoint

API Endpoints

  • / - Web interface
  • /health - Health check endpoint
  • /mcp - WebSocket endpoint for MCP

Available Tools

  • test_baglanti - Test the connection
  • mail_getir - Get the latest mail for a specified email address
  • mail_ara - Search within mail content
  • mail_istatistik - Show mail statistics

Testing

Test your deployment:

  • Main page: https://mcp-websocket-server.onrender.com/
  • Health check: https://mcp-websocket-server.onrender.com/health
  • WebSocket: wss://mcp-websocket-server.onrender.com/mcp

Test the WebSocket connection directly:

npm install -g wscat
wscat -c wss://mcp-websocket-server.onrender.com/mcp