mcp-network-analyzer
MCP Network Analyzer Monorepo
MCP Network Analyzer captures browser network traffic, analyzes API patterns, and exposes the workflow through an MCP server for AI clients.
CLI package (npm) | Issues | Security
Short command: netcap
Full command: mcp-network-analyzer
Why This Project
Capture real browser traffic with Playwright-backed sessions
Discover API endpoints, auth patterns, and request/response shapes
Expose analysis tools through MCP for AI-assisted workflows
Run locally with a focused CLI and straightforward setup
Quick Install (Published CLI)
pnpm add -g mcp-network-analyzer
netcap setup
netcap install
netcap statusFor local development and workspace setup, continue below.
Packages
Package | Description | Published |
| npm / GitHub | |
| private | |
| workspace-only |
Getting Started
pnpm install
pnpm build:all
pnpm type-check:allCLI Version (stdio)
See packages/cli/README.md for installation and usage.
Quick start:
cd packages/cli
pnpm run build
pnpm link --global
netcap setup
netcap installnetcap is the short alias for mcp-network-analyzer.
Pro Version (HTTP)
See packages/pro/README.md for server deployment.
cd packages/pro
pnpm run setup
pnpm run dev # development mode
pnpm run start # productionDevelopment
pnpm install # link workspace packages
pnpm build:all # build in dependency order
pnpm type-check:all # check types across all packages
pnpm clean:all # remove all dist/ directoriesTesting
Local testing instructions are in docs/TESTING.md.
Release
Public launch checklist is in docs/PUBLIC_RELEASE_STEPS.md.
Contributing
See CONTRIBUTING.md for development workflow and pull request expectations.
License
MIT — see LICENSE
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/kylebrodeur/mcp-network-analyzer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server