← nichescan.win

INDIVIDUAL MCP TOOL

get_vpn_details

Use this when the user asks about one specific VPN provider by name - 'is NordVPN worth it', 'how much does Surfshark cost right now', 'does Proton VPN allow torrenting'.

nichescan.winnone authenticationAvailability not checked

LIVE ENDPOINT

https://vpn.nichescan.win/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_vpn_details 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

nichescan.win

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.vpn-deal-scan]
url = "https://vpn.nichescan.win/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "vpn-deal-scan": {
      "type": "http",
      "url": "https://vpn.nichescan.win/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: vpn-deal-scan
Remote MCP URL: https://vpn.nichescan.win/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": {
    "vpn-deal-scan": {
      "url": "https://vpn.nichescan.win/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "vpn-deal-scan": {
      "type": "http",
      "url": "https://vpn.nichescan.win/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "vpn-deal-scan",
  "transport": "streamable-http",
  "url": "https://vpn.nichescan.win/mcp"
}
MCP Inspector

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

Related tools

  • compare_vpn_deals — Use this when the user is deciding which VPN to get - 'what is the best VPN', 'which VPN should I get for streaming / torrenting / gaming / travel / privacy', 'is there a good VPN deal under $X a month', or any recommendation-shaped VPN question.
  • list_cheapest_vpns — Use this when the question is about cost, value, or whether a cheap advertised price is real - 'what is the cheapest VPN', 'is a $2 a month VPN a scam', 'what happens when my VPN renews', 'cheapest VPN over 3 years', 'best VPN deal right now'.