Skip to content

Commit 8a8096a

Browse files
authored
Update README.md
1 parent 6cdf0a2 commit 8a8096a

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
A Model Context Protocol (MCP) server that provides raw TCP socket access, enabling AI models to interact directly with network services using raw TCP Sockets.
44
Supports multiple concurrent connections, buffering of response data and triggering automatic responses.
55

6+
Many network services and IoT devices communicate via raw TCP protocols that aren't covered by existing HTTP-based MCP servers. TcpSocketMCP enables:
7+
8+
Direct interaction with embedded devices and IoT systems
9+
Network protocol debugging and testing
10+
Legacy system integration without HTTP wrappers
11+
Protocol reverse engineering and analysis
12+
Automated responses via trigger patterns (useful for IRC, telnet, custom protocols)
13+
This addresses the need for low-level network access that several community members have expressed, particularly for industrial automation, IoT development, and network security testing scenarios.
14+
615
## Demo
716

817
![Demo 1](https://raw.githubusercontent.com/SpaceyKasey/TcpSocketMCP/main/assets/Demo1.gif)
@@ -195,4 +204,4 @@ Many text protocols (HTTP, SMTP, IRC) require specific line endings. Use hex enc
195204

196205
## License
197206

198-
MIT
207+
MIT

0 commit comments

Comments
 (0)