Skip to main content
Glama

proxy_clear_ja3_spoof

Disable JA3 fingerprint spoofing and stop curl-impersonate container to restore default TLS fingerprinting behavior.

Instructions

Disable fingerprint spoofing and stop curl-impersonate container.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The implementation of clearJa3Spoof, which clears the configuration, shuts down the container, and rebuilds the mockttp proxy rules.
    async clearJa3Spoof(): Promise<void> {
      this._ja3SpoofConfig = null;
      await shutdownSpoofContainer();
      if (this._running) await this.rebuildMockttpRules();
    }
  • The registration of the proxy_clear_ja3_spoof tool, which calls the proxyManager.clearJa3Spoof() method.
    // ── Clear JA3 spoof ──
    server.tool(
      "proxy_clear_ja3_spoof",
      "Disable fingerprint spoofing and stop curl-impersonate container.",
      {},
      async () => {
        try {
          await proxyManager.clearJa3Spoof();
          return {
            content: [{
              type: "text" as const,
              text: JSON.stringify({ status: "success", message: "JA3 spoofing disabled" }),
            }],
          };
        } catch (e) {

Tool Definition Quality

Score is being calculated. Check back soon.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yfe404/proxy-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server