Skip to main content
Glama
TrackLine
by TrackLine

hosts_list

List all available hosts in the Remnawave VPN panel for user, node, and subscription administration.

Instructions

List all Remnawave hosts

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler for 'hosts_list' tool which calls client.getHosts() to retrieve the list of hosts.
    'hosts_list',
    'List all Remnawave hosts',
    {},
    async () => {
        try {
            const result = await client.getHosts();
            return toolResult(result);
        } catch (e) {
            return toolError(e);
        }
    },

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/TrackLine/mcp-remnawave'

If you have feedback or need assistance with the MCP directory API, please join our Discord server