Skip to main content
Glama

proxy_status

Check the proxy server's current operational status, port configuration, upstream settings, rule count, and traffic statistics to monitor network interception and modification activities.

Instructions

Get proxy running state, port, upstream config, rule count, and traffic count.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler for 'proxy_status' tool which retrieves proxy status using 'proxyManager.getStatus()'.
    server.tool(
      "proxy_status",
      "Get proxy running state, port, upstream config, rule count, and traffic count.",
      {},
      async () => {
        return {
          content: [{
            type: "text",
            text: JSON.stringify({ status: "success", ...proxyManager.getStatus() }),
          }],
        };
      },
    );
Install Server

Other Tools

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/yfe404/proxy-mcp'

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