intercepting-requests

star 3

Intercepts requests and responses through the cdp MCP server. Use when the task involves blocking URLs, stubbing responses, modifying headers, or verifying network behavior during an automated browser session.

tmc By tmc schedule Updated 4/23/2026

name: intercepting-requests description: Intercepts requests and responses through the cdp MCP server. Use when the task involves blocking URLs, stubbing responses, modifying headers, or verifying network behavior during an automated browser session.

Intercepting Requests

Use this skill when the browser session needs network behavior that differs from the live page.

Quick start

  • Add rules with intercept_request or intercept_response
  • Inspect active rules with list_intercepts
  • Remove one rule with remove_intercept or clear all rules with all: true

Use this skill for

  • blocking known URLs during a scenario
  • fulfilling requests with synthetic responses
  • modifying request or response headers
  • checking the effect of rules with the live network log

Read next

Install via CLI
npx skills add https://github.com/tmc/cdp --skill intercepting-requests
Repository Details
star Stars 3
call_split Forks 1
navigation Branch main
article Path SKILL.md
More from Creator