/
by ai.smithery
Track and browse RSS feeds with ease. Fetch the latest entries from any feed URL and extract full…
Server configuration and capabilities from the MCP manifest
Size: 1,481 bytes (371 tokens)
Tools Found: 2
Analysis ID: w9tkh1qv
MCP server for RSS feed aggregation and article content extraction
Stars
Registry ID: 54da6e94-f93f-428a-b621-c78b20a29b93
Added to Registry: 9/21/2025
Last Updated: 9/22/2025
Last Seen: 9/22/2025
License: MIT License
Default Branch: main
Last Push: 9/10/2025
Open Issues: 0
Historical performance and growth metrics over time
{
"name": "rss-reader-mcp",
"tags": [
"mcp",
"rss",
"feed",
"aggregator"
],
"tools": [
{
"name": "fetch_feed_entries",
"description": "Fetch RSS feed entries from a given URL",
"input_schema": {
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"format": "url"
},
"limit": {
"type": "integer",
"maximum": 100,
"minimum": 1
}
}
},
"output_schema": {
"type": "object",
"required": [
"title",
"link",
"entries"
],
"properties": {
"link": {
"type": "string"
},
"title": {
"type": "string"
},
"entries": {
"type": "array",
"items": {
"type": "object",
"required": [
"title",
"link"
],
"properties": {
"guid": {
"type": "string"
},
"link": {
"type": "string"
},
"title": {
"type": "string"
},
"creator": {
"type": "string"
},
"pubDate": {
"type": "string",
"format": "date-time"
},
"summary": {
"type": "string"
},
"categories": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
},
"description": {
"type": "string"
},
"lastBuildDate": {
"type": "string",
"format": "date-time"
}
}
}
},
{
"name": "fetch_article_content",
"description": "Fetch and extract article content from a URL, formatted as Markdown",
"input_schema": {
"type": "object",
"required": [
"url"
],
"properties": {
"url": {
"type": "string",
"format": "url"
}
}
},
"output_schema": {
"type": "object",
"required": [
"title",
"content",
"url",
"extractedAt"
],
"properties": {
"url": {
"type": "string"
},
"title": {
"type": "string"
},
"content": {
"type": "string"
},
"extractedAt": {
"type": "string",
"format": "date-time"
}
}
}
}
],
"version": "1.0.8",
"categories": [
"mcp",
"rss",
"feed",
"aggregator"
],
"description": "MCP server for RSS feed aggregation and article content extraction"
}Forks
Watchers
Contributors
Last Push: 9/10/2025
Open Issues: 0