MCP Server
webrain is a Model Context Protocol (MCP) server. Start it and any MCP-capable client (Claude, Claude Code, Cursor, GitHub Copilot, Codex, …) discovers its 15 tools automatically — no wrappers, no daemon.Transports
stdio — the default; the client spawnswebrain mcp and speaks JSON-RPC on
stdout.
Register it in a client
CDP_URL at a running engine to reuse an already-open browser:
Verify it’s live
Ask the LLM to callwebrain_guide — it returns the browser / challenge /
extraction decision guide. Then try:
Scrape all product titles + prices from URL XThe model calls
webrain_navigate → webrain_extract (mode=autoschema) →
webrain_extract (mode=schema).
Client guides
- Claude · Cursor · GitHub Copilot
- Tools Reference — the 15 tools
- Agent Decision Guide — which tool for which task

