ENDPOINT 1
https://mcp.eqvps.com/mcp
MCP server metadata
- Name
- eqvps
- Version
- 1.0.1
Known tools 27
list_plansList all available VPS plans (catalog) with pricing, specs and the OS images each plan can boot.
Inferred read-onlyregister_accountCreate a new EQVPS customer account with first_name, last_name, email.
Potential side effectsset_passwordSet a password for THIS account (the one your bearer token belongs to).
Inferred read-onlytopup_balanceCreate a top-up invoice and return a `checkout_url` (PayRam crypto checkout).
Potential side effectslist_vpsList the account's ACTIVE VPS services — active, provisioning, and suspended servers (deleted/cancelled are excluded).
Inferred read-onlyget_vps_statusGet full detail for one VPS: status, specs, live VM state/uptime, and SSH access info (host, port, ready-to-paste `command`).
Potential side effectsset_hostnameSet the VPS hostname (valid DNS label; applied on next reboot/rebuild).
Inferred read-onlyget_vps_metricsTime-series resource metrics (CPU %, memory, network, disk) for a VPS.
Inferred read-onlydelegate_serviceGrant OPERATOR access to one of YOUR VPS to another person by email (they can power/reinstall/console/hostname/rdns, but NOT renew, cancel or change billing).
Potential side effectsaccept_delegationAccept a delegation invitation using the `token` from the invite link.
Inferred read-onlylist_delegationsList outgoing delegations you (the owner) have granted on your services — who has operator access to what, and its status.
Inferred read-onlylist_delegated_to_meList services other owners have delegated operator access to you — the VPS you can operate but don't own.
Inferred read-onlyrevoke_delegationRevoke a delegation by its id (owner revokes access, or a delegate declines their own).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.eqvps]
url = "https://mcp.eqvps.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"eqvps": {
"type": "http",
"url": "https://mcp.eqvps.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: eqvps
Remote MCP URL: https://mcp.eqvps.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"eqvps": {
"url": "https://mcp.eqvps.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"eqvps": {
"type": "http",
"url": "https://mcp.eqvps.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "eqvps",
"transport": "streamable-http",
"url": "https://mcp.eqvps.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for eqvps.com was fetched 2026-07-27T22:20:18.960Z and is being refreshed.
eqvps.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.