AI agent — cấp phát tự động
Hướng dẫn từng bước để một AI agent tự mua và vận hành một VPS qua MCP hoặc REST: đăng ký, thanh toán bằng crypto, đặt, vận hành — không con người, không thẻ, không KYC.
Kết nối (Claude Code — một lệnh)
claude mcp add --transport http eqvps https://mcp.eqvps.com/mcpHoặc trỏ bất kỳ MCP client nào tới https://mcp.eqvps.com/mcp (transport: streamable-http). Các công cụ catalog là công khai; các công cụ đã xác thực dùng một Bearer token từ register_account.
Luồng tự động
Một agent tự chạy toàn bộ vòng đời. Nạp tiền một lần; sau đó, việc đặt và quản lý là không cần thao tác.
// 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 } }Prompt ví dụ
Register an EQVPS account, top up $25 in crypto, then order an Ubuntu 24.04 VPS and give me its SSH access.Tài nguyên máy đọc được
Các tệp mà agent có thể đọc để khám phá khả năng, giá và toàn bộ API mà không cần scrape HTML:
- eqvps.com/llms.txt · llms-full.txt
- eqvps.com/.well-known/agent.json · mcp.json
- eqvps.com/openapi.json
Bình luận
Chưa có bình luận nào. Hãy là người đầu tiên.