zcaceres/fetch-mcp
A flexible HTTP fetching Model Context Protocol server.
Overview
zcaceres/fetch-mcp is a TypeScript MCP server licensed under MIT. A flexible HTTP fetching Model Context Protocol server.
Ranked #83 out of 25632 indexed tools.
In the top 1% of all indexed tools.
Actively maintained with commits in the last week.
Ecosystem
TypeScript MIT
Signal Breakdown
Stars 714
Freshness 3d ago
Issue Health 90%
Contributors 5
Dependents 0
Forks 116
Description Good
License MIT
How to Improve
Description low impact
Dependents medium impact
Matched Queries
From the README
# Fetch MCP Server An MCP server for fetching web content in multiple formats — HTML, JSON, plain text, Markdown, readable article content, and YouTube transcripts. <a href="https://glama.ai/mcp/servers/nu09wf23ao"> </a> ## Tools All tools accept the following common parameters: | Parameter | Type | Required | Description | |-----------|------|----------|-------------| | `url` | string | Yes | URL to fetch | | `headers` | object | No | Custom headers to include in the request | | `max_length` | number | No | Maximum characters to return (default: 5000) | | `start_index` | number | No | Start from this character index (default: 0) | | `proxy` | string | No | Proxy URL (e.g. `http://proxy:8080`) | - **fetch_html** — Fetch a website and return its raw HTML content. - **fetch_markdown** — Fetch a website and return its content converted to Markdown. - **fetch_txt** — Fetch a website and return plain text with HTML tags, scripts, and styles removed. - **fetch_json** — Fetch a URRead full README on GitHub →
Are you the maintainer? Claim this listing