وكلاء الذكاء — تجهيز ذاتي
دليل خطوة بخطوة لوكيل ذكاء اصطناعي ليشتري ويشغّل VPS بنفسه عبر MCP أو REST: تسجيل، دفع بالعملات المشفّرة، طلب، تشغيل — دون بشر أو بطاقة أو KYC.
الاتصال (Claude Code — أمر واحد)
claude mcp add --transport http eqvps https://mcp.eqvps.com/mcpأو وجّه أي عميل MCP إلى https://mcp.eqvps.com/mcp (النقل: streamable-http). أدوات الكتالوج عامة؛ الأدوات المُصادَقة تستخدم رمز Bearer من register_account.
التدفّق الذاتي
يُنفّذ الوكيل الدورة كاملة بنفسه. اشحن مرة واحدة؛ بعدها الطلب والإدارة دون تدخّل.
// 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.موارد قابلة للقراءة آليًا
ملفات يقرأها الوكيل لاكتشاف القدرات والأسعار وكامل الـAPI دون تحليل HTML:
- eqvps.com/llms.txt · llms-full.txt
- eqvps.com/.well-known/agent.json · mcp.json
- eqvps.com/openapi.json
التعليقات
لا تعليقات بعد. كن الأول.