Back to Home
eagleisbatman icon

content-mcp-server

Verified Safe

by eagleisbatman

Overview

AI-powered content generation service for Vietnamese farmers, producing weekly podcasts and image articles based on agricultural data.

Installation

Run Command
npm start

Environment Variables

  • PORT
  • CORS_ORIGIN
  • DATABASE_URL
  • GEMINI_API_KEY
  • CLOUDINARY_CLOUD_NAME
  • CLOUDINARY_API_KEY
  • CLOUDINARY_API_SECRET
  • BACKEND_API_URL

Security Notes

No direct 'eval' or obvious command injection vectors found in the provided truncated code. Database interactions leverage parameterized queries, which is good practice against SQL injection. Sensitive API keys and database credentials are expected to be handled via environment variables. Many core AI generation and planning functions are marked as 'TODO', meaning their security will depend heavily on future implementation. The default 'CORS_ORIGIN=*' is broad and should be tightened for production environments.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens5000
Stars0
Forks0
Last Update2025-11-30

Tags

AIContent GenerationPodcastImage ArticleNode.js