Skip to content

Remote MCP (mcp.brightdata.com) returns empty results while showing "success" in event logs #106

@TweedBeetle

Description

@TweedBeetle

Similar to #69, but affecting the remote MCP (mcp.brightdata.com/mcp?token=...) rather than the local npx version.

Symptoms

  • MCP event logs show status: success for all scrape_as_markdown requests
  • Tokens Used: 0 for all requests
  • URL column is empty in event logs
  • Requests never return content to the client (Claude Code in my case)
  • Client times out waiting for response

Event Log Evidence

Date,Tool,Event,Client Name,URL,Status,Tokens Used
2026-02-02T11:10:14.175Z,scrape_as_markdown,POST /request,claude-code (via mcp-remote 0.1.36),,success,0
2026-02-02T11:09:25.290Z,scrape_as_markdown,POST /request,claude-code (via mcp-remote 0.1.36),,success,0
2026-02-02T11:06:48.398Z,scrape_as_markdown,POST /request,claude-code (via mcp-remote 0.1.36),,success,0

Note: All show success but URL is empty and 0 tokens used.

Configuration

{
  "command": "npx",
  "args": ["mcp-remote", "https://mcp.brightdata.com/mcp?token=<redacted>"]
}

Workaround

Switched to local npx MCP with a newly created Web Unlocker zone:

{
  "command": "npx",
  "args": ["@brightdata/mcp"],
  "env": {
    "API_TOKEN": "<token>",
    "WEB_UNLOCKER_ZONE": "web_unlocker_custom_for_mcp",
    "PRO_MODE": "true"
  }
}

This works, but users shouldn't need to abandon the remote MCP.

Expected Behavior

Remote MCP should either:

  1. Return actual content (like local MCP does with fresh zone)
  2. Return an error if the underlying zone is in a bad state (not silent "success")

Account

  • Customer ID: hl_98bfdfae
  • Email: christo@9592.tech
  • Default zone mcp_unlocker was showing 1 request in dashboard with $0.0015 spent

Request

Could you investigate why the remote MCP's default mcp_unlocker zone returns empty results? The workaround is fine, but the silent failure mode (success + empty) is confusing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions