get_vps_status — eqvps MCP Tool Read-only
get_vps_status
(get vps status) is one of 27 tools on the
eqvps
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call get_vps_status from your client
- Claude Code eqvps get_vps_status run in your project directory
- Claude Desktop eqvps get_vps_status ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor eqvps get_vps_status ~/.cursor/mcp.json
- VS Code eqvps get_vps_status .vscode/mcp.json
- Zed eqvps get_vps_status ~/.config/zed/settings.json
- Windsurf eqvps get_vps_status ~/.codeium/windsurf/mcp_config.json
- Cline eqvps get_vps_status ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI eqvps get_vps_status ~/.gemini/settings.json
- Grok eqvps get_vps_status .mcp.json (in your project root)
- ChatGPT eqvps get_vps_status Settings → Connectors → Advanced → Developer mode
- Claude.ai eqvps get_vps_status Settings → Connectors → Add custom connector
- LangChain eqvps get_vps_status pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http eqvps https://mcp.eqvps.com/mcp
Other tools on this server
- list_plans
- register_account
- login
- set_password
- whoami
- get_balance
- topup_balance
- order_vps
- pay_invoice
- list_vps
- power_vps
- set_hostname
- reset_password
- reinstall_vps
- get_vps_metrics
- cancel_service
- delegate_service
- accept_delegation
- list_delegations
- list_delegated_to_me
- revoke_delegation
- create_ticket
- list_tickets
- get_ticket
- reply_ticket
- close_ticket
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.