AI agent — การจัดเตรียมอัตโนมัติ
คู่มือทีละขั้นตอนให้ AI agent ซื้อและรัน VPS ด้วยตัวเองผ่าน MCP หรือ REST: ลงทะเบียน จ่ายด้วยคริปโต สั่งซื้อ ใช้งาน — ไม่มีมนุษย์ ไม่มีบัตร ไม่ต้อง KYC
เชื่อมต่อ (Claude Code — คำสั่งเดียว)
claude mcp add --transport http eqvps https://mcp.eqvps.com/mcpหรือชี้ไคลเอนต์ MCP ใด ๆ ไปที่ https://mcp.eqvps.com/mcp (transport: streamable-http) เครื่องมือแคตตาล็อกเป็นสาธารณะ เครื่องมือที่ยืนยันตัวตนใช้โทเคน Bearer จาก register_account
ขั้นตอนอัตโนมัติ
agent รันวงจรชีวิตทั้งหมดเอง เติมเงินครั้งเดียว หลังจากนั้นการสั่งซื้อและจัดการไม่ต้องลงมือทำ
// 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.ทรัพยากรที่เครื่องอ่านได้
ไฟล์ที่ agent อ่านได้เพื่อค้นหาความสามารถ ราคา และ API แบบเต็มโดยไม่ต้อง scrape HTML:
- eqvps.com/llms.txt · llms-full.txt
- eqvps.com/.well-known/agent.json · mcp.json
- eqvps.com/openapi.json
ความคิดเห็น
ยังไม่มีความคิดเห็น เป็นคนแรกสิ