autonomous-blog-agent
Verified Safeby mustafabutt-dev
Overview
This server fetches and analyzes existing blog posts or external web content to suggest related topics, supporting a blog generation agent in creating contextually rich 'Read More' sections.
Installation
python mcp-servers/related-topics/server.pySecurity Notes
The server uses `httpx` and `BeautifulSoup` for making external HTTP requests and parsing HTML, which inherently carries network risks. Without the full source code for `get_category_related_posts` and its helper functions (e.g., `extract_keywords`, `calculate_topic_similarity`), a comprehensive security audit is limited. Specific concerns include potential Server-Side Request Forgery (SSRF) if `category_url` input is not strictly validated, and unmanaged rate limits when interacting with external websites. No obvious hardcoded secrets or malicious patterns (like `eval` with arbitrary input) are visible in the truncated code.
Similar Servers
gpt-researcher
The GPT Researcher MCP Server enables AI assistants to conduct comprehensive web research and generate detailed, factual, and unbiased reports. It supports multi-agent workflows, local document analysis, and integration with external tools via the Machine Conversation Protocol (MCP) for various research tasks.
MaxKB
MaxKB (Max Knowledge Brain) is an enterprise-grade intelligent agent platform designed to lower the technical barrier and deployment costs of AI implementation, helping businesses quickly integrate mainstream large language models, build proprietary knowledge bases, and offer a progressive upgrade path from RAG to complex workflow automation and advanced agents for various application scenarios like smart customer service and office assistants.
PPTAgent
Generates high-quality, structured PowerPoint presentations from markdown documents using AI agents for research, design, and content organization.
crawlbase-mcp
A Model Context Protocol (MCP) server that enables AI agents and LLMs to fetch fresh, structured, real-time web content (HTML, Markdown, screenshots) via Crawlbase's scraping infrastructure.