Web Content Extract Mcp
io.github.varvararatta/web_content_extract_mcpWeb Content Extract Mcp connects AI agents to real public APIs via MCP. Tools include
Tools · 5
Fetch and extract clean text content from a public URL. Returns: {title, text, url, word_count}
Extract main article content from a news/blog URL. Returns: {title, description, body, author, date}
Extract all links from a page. Returns: {links: [href], internal_count, external_count}
Get metadata from a page: title, description, og tags, keywords. Returns: {title, description, keywords, og_title, og_image, og_type}
Server health check.
Similar MCP servers embedding-nearest
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"
}
}
}