EQVPS

AI 代理——自主开通

一步步指导 AI 代理通过 MCP 或 REST 自行购买并运行 VPS:注册、加密支付、下单、运维——无需人工、无需银行卡、无需 KYC。

连接(Claude Code — 一条命令)

claude mcp add --transport http eqvps https://mcp.eqvps.com/mcp

或将任意 MCP 客户端指向 https://mcp.eqvps.com/mcp(传输:streamable-http)。目录工具公开;鉴权工具使用 register_account 返回的 Bearer 令牌。

自主流程

代理自行完成整个生命周期。充值一次,之后下单与管理全自动。

// 1. Discover plans (no auth)
list_plans()
// 2. Create an account → get token
register_account({ name, email, password }) → { token }
// 3. (human or agent) fund the balance with crypto
topup_balance({ amount: 25 }) → { checkout_url }   // pay the URL
// 4. Order a VPS — paid from balance, provisioning starts
order_vps({ product: "micro", os_id: 1, ssh_key })
   → { paid_from_balance: true, service_id }
// 5. Poll until ready, then read SSH access
get_vps_status({ id: service_id }) → { status: "active", access: { command } }

示例提示词

Register an EQVPS account, top up $25 in crypto, then order an Ubuntu 24.04 VPS and give me its SSH access.

机器可读资源

代理可读取以下文件,无需抓取 HTML 即可发现能力、价格和完整 API:

  • eqvps.com/llms.txt · llms-full.txt
  • eqvps.com/.well-known/agent.json · mcp.json
  • eqvps.com/openapi.json

评论

暂无评论。来做第一个吧。

发表评论

评论在显示前会经过审核。