← 返回
未分类 Key 中文

EQVPS

Provision and manage a cloud VPS for your agent — pick a plan, deploy a server, and get SSH access through the EQVPS API.
通过 MCP 租用并运营无 KYC 云 VPS — 选套餐、部署、获取 root SSH。可使用加密货币(USDC/USDT)或信用卡付款。
poiuyhje poiuyhje 来源
未分类 clawhub v1.0.2 2 版本 100000 Key: 需要
★ 1
Stars
📥 70
下载
💾 0
安装
2
版本
#latest

概述

EQVPS — rent and manage a VPS for your agent

EQVPS is a crypto-native, no-KYC hosting provider with a programmatic, agent-friendly

API and MCP server. Use this skill when the user asks to spin up, deploy, list, or

manage a virtual private server (VPS) — e.g. to host a bot, a website, a script, or any

workload that needs to run somewhere persistent.

This is a paid third-party service. Servers are billed from a prepaid account

balance. The user funds the balance with **crypto (USDC / USDT on Base, Ethereum or

Tron) or a card** (Apple Pay / Google Pay work at checkout). The agent must show prices

and get the user's explicit confirmation before any paid action, and must never spend

beyond the funded balance.

Setup (one time)

EQVPS exposes a Model Context Protocol (MCP) server. Add it to your openclaw.json

so its tools become available, then restart the OpenClaw gateway:

{
  "mcpServers": {
    "eqvps": { "url": "https://mcp.eqvps.com/mcp" }
  }
}

It is a Streamable HTTP MCP server; if your OpenClaw version needs an explicit

transport/type field, see the OpenClaw MCP docs. Once connected, all 16 EQVPS tools

appear automatically:

  • Account: register_account, login, whoami
  • Billing: get_balance, topup_balance, pay_invoice
  • Catalog & order: list_plans, order_vps
  • Manage: list_vps, get_vps_status, power_vps, reinstall_vps,

set_hostname, reset_password, get_vps_metrics, cancel_service

Each tool describes its own input fields — read them before calling.

Workflow

  1. Account. If EQVPS_API_TOKEN is set, you already have an account — go to step 3.

Otherwise call register_account (email), store the returned token, and tell the

user to save it as EQVPS_API_TOKEN for next time. Use whoami to verify a token.

  1. Funds. Call get_balance. If it is too low for the chosen plan, call

topup_balance — it returns a checkout link (pay with crypto or card). Tell the user

the amount, let them complete and confirm payment, and do not proceed until the

balance reflects it. (pay_invoice does the same for an existing unpaid invoice.)

  1. Plan. Call list_plans and show the user the options with prices. There are two

kinds: NAT (shared IP, SSH over a port — cheapest, good for bots/agents) and

dedicated-IP (own IP, all ports — for sites/mail). Confirm the choice and that the

user accepts the cost.

  1. Deploy. Call order_vps with the chosen plan and OS. This draws from the balance.
  2. Access. Call get_vps_status for the IP, SSH port, and root credentials once

provisioning completes. Give these to the user and treat credentials as secret.

  1. Manage. Use power_vps (start/stop/reboot), reinstall_vps, set_hostname,

reset_password, get_vps_metrics (CPU/RAM/disk usage), list_vps. Use

cancel_service to stop billing a server no longer needed.

Rules

  • Always show the price and get explicit user confirmation before topup_balance,

pay_invoice and order_vps. Money actions are never silent.

  • Never order a server the balance cannot cover.
  • Treat API tokens and root credentials as secrets: show them to the user, do not log

or post them anywhere else.

  • If the user only wants information (plans, status, balance), do not place any order.

版本历史

共 2 个版本

  • v1.0.2 当前
    2026-06-17 20:00
  • v1.0.0
    2026-06-09 19:15

安全检测

腾讯云安全 (Keen)

队列中

腾讯云安全 (Sanbu)

队列中

🔗 相关推荐

it-ops-security

1password

steipete
设置和使用 1Password CLI (op)。适用于:安装 CLI、启用桌面应用集成、登录(单/多账户)、通过 op 读取/注入/运行密钥。
★ 53 📥 31,806
it-ops-security

MoltGuard - Security & Antivirus & Guardrails

thomaslwang
MoltGuard — OpenClaw 安全守卫,由 OpenGuardrails 提供。安装后可防止您和您的用户受到提示注入、数据泄露及恶意行为的侵害。
★ 116 📥 31,028
it-ops-security

OpenClaw Backup

alex3alex
备份与恢复 OpenClaw 数据。适用于创建备份、设置自动备份计划、从备份恢复或管理备份轮转。处理 ~/.openclaw 目录归档并包含适当的排除规则。
★ 90 📥 31,091