Competitor Intelligence
MCP-powered workflow for analyzing competitor X/Twitter accounts. Produces a structured report covering profile, content, audience, and network.
MCP Tools Used
| Tool | Purpose |
|---|---|
x_get_profile |
Bio, follower/following counts, verified status |
x_get_tweets |
Recent posts with engagement metrics |
x_get_followers |
Follower list with bios |
x_get_following |
Following list for network analysis |
x_search_tweets |
Find mentions and replies |
Workflow
- Collect profile — Call
x_get_profilefor the target username. Record bio, follower count, following count, verified status, join date. - Pull recent tweets — Call
x_get_tweetswithlimit: 50. Note posting frequency, media usage, and content themes. - Calculate engagement metrics — For each tweet compute engagement rate:
(likes + retweets + replies) / follower_count. Identify top 5 posts by total engagement. - Analyze content patterns — Categorize tweets by type (original, reply, retweet, thread). Track posting times and days. Identify recurring topics and hashtags.
- Audit audience — Call
x_get_followerswithlimit: 100. Scan bios for common keywords, industries, and follower size distribution. - Map network — Call
x_get_followingwithlimit: 100. Identify mutual connections, industry peers, and influencer relationships. - Compile report — Assemble findings into the output template below.
Output Template
## Competitor Report: @{username}
### Profile Summary
- Followers: {count} | Following: {count} | Ratio: {ratio}
- Verified: {yes/no} | Joined: {date}
- Bio: {bio}
### Content Strategy
- Posts/week: {count} | Primary type: {original/reply/thread}
- Top topics: {topic1}, {topic2}, {topic3}
- Peak posting: {day} at {hour}
- Media usage: {percentage}% of posts include images/video
### Engagement Metrics
- Avg engagement rate: {rate}%
- Avg likes: {n} | Avg retweets: {n} | Avg replies: {n}
- Top post: {url} ({likes} likes, {retweets} RTs)
### Audience Profile
- Common industries: {list}
- Common bio keywords: {list}
- Follower size distribution: {micro/mid/large breakdown}
### Network
- Notable follows: {list}
- Mutual connections: {list}
- Key communities: {list}
⚡ Explore XActions
100% free and open-source. No API keys, no fees, no signup.
Browse All Documentation