Skip to main content
Glama
social_coverage_risk.py1.53 kB
""" Social Coverage Risk Analyzer for PitchLense MCP Package. Analyzes social media coverage, complaints, reviews, and sentiment for startups, founders, and products to identify potential reputation and social media risks. """ from typing import Dict, Any, List from ..core.base import BaseRiskAnalyzer from ..prompts import SOCIAL_COVERAGE_RISK_PROMPT class SocialCoverageRiskAnalyzer(BaseRiskAnalyzer): """ Analyzer for social media coverage and reputation risks. Evaluates social media presence, sentiment, complaints, reviews, and overall social coverage for startups and founders. """ def __init__(self, llm_client): """Initialize the Social Coverage Risk Analyzer.""" super().__init__(llm_client, "Social Coverage Risks") self.risk_indicators = self.get_risk_indicators() def get_analysis_prompt(self) -> str: """Get the analysis prompt for social coverage risks.""" return SOCIAL_COVERAGE_RISK_PROMPT def get_risk_indicators(self) -> List[str]: """Get the list of risk indicators for social coverage risks.""" return [ "Negative Social Media Sentiment", "High Complaint Volume", "Poor Review Ratings", "Founder Reputation Issues", "Product Review Problems", "Social Media Crisis", "Low Social Engagement", "Negative Press Coverage", "Customer Service Issues", "Brand Reputation Damage" ]

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/connectaman/Pitchlense-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server