Skip to content
Back to search
30
MCP streamable-http

io.github.cedrickouma/fetch-extract

io.github.cedrickouma/fetch-extract

MCP server (stdio): fetch web pages as clean readable markdown via the AgentForge API

Uptime
0.0%
2 probes
Response
0ms
last probe
Tools
0
callable

Similar MCP servers embedding-nearest

@j0hanz/fetch-url-mcp
An MCP server that fetches web pages and converts them to clean, readable Markdown.
0 tools
io.github.carrasquelalex1/webscrape-mcp
Fetch any URL and get clean Markdown. Web scraping for AI agents.
0 tools · streamable-http
Fetch URL MCP Server
An MCP server that fetches web pages and converts them to clean, readable Markdown.
0 tools
io.github.sidney/web-to-markdown-mcp
MCP server fetches URL through a real Chromium browser, returns main content as clean Markdown
0 tools
io.github.yawlabs/fetch-mcp
HTTP fetch MCP server: SSRF protection, HTML-to-markdown, reader mode, metadata extraction
0 tools
io.github.YawLabs/fetch-mcp
HTTP fetch MCP server: SSRF protection, HTML-to-markdown, reader mode, metadata extraction
0 tools

How to use

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

{
  "mcpServers": {
    "io.github.cedrickouma/fetch-extract": {
      "url": "https://apim-agentforge-6lfm33.azure-api.net/fetch-extract/mcp",
      "transport": "streamable-http"
    }
  }
}