Skip to main content
Glama

Firefox MCP Server

by JediLuke

get_network_activity

Retrieve captured network requests and responses for a Firefox tab, filtered by type (XHR, WebSocket, Fetch) and limited by count. Use this tool to monitor and debug network activity during browser automation.

Instructions

Get captured network requests and responses

Input Schema

NameRequiredDescriptionDefault
filterNoall
limitNo
sinceNo
tabIdNo

Input Schema (JSON Schema)

{ "properties": { "filter": { "default": "all", "enum": [ "all", "xhr", "websocket", "fetch" ], "type": "string" }, "limit": { "default": 30, "type": "number" }, "since": { "type": "number" }, "tabId": { "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/JediLuke/firefox-mcp-server'

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