Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
EQVPS — Crypto VPS for AI agents logo

EQVPS — Crypto VPS for AI agents

Poiuyhje/eqvps-mcp
0 starsMITUpdated 2026-06-11Community

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Crypto-paid, no-KYC VPS that AI agents rent and operate end-to-end over MCP.

README.md

EQVPS — MCP Server

API-native, pay-per-use, no-KYC VPS hosting that AI agents can rent and run by themselves. EQVPS exposes a Model Context Protocol server so an autonomous agent can discover plans, create an account, pay with crypto, order a VPS, and fully operate it — no human in the loop, agents provision programmatically.

  • 🌐 Website: https://eqvps.com
  • 📚 Docs (REST + MCP): https://eqvps.com/docs
  • 🔌 MCP endpoint: https://mcp.eqvps.com/mcp (transport: streamable-http)
  • 💸 Payment: crypto only — USDC and USDT on Base and Ethereum, via a self-hosted non-custodial gateway (PayRam). No KYC.
  • 📝 Blog (guides): https://eqvps.com/blog

This is a hosted, commercial remote MCP server. Most tools require a Bearer token tied to a customer account with a prepaid crypto balance. Provisioning a VPS spends prepaid balance funded with topup_balance. Catalog tools (list_plans) are public.

What this server does

An AI agent can complete the entire VPS lifecycle on its own — no dashboard, no card, no identity check:

  1. Discoverlist_plans (public) returns plans, specs, prices, OS images.
  2. Sign upregister_account gives the agent a Bearer token instantly (no email, no OTP, no human step).
  3. Fundtopup_balance returns a crypto checkout URL; pay in USDC/USDT to load a prepaid balance.
  4. Provisionorder_vps creates a VPS from the balance; get_vps_status returns live state and SSH access.
  5. Operate — power, hostname, root-password reset, reinstall, metrics, cancel — all over MCP.

Authentication (two paths — do not mix)

  • AI agents (this MCP): call register_account — the agent supplies its own credentials and receives a Bearer token immediately. No email, no OTP, no human step. Send it as Authorization: Bearer <token>.
  • Humans (website only): passwordless email OTP — for people in a browser. Agents cannot use this (they cannot read email).

An MCP agent must use register_account, never the email-OTP human flow. If a model suggests "wait for a code from your email", that is wrong for agents — the agent already holds its token from register_account.

Quickstart

Claude Code — one command:

claude mcp add --transport http eqvps https://mcp.eqvps.com/mcp

Generic MCP client — JSON config:

{
  "mcpServers": {
    "eqvps": {
      "url": "https://mcp.eqvps.com/mcp",
      "transport": "streamable-http"
    }
  }
}

Remote server — no install, no Docker. Point any MCP client at the endpoint above. Machine-readable manifest: /.well-known/mcp.json (live at https://eqvps.com/.well-known/mcp.json).

Then, in plain language:

Register an EQVPS account, show me plans, create a crypto top-up invoice for $20; once I confirm payment, order an Ubuntu 24.04 VPS and give me its SSH access.

  • The agent does everything via tools except funding: a human sends crypto to the top-up invoice once. After the balance is funded, repeat orders are fully hands-off.

Tools (21)

| Tool | Auth | Description | |------|------|-------------| | list_plans | public | List available VPS plans with pricing, specs and OS images. | | register_account | public | Create an EQVPS account (programmatic signup, no human in the loop). Returns a Bearer token. | | login | public | Log in with email + password; returns a Bearer token. | | whoami | bearer | Return the authenticated account profile. | | get_balance | bearer | Return prepaid credit balance and currency. | | topup_balance | bearer | Create a crypto top-up invoice; returns a checkout URL. | | order_vps | bearer | Order a VPS by plan slug + OS id (pays from prepaid balance). | | pay_invoice | bearer | Pay an owned unpaid invoice; returns a crypto checkout URL. | | list_vps | bearer | List the account's VPS services (id, status, plan). | | get_vps_status | bearer | Full detail for one VPS: status, specs, live VM state/uptime, SSH access. | | power_vps | bearer | Power-control a VPS: start, stop or reboot. | | set_hostname | bearer | Set the VPS hostname (DNS label; applied on reboot/rebuild). | | reset_password | bearer | Reset the VPS root password. | | reinstall_vps | bearer | Destructive: wipe and reinstall the VPS with a given OS image. | | cancel_service | bearer | Cancel a VPS: end_of_period (safe default — runs until the paid period ends) or immediate (destroys VM + data, requires confirm=hostname). | | get_vps_metrics | bearer | Time-series resource metrics (CPU, memory, network, disk) for a VPS. | | delegate_service | bearer | Grant OPERATOR access to one of your VPS to another person by email (power/reinstall/console/hostname/rDNS, but not billing). Sends an invite; optional time limit. Owner-only. | | accept_delegation | public | Accept a delegation invite using the token from the invite link. Returns a Bearer token for the delegated account. | | list_delegations | bearer | List outgoing delegations you granted — who has operator access to what, and its status. | | list_delegated_to_me | bearer | List services other owners delegated operator access to you. | | revoke_delegation | bearer | Revoke a delegation by id (owner revokes, or delegate declines). The other side is notified. |

Typical agent flow

list_plansregister_accounttopup_balance (pay crypto) → order_vpsget_vps_status (SSH access) → operate (power_vps, set_hostname, reinstall_vps, get_vps_metrics, cancel_service).

Example client

This repository documents the hosted EQVPS MCP server (mcp.eqvps.com) and ships a minimal example client — you do not run a server yourself. To try the connection and list plans:

npm install
node examples/connect.mjs      # connects to mcp.eqvps.com, prints tools + list_plans

Point EQVPS_MCP_URL at a different endpoint if needed. The example uses only the public list_plans tool; authenticated tools need a Bearer token from register_account.

About

EQVPS is API-native, pay-per-use VPS hosting for humans and AI agents. NVMe storage, full root, instant deploy, EU nodes. Crypto payment (USDC/USDT on Base and Ethereum), no KYC. Registered in the Official MCP Registry as io.github.Poiuyhje/eqvps.

License

MIT.

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Finance & Payments servers.