full-text-rss
3.5
The Full-Text RSS MCP server is a tool for extracting full-text articles from web pages and converting partial feeds into full-text feeds.
The Full-Text RSS MCP server is a powerful tool designed to extract full-text articles from news sites and blogs. It simplifies the process of obtaining article content from web pages, providing clean and usable plain text or HTML for further use. This server employs a combination of automatic content detection and site-specific extraction rules to ensure accurate and reliable results.
Features
- {'name': 'Article Extraction', 'description': 'Extract the full content of an article from a web page, outputting JSON with the complete content.'}
- {'name': 'Feed Conversion', 'description': 'Convert partial feeds into full-text feeds, outputting an RSS 2.0 feed in XML or JSON format.'}
MCP Tools
- extract_article: Extracts an article from a web page. Outputs JSON containing the full content from the provided URL or HTML input.
- convert_feed: Converts a partial feed to a full-text feed. Outputs an RSS 2.0 feed (XML or JSON) with the full content extracted from the input URL.
Usage with Different Platforms
mcp
{
"url": "http://example.com/article",
"format": "json",
"max": 5,
"summary": 1,
"use_extracted_title": 1,
"links": "preserve",
"xss": 1,
"lang": 2,
"accept": "feed",
"content": "html",
"parser": "gumbo"
}