MCP-server
by Prakharsahu10
Overview
This server acts as an AI content creation agent that researches topics, generates high-quality content, and stores it in a PostgreSQL database.
Installation
npm startEnvironment Variables
- SMITHERY_API_KEY
Security Notes
The AI agent is explicitly instructed to "use SQL" for database operations, including creating new tables and storing content. This implies that the agent will dynamically generate and execute SQL queries. Without robust input sanitization, strict database permissions, and query validation within the `@inngest/agent-kit` framework or the `smithery.ai` service, this poses a significant risk of SQL injection or other unauthorized database manipulations if the agent can be prompted to generate malicious SQL. The `SMITHERY_API_KEY` is loaded from environment variables, which is a good practice.
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.
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.
thinkingcap
A multi-agent research MCP server that runs multiple LLM providers in parallel and synthesizes their responses to a given query.
web-research-assistant
Comprehensive web research and discovery for AI agents, including general web search, code examples, API documentation, package information, GitHub repository analysis, error troubleshooting, structured data extraction, technology comparison, changelog retrieval, and service health checks.