webforai-mcp-server

webforai-mcp-server

3.3

If you are the rightful owner of webforai-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Cloudflare Workers-based Model Context Protocol (MCP) server that extracts plain text from web pages using WebforAI.

WebforAI Text Extractor is a Model Context Protocol (MCP) server that utilizes Cloudflare Workers to extract plain text from web pages. It leverages the WebforAI library, which is designed to make web content accessible to AI models by converting HTML to clean, structured Markdown, extracting meaningful content, and processing tables, links, and images intelligently. This server allows users to easily feed web content into AI models through a simple API call, providing well-formatted Markdown text without HTML noise. The server is deployed serverlessly with global distribution via Cloudflare Workers, ensuring robust error handling and compatibility with any MCP client, such as Claude Desktop or Cloudflare AI Playground.

Features

  • Simple API: Extract text from any web page with a single API call.
  • Clean Output: Receive well-formatted Markdown text without HTML noise.
  • Error Handling: Robust error handling for failed requests.
  • Cloudflare Workers: Serverless deployment with global distribution.
  • MCP Compatible: Works with any MCP client like Claude Desktop or Cloudflare AI Playground.

Tools

  1. extractWebPageText

    Accepts a URL to a web page and returns the extracted text content in markdown format.