INDIVIDUAL MCP TOOL
data_tables
List the tables / collections / keys of a database on one of your servers — passwordless, over the same local-client path as data_query.
LIVE ENDPOINT
https://termal.in/api/v1/mcp
Connect to this endpoint to inspect the live schema for data_tables and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.termalin]
url = "https://termal.in/api/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"termalin": {
"type": "http",
"url": "https://termal.in/api/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: termalin
Remote MCP URL: https://termal.in/api/v1/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"termalin": {
"url": "https://termal.in/api/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"termalin": {
"type": "http",
"url": "https://termal.in/api/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "termalin",
"transport": "streamable-http",
"url": "https://termal.in/api/v1/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
hosts_list— List the servers reachable through Termalin (your tunnel agents).generate_password— Generate a strong random password — handy when creating a user or setting a password on a server.ssh_exec— Run a single shell command on one of your servers and return its combined output.sftp_list— List a directory on one of your servers over SFTP.sftp_read— Read a text file from one of your servers over SFTP and return its contents.sftp_write— Create or overwrite a text file on one of your servers over SFTP.data_query— Run a database query on one of your servers — passwordless.