NitroStack Starter Template
Click on "Deploy 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 deployed
Maintenance
Related MCP Connectors
A simple Typescript MCP server built using the official MCP Typescript SDK and smithery/cli. This…
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
The OpenZeppelin Cairo Contracts MCP server generates secure smart contracts in the Cairo language for Starknet environments based on OpenZeppelin templates. It brings OpenZeppelin's proven security and style rules directly into AI-driven development workflows to create safe, production-ready contracts. Key capabilities include providing templates for ERC-20, ERC-721, ERC-1155, Multisig, Governor, and Vesting contracts.
Kickstart development with a customizable TypeScript template featuring sample tools for greeting,…
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.-
- FlicenseBqualityCmaintenanceA minimal MCP server template for learning NitroStack fundamentals, featuring a calculator module with tools, resources, and prompts.6-
- FlicenseBqualityBmaintenanceA starter template for building a calculator-focused MCP server with tools, resources, and prompts using TypeScript and Zod validation.2-
- AlicenseBqualityBmaintenanceA minimal MCP server template for learning NitroStack, providing calculator-focused tools, resources, and prompts with TypeScript and Zod validation.21 npmISC