distantorigin/mcp-telnet
If you are the rightful owner of mcp-telnet 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.
MCP-Telnet is a server that facilitates interaction with telnet-based services, enabling seamless integration with various text-based interfaces and legacy systems.
Tools
Functions exposed to the LLM to take actions
set_llm_identity
Set the identity of the connected LLM
get_llm_identity
Get the current identity of the connected LLM
connect_telnet
Connect to a telnet server by name or host/port. Supports both plain telnet and SSL/TLS encrypted connections.
send_command
Send a command to the telnet server
get_buffer
Get the current response buffer without sending a command
connection_status
Get the current status of the telnet connection
disconnect_telnet
Disconnect from the telnet server
list_saved_connections
List all saved connections
get_session_logs
Get telnet session logs with clear session boundaries
update_connection_memory
Update memory for a saved connection
get_connection_memory
Get memory information for a saved connection
wait
Wait for a specified number of seconds before the next command
sequence_commands
Send a sequence of commands with delays between them
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client