Skip to main content
Glama
funkyfunc

browser-dvr-mcp

by funkyfunc

browser_intercept_request

Intercept network requests by URL pattern to add delays, force failures, or return mock responses.

Instructions

Intercept matching network requests to inject delays, force failures, or return mock responses. Uses CDP Fetch domain for precise request-level control.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes"delay" = add latency, "fail" = reject the request, "mock" = inject custom mock response
delayMsNoDelay in ms (required for action="delay")
patternYesURL glob pattern to match (e.g., "*api*", "*graphql*")
mockResponseNoMock response configuration (required for action="mock")

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/funkyfunc/browser-dvr-mcp'

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