AIエージェント — 自律プロビジョニング
AIエージェントがMCPまたはRESTでVPSを自分で購入・運用するための手順ガイド:登録、暗号資産で支払い、注文、運用——人間・カード・KYC不要。
接続(Claude Code — 1コマンド)
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
コメント
まだコメントはありません。最初になりましょう。