Skip to main content
Glama

auth_capture

Intercept network requests matching a URL pattern to capture authentication headers (e.g., Authorization, Cookie) from browser memory.

Instructions

⭐ Intercept the next N requests matching a URL pattern and return their headers (Authorization, Cookie, X-CSRF-*, etc.) — useful for SPAs that hold bearer tokens in JS memory and never write them to localStorage.

Pattern: substring match on URL (case-sensitive). For regex use
network_get instead.

Args:
    filter_url_pattern: e.g. "/api/" or "graphql"
    count: stop capturing after this many matches (default 1)
    timeout: max seconds to wait (default 10)
    include_response_headers: also wait for + return response headers

Returns JSON array of {url, method, request_headers, request_body,
[response_headers, status]}.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filter_url_patternYes
countNo
timeoutNo
include_response_headersNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

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/RobithYusuf/mcp-stealth-chrome'

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