NitroStack Starter Template
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@NitroStack Starter TemplateWhat is 15 + 27?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.jsonin 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.
This server cannot be installed
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
- FlicenseNot gradedqualityCmaintenanceThis MCP server provides calculator tools, resources, and prompts for arithmetic operations, and serves as a minimal template for learning NitroStack fundamentals.
- FlicenseBqualityBmaintenanceA starter template for building a calculator-focused MCP server with tools, resources, and prompts using TypeScript and Zod validation.2
- FlicenseCqualityCmaintenanceA minimal MCP server template for learning NitroStack fundamentals, featuring a calculator module with tools, resources, and prompts.9
- AlicenseBqualityBmaintenanceA minimal MCP server template for learning NitroStack, providing calculator-focused tools, resources, and prompts with TypeScript and Zod validation.26ISC
Related MCP Connectors
Kickstart development with a customizable TypeScript template featuring sample tools for greeting,…
This MCP server enables users to perform scientific computations regarding linear algebra and vect…
A TypeScript MCP server for Home Assistant, enabling programmatic management of entities, automati…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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