Live data from Hacker News

Show HN: WebBridge turns any website into MCP tools by recording browser traffic

github.com

1–4 of 4 posts

Show HN: WebBridge turns any website into MCP tools by recording browser traffic

#1
I am a 40+-year-old-slightly-techie-middle-aged-man who occasionally writes code to make life easier. I was a developer once - a very long time ago. I am an Engineer by degree and my instinct goes for solution. I work in tech - but on the "_request_ developers what to build" side, not the "actually build it" side. With AI, I am now able to build more.

So I built WebBridge (yes - not so fancy name there). (Well - Claude built it. I directed. Like every PM does.)

What it actually does:

1. You install a Chrome extension 2. You browse to a site you're logged into - your library, your lab results portal, whatever 3. You click Record, do the thing you want to automate, click Stop 4. Claude reads the captured API traffic and generates a permanent MCP server 5. That server works with any MCP client - Claude (Cowork/Code), Cursor, VS Code, Windsurf, Cline, you name it

The whole thing takes about 10 minutes. No code written by you.

This is for non-tech folks who live inside AI providers, who just want to use it and move on. Legal analysts, market researchers, market watchers, marketing and competitive intelligence, and anyone who wants to use a specific website for a specific purpose, repeatedly.

The README has some use cases showcased: "Public Library Search" and "Legal Compliance Auditing."

There may not be an exact equivalent anywhere to what I purpose-built. I'd welcome being proven wrong on that.

Feedback is welcome - that's why I'm posting.

Show HN: WebBridge turns any website into MCP tools by recording browser traffic
github.com

Re: Show HN: WebBridge turns any website into MCP tools by recording browser traffic

#3

[flagged]

So ... There are two options while recording. By default, only the absolute necessary traffic is captured for effective playback by any LLM. The other option is to capture all - that would be for sleuth - privacy and security abusive investigation.

The API drift is something I need to think about. They are bound to change over time - webbridge_update was made for that for now.

I am not entirely understanding "over fitting", can you please explain more?