The reputation layer for AI skills, tools & agents

zcaceres/fetch-mcp

Score: 60.4 Rank #83

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

Expand your description to 150+ characters for better discoverability

Dependents medium impact

No downstream dependents detected yet — adoption by other projects is the strongest trust signal

Badge

AgentRank score for zcaceres/fetch-mcp
[![AgentRank](https://agentrank-ai.com/api/badge/tool/zcaceres--fetch-mcp)](https://agentrank-ai.com/tool/zcaceres--fetch-mcp)
<a href="https://agentrank-ai.com/tool/zcaceres--fetch-mcp"><img src="https://agentrank-ai.com/api/badge/tool/zcaceres--fetch-mcp" alt="AgentRank"></a>

Matched Queries

"model context protocol""model-context-protocol"

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 UR
Read full README on GitHub →
Are you the maintainer? Claim this listing