Skip to main content
Glama

Vite MCP Server

by ESnark

monitor-network

Track and analyze network requests in the browser over a specified duration. Filter requests by URL pattern to monitor specific activity during development or debugging.

Instructions

Monitors network requests in the browser for a specified duration

Input Schema

NameRequiredDescriptionDefault
durationNoDuration in milliseconds to monitor (default: 5000)
urlPatternNoURL pattern to filter (regex string)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "duration": { "description": "Duration in milliseconds to monitor (default: 5000)", "type": "number" }, "urlPattern": { "description": "URL pattern to filter (regex string)", "type": "string" } }, "type": "object" }

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/ESnark/blowback'

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