← dualclash.com

INDIVIDUAL MCP TOOL

get_faq

Return FAQ entries from the Dual Clash landing page.

dualclash.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://dualclash.com/mcp

No auth detected

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

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • get_site_info — Return Dual Clash site summary, brand, and support contact.
  • list_play_urls — List browser play URLs for Original Dual Clash and Dual Clash Party.
  • list_store_links — List App Store and Google Play links for Dual Clash.