← dopplervpn.org

INDIVIDUAL MCP TOOL

create_account

Create a Doppler VPN account (VPN-XXXX-XXXX-XXXX).

dopplervpn.orgnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.dopplervpn.org/api/agents/mcp

No auth detected

Connect to this endpoint to inspect the live schema for create_account and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

dopplervpn.org

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.doppler-vpn]
url = "https://www.dopplervpn.org/api/agents/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "doppler-vpn": {
      "type": "http",
      "url": "https://www.dopplervpn.org/api/agents/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: doppler-vpn
Remote MCP URL: https://www.dopplervpn.org/api/agents/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": {
    "doppler-vpn": {
      "url": "https://www.dopplervpn.org/api/agents/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "doppler-vpn": {
      "type": "http",
      "url": "https://www.dopplervpn.org/api/agents/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "doppler-vpn",
  "transport": "streamable-http",
  "url": "https://www.dopplervpn.org/api/agents/mcp"
}
MCP Inspector

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

Related tools

  • get_pricing — Doppler VPN plans, prices, trial and money-back terms.
  • get_servers — Aggregate VPN network map: active server count, countries, premium count, average load.
  • compare_vpns — Head-to-head comparison of Doppler VPN vs.
  • get_privacy — No-logs policy, jurisdiction, what is and isn't collected, and data retention.
  • validate_promo — Check whether a promo code is valid for an account and plan, and return its discount percent.
  • create_support_ticket — File a support ticket on a user's behalf.
  • get_checkout_link — Mint a short-lived web checkout URL for a HUMAN to complete payment.