Back to Home
gmoigneu icon

newsblaster-mcp

Verified Safe

by gmoigneu

Overview

A Symfony 8 application that aggregates daily news from YouTube videos on specific topics using AI, generating summaries, and storing reports, with an MCP server to expose this data to AI assistants.

Installation

Run Command
php bin/console mcp:server

Environment Variables

  • ANTHROPIC_API_KEY
  • YOUTUBE_API_KEY
  • DATABASE_URL
  • MESSENGER_TRANSPORT_DSN
  • APP_SECRET
  • DEFAULT_URI

Security Notes

ANTHROPIC_API_KEY and YOUTUBE_API_KEY are correctly loaded from environment variables. Transcript fetching relies on an external, unauthenticated third-party service (yt.lemnoslife.com), which, while its output is sanitized (`html_entity_decode`, `strip_tags`), introduces a dependency on an external party for data integrity and reliability. No 'eval' or blatant malicious patterns found. Doctrine ORM is used for database interactions, mitigating SQL injection risks.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassHigh
Avg Tokens7000
Stars0
Forks0
Last Update2025-11-28

Tags

AINews AggregationYouTubeSummarizationSymfonyPHPMCPPostgreSQL