KOL Sentiment MCP
A Model Context Protocol (MCP) implementation for Key Opinion Leader sentiment analysis using the Masa AI API.
Overview
KOL Sentiment MCP provides a standardized interface for AI assistants to analyze Key Opinion Leaders (KOLs) on social media platforms. It leverages the Masa AI API for powerful semantic search and data retrieval, allowing for sentiment analysis, topic extraction, and trend identification without direct API access.
Features
Search for KOL content across platforms
Analyze sentiment of KOL posts
Extract trending topics from KOL content
Generate comprehensive KOL sentiment analysis
Identify trends across multiple KOLs
Support for both live and indexed (historical) data
Secure and rate-limited API access
Detailed logging and error handling
Architecture
kol-sentiment-mcp/
βββ app/
β βββ handlers/ # Action handlers
β βββ routes/ # API routes
β βββ services/ # Core services
β βββ templates/ # HTML templates
β βββ utils/ # Utilities
βββ logs/ # Log files
βββ tests/ # Test cases
βββ .env # Environment variables
βββ .env.example # Example environment file
βββ requirements.txt # Dependencies
βββ run.py # Main entry point
βββ README.md # Documentation
For the set up guide and sample queries etc., please visit Dune Query MCP Github Repository .
Last updated