competitor-monitor-ai-mcp
v1.0.0
Published
Competitor Monitor Ai MCP server. Tools: add competitor, get competitor info, track mention. Built by MEOK AI Labs.
Maintainers
Readme
Competitor Monitor AI MCP Server
By MEOK AI Labs — Comprehensive competitor intelligence, pricing tracking, and market monitoring
Installation
pip install competitor-monitor-ai-mcpUsage
python server.pyTools
add_competitor
Add a competitor to monitor.
Parameters:
name(str): Competitor namewebsite(str): Website URLindustry(str): Industry
get_competitor_info
Get competitor details.
Parameters:
competitor_id(str): Competitor identifier
track_mention
Track a competitor mention with sentiment.
Parameters:
competitor_name(str): Competitor namesource(str): Mention sourcesentiment(str): Sentiment — 'positive', 'negative', 'neutral'text(str): Mention text
get_mentions
Get mentions filtered by competitor, timeframe, and sentiment.
Parameters:
competitor_name(str): Competitor namedays(int): Lookback days (default 30)sentiment(str): Sentiment filter
update_pricing
Update competitor pricing data.
Parameters:
competitor_name(str): Competitor nameproduct(str): Product nameprice(float): Pricecurrency(str): Currency (default 'USD')
get_pricing_history
Get competitor pricing history with trend analysis.
Parameters:
competitor_name(str): Competitor nameproduct(str): Product name
set_alert
Set alert for competitor activity.
Parameters:
competitor_name(str): Competitor namealert_type(str): Alert type (default 'mention')condition(str): Alert condition
get_alerts
Get all active alerts.
get_competitor_comparison
Compare multiple competitors side by side.
Parameters:
competitors(list): List of competitor names
get_market_share_estimate
Estimate market share for an industry.
Parameters:
industry(str): Industry name
analyze_sentiment_trend
Analyze sentiment trends for a competitor over time.
Parameters:
competitor_name(str): Competitor namedays(int): Lookback days (default 30)
Authentication
Free tier: 15 calls/day. Upgrade at meok.ai/pricing for unlimited access.
License
MIT — MEOK AI Labs
