{
  "protocolVersion": "0.3.0",
  "name": "EQVPS",
  "description": "No-KYC crypto VPS an AI agent can buy and operate end-to-end by itself — register, pay in USDC/USDT/PYUSD, provision, get root — no human, no card, no verification. Reachable over a live MCP server (57 tools) and REST. Plans from $3/mo, servers in the EU.",
  "url": "https://mcp.eqvps.com/mcp",
  "preferredTransport": "JSONRPC",
  "provider": {
    "organization": "EQVPS",
    "url": "https://eqvps.com"
  },
  "version": "1.0.0",
  "documentationUrl": "https://eqvps.com/docs",
  "iconUrl": "https://eqvps.com/icon.png",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "supportedInterfaces": [
    {
      "url": "https://mcp.eqvps.com/mcp",
      "transport": "streamable-http",
      "description": "MCP server (live, 57 tools). Agents get a Bearer token via the register_account tool — no email/OTP/human step."
    },
    {
      "url": "https://api.eqvps.com/api/v1/eqvps",
      "transport": "rest",
      "description": "REST API. POST /auth/register returns a Bearer token. OpenAPI: https://eqvps.com/openapi.json"
    }
  ],
  "additionalInterfaces": [
    {
      "url": "https://mcp.eqvps.com/mcp",
      "transport": "streamable-http",
      "description": "MCP server (live, 57 tools). Agents get a Bearer token via the register_account tool — no email/OTP/human step."
    },
    {
      "url": "https://api.eqvps.com/api/v1/eqvps",
      "transport": "rest",
      "description": "REST API. POST /auth/register returns a Bearer token. OpenAPI: https://eqvps.com/openapi.json"
    }
  ],
  "securitySchemes": {
    "bearer": {
      "type": "http",
      "scheme": "bearer",
      "description": "Bearer token obtained autonomously via register_account (MCP) or POST /auth/register (REST) — no human step."
    }
  },
  "security": [
    {
      "bearer": []
    }
  ],
  "skills": [
    {
      "id": "order_vps",
      "name": "Order a VPS",
      "description": "Pick a plan + OS and provision a server (NAT or dedicated-IPv4). Root delivered in ~1 minute.",
      "tags": [
        "vps",
        "provision",
        "buy",
        "crypto",
        "no-kyc"
      ],
      "examples": [
        "Order a Nano NAT VPS with Ubuntu 24.04",
        "Provision a dedicated-IPv4 server and give me root"
      ]
    },
    {
      "id": "topup_and_pay",
      "name": "Top up balance & pay",
      "description": "Fund the account in USDC/USDT/PYUSD and pay an invoice — fully on-chain, no card.",
      "tags": [
        "payment",
        "crypto",
        "usdc",
        "usdt",
        "billing"
      ]
    },
    {
      "id": "list_plans",
      "name": "List plans & pricing",
      "description": "Public catalog of VPS plans with specs, OS images and prices. No auth.",
      "tags": [
        "catalog",
        "pricing",
        "public"
      ]
    },
    {
      "id": "control_vps",
      "name": "Control a VPS",
      "description": "Power on/off/reboot, set hostname, reset root password, reinstall OS, read live metrics.",
      "tags": [
        "power",
        "reinstall",
        "password",
        "metrics",
        "manage"
      ]
    },
    {
      "id": "manage_lifecycle",
      "name": "Manage service lifecycle",
      "description": "List services, check status, cancel, delegate access, open support tickets.",
      "tags": [
        "status",
        "cancel",
        "delegate",
        "support"
      ]
    },
    {
      "id": "whitelabel_reseller",
      "name": "White-label reseller ops",
      "description": "For rk_ reseller tokens: provision and manage VPS for end-clients under your own brand (30 reseller tools).",
      "tags": [
        "reseller",
        "white-label",
        "b2b"
      ]
    }
  ]
}