Project ideas from Hacker News discussions.

WebMCP is available for early preview

📝 Discussion Summary (Click to expand)

Three prevailing themes in the discussion

# Theme Representative quotes
1 Fear of corporate‑controlled AI access and dark patterns “I’m more bothered by pretending WebMCP will actually help. More than likely we’ll end up seeing dark patterns emerge like sites steering the AI to book more expensive flights and hotels from ad placement.” – notnullorvoid
“We should definitely feel trepidation at the prospects of any LLM‑guided browser, in addition to WebMCP.” – solaire_oa
2 Practicality and usefulness of WebMCP vs existing tools “I want my local dm shop to offer me their product info as copyable markdown… This could be a way to automate it.” – qwertox
“I have had the problem of ‘I want to find the cheapest flight…’ and current search tools can’t do that very well.” – thayne
“WebMCP is an unnecessary standard. Same developer effort as server‑side MCP but routed through the browser.” – manveerc
3 Tension between automation, user agency, and corporate control “Do websites want to prevent automated tooling… or do websites want you to be able to automate things?” – BeefySwain
“I feel like this is a way to ultimately limit the ability to scrape but also the ability to use your own AI agent to take actions across the internet for you.” – SilverElfin
“WebMCP is incredibly smart & good (giving users agency over what's happening on the page).” – jauntywundrkind

These three threads—concerns about monopolistic control, doubts about the technical value of WebMCP, and the broader debate over automation versus human‑centric web experience—dominate the conversation.


🚀 Project Ideas

FlightFlex

Summary

  • A web app and API that lets users search for flights with highly granular constraints (date ranges, departure/arrival times, baggage fees, seat class, airline preferences, and hidden fees) and returns the best matches.
  • Core value: eliminates the trial‑and‑error of current flight search tools and gives power users the exact flight they want.

Details

Key Value
Target Audience Frequent travelers, travel agents, and power users who need precise flight itineraries.
Core Feature Multi‑criteria flight search engine with advanced filtering, price‑breakdown, and real‑time availability.
Tech Stack Node.js + Express, PostgreSQL, ElasticSearch, React, Skyscanner/Google Flights/Kayak APIs, Stripe for payments.
Difficulty Medium
Monetization Revenue‑ready: $9/month for API access, $19/month for premium UI features.

Notes

  • HN commenters lament “I want the cheapest flight that leaves during this range of dates, and returns during this range of dates, but isn’t early in the morning or late at night, and includes additional fees for the luggage I need in the price comparison.” FlightFlex directly addresses this pain.
  • The tool can spark discussion on how to standardize flight data and whether APIs should expose fee details.

Markdownify

Summary

  • A browser extension and public API that scrapes product pages (e.g., drugstores, e‑commerce sites) and outputs clean, copy‑able Markdown containing ingredient lists, health info, pricing, and other structured data.
  • Core value: gives users and developers a simple way to harvest product information without manual copy‑paste or complex scraping.

Details

Key Value
Target Audience Developers, content creators, researchers, and consumers who need structured product data.
Core Feature Automatic extraction of product details into Markdown, with optional JSON export for downstream use.
Tech Stack Chrome/Firefox extension (TypeScript), Puppeteer, Cheerio, Node.js API, AWS Lambda, S3 for storage.
Difficulty Medium
Monetization Revenue‑ready: $0.01 per request, tiered at 10k/month.

Notes

  • The discussion highlighted a need for “product info as copyable markdown, ingredient list, and other health related information.” Markdownify fulfills that.
  • It can lead to debates about the ethics of scraping, data ownership, and the future of structured web data.

AgentBridge

Summary

  • A SaaS that automatically generates WebMCP‑compatible endpoints for existing websites, exposing their UI actions as machine‑readable tools with minimal developer effort.
  • Core value: lowers the barrier for sites to become agent‑friendly, addressing the “WebMCP” friction and the need for better automation interfaces.

Details

Key Value
Target Audience Web developers, SaaS companies, and e‑commerce sites wanting to support AI agents.
Core Feature Automated analysis of a site’s DOM, generation of MCP tool definitions, and deployment of a lightweight MCP server.
Tech Stack Go (for MCP server), Selenium/WebDriver, OpenAPI, Docker, Kubernetes, GitHub Actions for CI.
Difficulty High
Monetization Revenue‑ready: $49/month per site, with enterprise custom pricing.

Notes

  • HNers expressed frustration that “WebMCP will become another channel controlled by big tech” and that “sites don’t want to expose APIs.” AgentBridge gives sites a standardized, low‑maintenance way to comply.
  • The product invites discussion on the future of web automation, the balance between openness and control, and how to prevent abuse while enabling useful agents.

Read Later