stun-mcp
If you are the rightful owner of stun-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
STUN-MCP is a server that sends STUN (RFC8489) Binding Requests and returns the results.
STUN-MCP is a Model Context Protocol (MCP) server designed to handle STUN (Session Traversal Utilities for NAT) Binding Requests. It is implemented with minimal STUN packet processing, focusing on sending requests and returning results. This server is particularly useful for applications that require NAT traversal capabilities, such as VoIP and real-time communication services. By integrating with MCP, STUN-MCP can be used in various development environments, including Visual Studio Code, to facilitate network communication tasks. The server operates by sending a STUN request to a specified server and then processing the response to determine the public IP address and port of the client.
Features
- Minimal STUN packet processing for efficient operation.
- Integration with MCP for enhanced development environment compatibility.
- Support for sending STUN Binding Requests to specified servers.
- Ability to determine public IP and port for NAT traversal.
- Compatible with Visual Studio Code through agent mode.