network-mcp

network-mcp

Enables supervised web form assistance with ChatGPT, opening pages visibly, discovering opportunities, and requiring user approval before any fill actions.

Category
Visit Server

README

network-mcp

network-mcp is a ChatGPT-driven, supervised opportunity-assistance MVP for Windows.

It combines:

  • a thin Cloudflare Worker gateway
  • a local visible Playwright browser worker
  • a small MCP tool registry skeleton
  • explicit approval before fill actions
  • submit disabled by default

MVP flow

  1. User provides one URL in ChatGPT.
  2. The browser worker opens it visibly.
  3. The worker discovers likely opportunity links within a limited scope.
  4. ChatGPT presents options.
  5. The user selects a page or form.
  6. The worker opens it visibly and inspects fields.
  7. ChatGPT proposes values.
  8. The user approves.
  9. The worker fills approved fields only.
  10. Submit stays manual unless an explicit submit mode is enabled later.

Final submit is intentionally not auto-implemented in the MVP.

Policy defaults

NETWORK_MCP_MODE=local-assist
NETWORK_MCP_HEADLESS=false
NETWORK_MCP_REQUIRE_APPROVAL_FOR_FILL=true
NETWORK_MCP_REQUIRE_APPROVAL_FOR_SUBMIT=true
NETWORK_MCP_SUBMIT_DEFAULT=false
NETWORK_MCP_ENABLE_SUBMIT=false
NETWORK_MCP_MAX_SESSION_SECONDS=900
NETWORK_MCP_MAX_PAGE_VISITS=20
NETWORK_MCP_MAX_FORM_FILLS=1
NETWORK_MCP_MAX_FIELD_WRITES=80
NETWORK_MCP_ALLOWED_HOSTS=
NETWORK_MCP_DENIED_HOSTS=
NETWORK_MCP_PUBLIC_ORIGIN=
NETWORK_MCP_WORKER_PORT=8791
NETWORK_MCP_BROWSER_CHANNEL=msedge
NETWORK_MCP_EXTERNAL_VISIBLE_CHROME=false

Tool contract

Documented safe operations:

  • network.open
  • network.inspect
  • network.extract_form
  • network.propose
  • network.fill_after_approval
  • network.review_before_submit

Safety defaults

  • Browser is visible by default.
  • Login and registration are user-driven.
  • CAPTCHA, 2FA, and security challenge pages pause automation.
  • Credentials are entered manually by the user.
  • Form values are not logged by default.
  • Browser storage, cookies, screenshots, traces, videos, and downloads stay in ignored runtime directories such as var\browser\.
  • One active browser session is the default operating model.

Local commands

cd D:\PhpstormProjects\www\network-mcp
npm install
pwsh -NoProfile -ExecutionPolicy Bypass -File .\tool\dev-network.ps1 doctor
pwsh -NoProfile -ExecutionPolicy Bypass -File .\tool\dev-network.ps1 start
pwsh -NoProfile -ExecutionPolicy Bypass -File .\tool\dev-network.ps1 smoke-local

Documentation

Cloudflare

  • Worker config: cloudflare-worker/wrangler.jsonc
  • Public health check: /healthz returns service: "network-mcp"
  • Worker deploy remains a manual action through the supervisor or wrangler

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured