Skip to main content
Glama
projectakshith

NitroStack Starter Template

netsniff

mcp server to sniff website traffic and inspect network requests.

features

  • intercepts all network request resource types (documents, scripts, stylesheets, images, fonts, fetch, and xhr) using raw chromium cdp.

  • captures timing breakdowns, initiator stack traces, target ip and port, cookies, and response bodies.

  • saves captured traffic to traffic.json in the root directory.

  • includes a command line interactive utility to filter and view captured requests.

Related MCP server: NitroStack Calculator MCP Server

scripts

  • npm run build: compile typescript code to dist.

  • npm run start: compile typescript and run the stdio mcp server.

  • node scratch/run-sniffer-tool.js <url>: run the sniffer against a URL directly from the terminal.

  • node scratch/inspect-traffic.js list: list all captured network requests.

  • node scratch/inspect-traffic.js filter <type>: filter requests by type (e.g. Fetch, Script).

  • node scratch/inspect-traffic.js view <id>: inspect details (headers, body) of a specific request.

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    Not graded
    quality
    C
    maintenance
    This MCP server provides calculator tools, resources, and prompts for arithmetic operations, and serves as a minimal template for learning NitroStack fundamentals.
  • F
    license
    C
    quality
    C
    maintenance
    A minimal MCP server template for learning NitroStack fundamentals, featuring a calculator module with tools, resources, and prompts.
    9

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

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/projectakshith/netsniff'

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