botfactory-mcp
BotFactory MCP bots — Glama registry
by varvararatta
Web Content Extract Mcp
Web Content Extract Mcp connects AI agents to real public APIs via MCP. Tools include
Extract content from websites by connecting AI agents to public APIs.
Captured live from the server via tools/list.
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.
No parameters.
BotFactory MCP bots — Glama registry
claude_desktop_config.json
{
"mcpServers": {
"web_content_extract_mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://web-content-extract-mcp.mcpize.run/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.