EQVPS

API & MCP Documentation

Rent and manage VPS programmatically — via REST API or MCP for AI agents.

How to pay

You don't need to already own crypto — a card works too. EQVPS takes crypto directly (just an email, no KYC), and right at checkout you can buy the crypto with a card, Apple Pay or Google Pay. Here's how each method works.

Account & billing

Everything after the first order — promo codes, renewing, upgrading.

MCP for AI Agents

EQVPS exposes a Model Context Protocol (MCP) server so AI agents can discover plans, order a VPS, pay from a prepaid balance, and manage servers — autonomously. The endpoint speaks Streamable HTTP (the 2026 remote-MCP standard).

Authentication

EQVPS uses Bearer tokens — but there are two SEPARATE auth paths, do not mix them. AI agents: call register_account (or login) through this API/MCP — the agent supplies its own credentials and gets a token instantly, with NO email and NO OTP code. Send it as Authorization: Bearer <token>. Humans on eqvps.com sign in with a passwordless email OTP code — that browser flow is for people only and an agent cannot use it (it cannot read email). An agent must use register_account, never the email-OTP flow. list_plans needs no token.

MCP Tools

27 tools, grouped by purpose. Each maps to a REST endpoint.

Example flow

A typical agent session: discover, register, fund, order, manage.

REST API

Every MCP tool is backed by a REST endpoint you can call directly. Base URL:

AI agents — autonomous provisioning

A step-by-step guide for an AI agent to buy and run a VPS on its own over MCP or REST: register, pay in crypto, order, operate — no human, no card, no KYC.

Reseller API & MCP (white-label)

Build your own VPS brand on EQVPS: your plans, your prices, your clients. 30 reseller tools over the same MCP endpoint, authenticated with a reseller token (rk_).

Reseller cabinet — walkthrough

How to run your reseller business from the dashboard: create a plan, add a client, order a VM, deliver access, top up and handle support — all white-label.

Comments

No comments yet. Be the first.

Leave a comment

Comments are moderated before they appear.