MonitoringIntermediate
Social Media Monitoring
Track brand mentions and sentiment across social media and news sites. Surfaces who is talking about you, where, and whether the tone is shifting.
MCP Configuration
{
"tools": [
{
"name": "search_web",
"params": {
"query": "\"your brand\" site:twitter.com OR site:news.ycombinator.com"
}
},
{
"name": "reddit_search",
"params": {
"query": "\"your brand\"",
"limit": 25
}
},
{
"name": "analyze_content",
"params": {
"metrics": [
"sentiment",
"topics"
]
}
},
{
"name": "summarize_content",
"params": {
"max_length": 300
}
}
],
"schedule": "daily"
}How It Works
1
search_web
5 credits2
reddit_search
5 credits3
analyze_content
3 credits4
summarize_content
4 creditsEstimated total: ~14 credits per run
Tags
social-mediamonitoringsentimentbrand
Ready to Use This Template?
Every new account gets 1,000 free credits. No credit card required.
Start Free with 1,000 CreditsRelated Templates
MonitoringAdvanced
Compliance Monitoring
Monitor regulatory pages for policy changes and get alerts on updates affecting your business. Uses track_changes to diff official sources on a schedule.
crawl_deep (4 cr)analyze_content (3 cr)extract_content (2 cr)
MonitoringBeginner
Website Change Detector
Monitor websites for changes and get notified when content, pricing, or layouts update. Stores a baseline and returns a diff with a change percentage.
fetch_url (1 cr)extract_content (2 cr)analyze_content (3 cr)