Summer heat — everything melts, even our prices.−25%−25% on every annual plan, until Aug 31See plans
EQVPS

EQVPS MCP tools: the complete list (27 client + 25 reseller)

Aug 27, 2026 · 5 min read · EQVPS

The EQVPS MCP server exposes 27 client tools (for an AI agent to discover plans, open an account, pay in crypto and fully operate a VPS) and 25 reseller tools (for white-label partners on b2b.eqvps.com). Endpoint: https://mcp.eqvps.com/mcp (Streamable HTTP).

Auth model. list_plans, register_account, login and set_password are public; every other client tool needs a Bearer token from register_account. Reseller tools require a reseller key (rk_…) and are visible only on that session.

Client tools (27)

Discovery & auth

ToolAuthWhat it does
list_planspublicList all VPS plans: pricing, specs and the OS images each plan can boot. Call first.
register_accountpublicCreate an account (no password, no human step). Returns a Bearer token — your credential.
loginpublicLog in with email + password; returns a Bearer token.
set_passwordpublicSet a password to enable email+password login as a token-loss backup.
whoamiBearerReturn the authenticated account profile (id, name, email); verifies the token.

Balance & ordering

ToolAuthWhat it does
get_balanceBearerReturn prepaid credit balance and currency; order_vps spends from it.
topup_balanceBearerCreate a crypto top-up invoice; returns a PayRam checkout_url.
order_vpsBearerOrder a VPS by plan slug + os_id; pays from balance automatically.
pay_invoiceBearerPay an owned unpaid invoice; returns a PayRam checkout_url.

Server operations

ToolAuthWhat it does
list_vpsBearerList the account's VPS services (active, provisioning, suspended).
get_vps_statusBearerFull detail for one VPS: status, specs, live VM state and IP.
power_vpsBearerPower control: start, stop or reboot.
set_hostnameBearerSet the VPS hostname (applied on next reboot/rebuild).
reset_passwordBearerRotate the root password on the live VM.
reinstall_vpsBearerReinstall the OS — DESTRUCTIVE; confirm = exact hostname.
get_vps_metricsBearerTime-series CPU, memory, network and disk metrics.
cancel_serviceBearerCancel a VPS; end_of_period by default (immediate wipes data).

Delegation

ToolAuthWhat it does
delegate_serviceBearerGrant operator access to one of your VPS to another person by email.
accept_delegationBearerAccept a delegation invitation using its token.
list_delegationsBearerList outgoing delegations you granted on your servers.
list_delegated_to_meBearerList servers other owners delegated to you.
revoke_delegationBearerRevoke a delegation by id.

Support

ToolAuthWhat it does
create_ticketBearerOpen a support ticket (subject + message).
list_ticketsBearerList your support tickets with status and last message.
get_ticketBearerRead one ticket and its full message thread.
reply_ticketBearerPost a reply on one of your tickets.
close_ticketBearerClose a ticket; optional 1-5 rating and comment.

Reseller tools (25)

These are for resellers (b2b partners). They run under a reseller key rk_… obtained in the b2b cabinet — a normal client session never sees them.

Balance & plans

ToolAuthWhat it does
reseller_check_balancerk_Return your reseller wholesale balance (USD).
reseller_list_plansrk_List your plans (the constructor): spec, wholesale, retail.
reseller_create_planrk_Create a plan from resources; wholesale is computed, you set the markup.
reseller_edit_planrk_Edit a plan (spec, location, markup).
reseller_archive_planrk_Remove a plan from sale (archive).
reseller_restore_planrk_Restore an archived plan back to sale.

Clients

ToolAuthWhat it does
reseller_list_clientsrk_List your clients and their VMs.
reseller_add_clientrk_Add a client (email required).
reseller_edit_clientrk_Edit a client's email / name.
reseller_suspend_clientrk_Freeze a client (power off their VM).
reseller_unsuspend_clientrk_Unfreeze a client (power on their VM).
reseller_order_for_clientrk_Order a VM for a client on one of your plans.

VMs

ToolAuthWhat it does
reseller_service_statusrk_Provisioning status of your clients' VMs.
reseller_list_vmsrk_List your VMs (id, status, product, client).
reseller_vm_powerrk_VM power: start / stop / reboot.
reseller_vm_reset_passwordrk_Reset a VM root password.
reseller_vm_set_hostnamerk_Change a VM hostname.
reseller_vm_metricsrk_VM metrics (CPU / RAM / disk / network).
reseller_vm_detailsrk_VM details: IP / hostname / password (white-label delivery).
reseller_vm_cancelrk_Terminate a client's VM.

Support

ToolAuthWhat it does
reseller_create_ticketrk_Open an EQVPS support ticket.
reseller_list_ticketsrk_List your support tickets.
reseller_get_ticketrk_Read a ticket with its thread.
reseller_reply_ticketrk_Reply to a ticket.
reseller_close_ticketrk_Close a ticket.

Looking for the earlier, shorter reference? See the original 16-tool reference. This page is the current, complete list.

FAQ

How do I call these tools?

Connect an MCP client to `https://mcp.eqvps.com/mcp` (Streamable HTTP) and invoke a tool by name. Client tools need a Bearer token from `register_account`; reseller tools need a `rk_…` key from the b2b cabinet.

What is the difference between client and reseller tools?

Client tools (27) buy and operate your own VPS. Reseller tools (25) let a white-label partner build plans, manage clients and provision VMs for them on b2b.eqvps.com.

Which tools are destructive?

`reinstall_vps`, immediate `cancel_service`, `reset_password` and `reseller_vm_cancel` wipe or reset a VM — confirm with the human first.

← Back to blogSee plans & pricing →

Comments

No comments yet. Be the first.

Leave a comment

Comments are moderated before they appear.