Skip to content
Back to search
30
MCP

AgentFetch

pulsemcp/agentfetch

Fetch and convert web content to Markdown with smart routing and token counting.

Uptime
0.0%
3 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

Refetch
Fetch pages as markdown, search web and news, extract structured data. For AI agents.
0 tools · streamable-http
@markdown-for-agents/web
Web-standard middleware that converts HTML responses to Markdown for AI agents and LLMs. Works with any Fetch API runtime.
0 tools
io.github.bch1212/agentfetch
Token-budgeted web fetch for AI agents — auto-routes Jina, FireCrawl, Trafilatura, PDF.
0 tools
@markdown-for-agents/core
Runtime-agnostic HTML to Markdown converter optimized for LLM consumption, with content extraction, token estimation, and a plugin system.
0 tools
Fetch (Web Content & YouTube Transcripts)
Fetches web content and YouTube video transcripts, converting HTML to Markdown and extracting timestamps for reference in conversations.
0 tools
4fetch
Fetch a URL and get clean Markdown with metadata. No API key required; rate-limited per IP.
0 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "agentfetch": {
      "url": "None",
      "transport": "http"
    }
  }
}