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

댓글

아직 댓글이 없습니다. 첫 번째가 되세요.

댓글 남기기

댓글은 표시되기 전에 검토됩니다.