Skip to content

Commit f6edd54

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

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +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+
## Motivation and Context
67
Many network services and IoT devices communicate via raw TCP protocols that aren't covered by existing HTTP-based MCP servers. TcpSocketMCP enables:
78

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)
9+
- Direct interaction with embedded devices and IoT systems
10+
- Network protocol debugging and testing
11+
- Legacy system integration without HTTP wrappers
12+
- Protocol reverse engineering and analysis
13+
- Automated responses via trigger patterns (useful for IRC, telnet, custom protocols)
14+
1315
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.
1416

1517
## Demo

0 commit comments

Comments
 (0)