loading…
Search for a command to run...
loading…
Competitor Monitor AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Competitor Monitor AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
MCP server for competitor monitor ai mcp operations
Competitor Monitor Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
add_competitor |
Add competitor to monitor |
get_competitor_info |
Get competitor details |
track_mention |
Track a competitor mention |
get_mentions |
Get mentions for competitor |
update_pricing |
Update competitor pricing |
get_pricing_history |
Get competitor pricing history |
set_alert |
Set alert for competitor activity |
get_alerts |
Get active alerts |
get_competitor_comparison |
Compare competitors |
get_market_share_estimate |
Estimate market share |
analyze_sentiment_trend |
Analyze sentiment trends |
pip install meok-competitor-monitor-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"competitor-monitor-ai": {
"command": "python",
"args": ["-m", "meok_competitor_monitor_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 11 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"competitor-monitor-ai-mcp": {
"command": "npx",
"args": []
}
}
}