-
Notifications
You must be signed in to change notification settings - Fork 255
Open
Description
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: successfor allscrape_as_markdownrequests Tokens Used: 0for all requestsURLcolumn 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,0Note: 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:
- Return actual content (like local MCP does with fresh zone)
- 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_unlockerwas 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels