Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

in.termal/termalin-web

in.termal/termalin-web

Run commands and read/write files on your servers over Termalin's keyless tunnels (hosted MCP).

Uptime
100.0%
1 direct probes · 30d
Response
185ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
0
available

Tools · 6

hosts_list

List the servers reachable through Termalin (your tunnel agents). Returns id, name, whether the server is online, and the default login user. Use the id with ssh_exec.

generate_password

Generate a strong random password — handy when creating a user or setting a password on a server. Returns the password only; nothing is stored.

ssh_exec

Run a single shell command on one of your servers and return its combined output. Runs keyless over Termalin's tunnel — no SSH key, and the server needs no open inbound port.

sftp_list

List a directory on one of your servers over SFTP. Returns each entry's name, whether it's a directory, size and modified time. Runs keyless over Termalin's tunnel, like ssh_exec.

sftp_read

Read a text file from one of your servers over SFTP and return its contents. Files over 512 KB or non-text (binary) files are refused — use ssh_exec (e.g. sed/tail) for those.

sftp_write

Create or overwrite a text file on one of your servers over SFTP. 'content' is written as UTF-8. Capped at 512 KB; for binary uploads use a terminal/scp instead.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "in.termal/termalin-web": {
      "url": "https://termal.in/api/v1/mcp",
      "transport": "streamable-http"
    }
  }
}