← dopplervpn.org

INDIVIDUAL MCP TOOL

validate_promo

Check whether a promo code is valid for an account and plan, and return its discount percent.

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 validate_promo and invoke it with your own arguments.

Indexed 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 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.
  • create_account — Create a Doppler VPN account (VPN-XXXX-XXXX-XXXX).
  • 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.