Competitive Intelligence & Daily Planning MCP
Enables AI-powered competitor monitoring and daily schedule optimization by integrating news data with calendar and task management tools like Google Calendar, Jira, and Asana. It allows users to automate intelligence gathering and generate structured daily plans based on strategic priorities.
README
Competitive Intelligence & Daily Planning MCP Tool
A FastMCP server that provides AI-powered competitive intelligence and daily planning capabilities.
Features
Competitive Intelligence
- Automated monitoring of competitor activities
- News aggregation from multiple sources
- AI-powered analysis and summarization
- Structured report generation
- Focus on key areas (pricing, product launches, partnerships)
Daily Planning
- Calendar integration with OAuth authentication
- Task prioritization based on multiple factors
- Time-blocking and schedule optimization
- Identification of 2-3 most impactful daily activities
- Contextual recommendations
Installation
- Clone the repository:
git clone https://github.com/yourusername/competitive-intelligence-mcp.git
cd competitive-intelligence-mcp
- Create and activate virtual environment:
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
- Install dependencies:
pip install -r requirements.txt
- Configure environment variables:
cp .env.example .env
# Edit .env with your actual API keys and configuration
Configuration
Edit the .env file with your settings:
# API Keys
NEWS_API_KEY=your_news_api_key_here
# Google Calendar OAuth
GOOGLE_CLIENT_ID=your_google_client_id_here
GOOGLE_CLIENT_SECRET=your_google_client_secret_here
# Jira API
JIRA_API_TOKEN=your_jira_api_token_here
JIRA_DOMAIN=your_domain.atlassian.net
# Asana API
ASANA_API_TOKEN=your_asana_api_token_here
# Configuration
DEFAULT_COMPETITORS=competitor1,competitor2,competitor3
DEFAULT_FOCUS_AREAS=pricing,product_launches,partnerships
DEFAULT_CALENDAR_SOURCE=google
Usage
Running the Server
Start the FastMCP server:
python src/server.py
Using with Cursor
Add to your Cursor MCP configuration:
{
"mcpServers": {
"competitive-intelligence": {
"command": "python",
"args": ["src/server.py"]
}
}
}
Available Tools
Competitive Intelligence Tools
get_competitive_intelligence
Gather competitive intelligence for specified competitors.
Parameters:
competitors(required): List of competitor names to monitordate_range(optional): Date range for analysis (default: last 24 hours)focus_areas(optional): Specific areas to focus on
Example:
get_competitive_intelligence(
competitors=["CompetitorA", "CompetitorB"],
focus_areas=["pricing", "product_launches"]
)
Daily Planning Tools
create_daily_plan
Create a focused daily plan based on calendar, tasks, and priorities.
Parameters:
calendar_source(optional): Calendar service to use (google, outlook)task_sources(optional): Task management systems to integrate (jira, asana, email)focus_areas(optional): Areas to prioritize (strategic, operational, learning)time_available_hours(optional): Available hours for the day
Example:
create_daily_plan(
calendar_source="google",
task_sources=["jira", "email"],
focus_areas=["strategic", "operational"],
time_available_hours=8
)
schedule_morning_intelligence
Schedule automated morning intelligence gathering and daily planning.
Parameters:
time(optional): Time to run automation (HH:MM format)competitors(optional): List of competitors to monitorcalendar_source(optional): Calendar service for daily planning
Example:
schedule_morning_intelligence(
time="06:00",
competitors=["CompetitorA", "CompetitorB"],
calendar_source="google"
)
Development
Running Tests
pytest tests/
Code Formatting
black src/ tests/
isort src/ tests/
Type Checking
mypy src/
API Setup
News API
- Sign up at NewsAPI.org
- Get your API key
- Add to
.envfile asNEWS_API_KEY
Google Calendar API
- Go to Google Cloud Console
- Create a new project
- Enable Google Calendar API
- Create OAuth 2.0 credentials
- Add to
.envfile asGOOGLE_CLIENT_IDandGOOGLE_CLIENT_SECRET
Jira API
- Get API token from your Jira instance
- Add to
.envfile asJIRA_API_TOKEN - Set your domain in
.envasJIRA_DOMAIN
Asana API
- Get API token from Asana
- Add to
.envfile asASANA_API_TOKEN
Deployment
FastMCP Cloud
Deploy to FastMCP Cloud for easy access:
# Configure FastMCP Cloud credentials
export FASTMCP_CLOUD_TOKEN=your_token_here
# Deploy
fastmcp deploy src/server.py
Self-Hosted
Run with HTTP transport:
python src/server.py --transport http --host 0.0.0.0 --port 8000
License
MIT License - see LICENSE file for details.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。