Validate market demand and community interest before building. Ask your AI to research social signals across GitHub, Reddit, and Twitter to understand if a niche is active. Requires a Pro API key.
Analyze social proof and community activity for a topic. Returns repo counts, star totals, thread activity, sentiment, and trend direction.
| Parameter | Type | Required | Description |
|---|---|---|---|
topic | string | Yes | Topic or product idea to research |
platforms | string[] | No | Filter to specific platforms: github, reddit, twitter. Default: all |
analyze_social_signals({
topic: 'nuxt seo',
platforms: ['github', 'reddit']
})
Returns:
{
"topic": "nuxt seo",
"github": {
"repos": 45,
"totalStars": 12500,
"topRepos": [
{
"name": "nuxt/seo",
"fullName": "nuxt/seo",
"stars": 8200,
"lastCommit": "2025-01-02",
"url": "https://github.com/nuxt/seo"
}
]
},
"reddit": {
"threads": 23,
"totalUpvotes": 890,
"topSubreddits": ["r/vuejs", "r/webdev", "r/nuxtjs"],
"sentiment": "positive",
"topThreads": [
{
"title": "Best SEO practices for Nuxt 4?",
"upvotes": 142,
"comments": 28,
"subreddit": "vuejs",
"url": "https://reddit.com/r/vuejs/...",
"created": "2025-01-01"
}
]
},
"twitter": {
"mentions": 0,
"influencerMentions": 0,
"note": "Twitter/X API integration coming soon."
},
"summary": {
"activityLevel": "high",
"trend": "growing",
"totalSignals": 68
}
}
Searches public repositories matching your topic:
| Field | Description |
|---|---|
repos | Total matching repositories |
totalStars | Combined stars from top repos |
topRepos | Top 5 repos by stars with last commit date |
Searches threads via Reddit's public JSON API:
| Field | Description |
|---|---|
threads | Matching thread count |
totalUpvotes | Combined upvotes from results |
topSubreddits | Most active subreddits for this topic |
sentiment | positive, neutral, negative, or mixed (based on upvote ratios) |
topThreads | Top 5 threads with engagement data |
| Level | Signal Count | Interpretation |
|---|---|---|
high | 100+ | Active community, validated demand |
medium | 20-100 | Moderate interest, worth exploring |
low | <20 | Niche or emerging topic |
The tool analyzes recency of activity to determine trend:
| Trend | Meaning |
|---|---|
growing | Recent activity exceeds older activity by 50%+ |
stable | Consistent activity over time |
declining | Recent activity is 50%+ lower than older activity |
Trend is calculated from:
repos count reflects actual total| Platform | Cache Duration | Data Source |
|---|---|---|
| GitHub | 1 hour | GitHub Search API |
| 1 hour | Reddit public JSON API | |
| N/A | Coming soon |
Content Prompts
Pre-built MCP prompts for SEO content creation. Generate article outlines, write full articles, and improve page SEO—through any MCP client.
Domain Availability
MCP tool for checking domain name availability. Research product names, verify domain status, and find registration details for taken domains.