Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Web Content Extract Mcp

io.github.varvararatta/web_content_extract_mcp

Web Content Extract Mcp connects AI agents to real public APIs via MCP. Tools include

Uptime
100.0%
1 direct probes · 30d
Response
4597ms
last probe
Tools
5
callable
Resources
0
readable
Prompts
0
available

Tools · 5

fetch_url_content

Fetch and extract clean text content from a public URL. Returns: {title, text, url, word_count}

extract_article

Extract main article content from a news/blog URL. Returns: {title, description, body, author, date}

get_page_links

Extract all links from a page. Returns: {links: [href], internal_count, external_count}

get_page_metadata

Get metadata from a page: title, description, og tags, keywords. Returns: {title, description, keywords, og_title, og_image, og_type}

health_check

Server health check.

How to use

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

{
  "mcpServers": {
    "web_content_extract_mcp": {
      "url": "https://web-content-extract-mcp.mcpize.run/mcp",
      "transport": "streamable-http"
    }
  }
}