
Web Fetch Mcp
Fetch live web pages and have your agent summarize, compare, or extract facts while validating ideas or scoping features.
Overview
web-fetch-mcp is an MCP server for the Idea phase that fetches web pages and supports agent-driven summarizing, comparing, and extracting information via Gemini.
What is this MCP server?
- Fetches web content for agent-side summarization, comparison, and structured extraction
- Uses Gemini API (required GEMINI_API_KEY) for fetch-related LLM steps
- npm package web-fetch-mcp 0.1.1 with stdio MCP transport
- Optional HTTP_PROXY and HTTPS_PROXY for restricted networks
- Fits idea-stage desk research without building a custom scraper
- Package version 0.1.1 on npm identifier web-fetch-mcp
- stdio transport; GEMINI_API_KEY required
- Repository: github.com/KylinMountain/web-fetch-mcp
What problem does it solve?
Builders doing market research manually open tabs, copy text, and lose context when they need quick comparisons across live pages.
Who is it for?
Indie founders who research competitors and docs from the terminal and already use Gemini for agent tasks.
Skip if: Heavy authenticated scraping, large crawl jobs, or teams that cannot use Gemini API keys in local MCP config.
What do I get? / Deliverables
After install, your agent can pull URLs and return summaries, diffs, or extractions in one thread while you scope the product.
- Fetched page content with agent-ready summaries and comparisons
- Structured extractions from target URLs without a custom scraper repo
Recommended MCP Servers
Journey fit
How it compares
URL fetch and Gemini-powered extraction MCP, not a full SEO rank tracker or marketplace skill.
Common Questions / FAQ
Who is web-fetch-mcp for?
Solo builders and agents users who need fast web page fetch plus summarize, compare, or extract workflows during research.
When should I use web-fetch-mcp?
Use it during idea and validate work when you are reading competitor sites, docs, or articles and want structured agent output without custom scrapers.
How do I add web-fetch-mcp to my agent?
Install the npm package web-fetch-mcp, set GEMINI_API_KEY (and proxies if needed), and add a stdio MCP server entry in Claude Code or Cursor per the repo README.