Extracts main content and metadata from web pages using the Trafilatura library via a Model Context Protocol interface.
This server acts as a Model Context Protocol (MCP) interface to the powerful Trafilatura library, enabling developers and models to programmatically extract the main textual content and various metadata from web pages. It exposes a simple `fetch_and_extract` tool for efficient asynchronous operations, making it suitable for integration with MCP-compatible clients like IDEs or coding agents.