← servprivate.com

INDIVIDUAL MCP TOOL

topup_create

Top up your USD balance with crypto.

servprivate.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

servprivate.com

CONNECT 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.servprivate-com]
url = "https://servprivate.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "servprivate-com": {
      "type": "http",
      "url": "https://servprivate.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: servprivate-com
Remote MCP URL: https://servprivate.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": {
    "servprivate-com": {
      "url": "https://servprivate.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "servprivate-com": {
      "type": "http",
      "url": "https://servprivate.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "servprivate-com",
  "transport": "streamable-http",
  "url": "https://servprivate.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_plans — List all VPS, dedicated, RDP or GPU plans with prices per location.
  • list_locations — List the 7 offshore jurisdictions ServPrivate operates in, with privacy/legal features.
  • quote — Calculate the final price (USD) for a plan + location + billing period, including discounts and any RAM / disk / extra-IP upgrades.
  • create_order — Deploy a server from your USD balance.
  • topup_bonus — Return the bonus credit tiers applied to top-ups.
  • account_balance — Return the current USD balance for an account.
  • payment_status — Poll the status of a top-up (or legacy crypto-direct order).
  • server_credentials — Fetch IP, root password and console URL for a server, once status is active.