Buska MCP Server
Buska is a social listening and B2B lead generation platform. This MCP server lets AI assistants search mentions, qualify leads, and retrieve buying signals directly.
3 Tools Available
search_mentions - Search for social media mentions of any keyword across 19 platforms: Twitter/X, Reddit, LinkedIn, YouTube, Hacker News, Bluesky, Stack Overflow, Medium, Substack, GitHub,
Dev.to, Mastodon, Quora, Pinterest, Facebook, Instagram, TikTok, Product Hunt, and G2.
score_lead - Score any social media post for B2B lead qualification. Returns a 1-10 AI score, buying intent type (Active, Competitor, Pain, Question, Mention), ICP match, and reasoning.
get_signals - Retrieve recent buying signals detected by Buska. Filter by keyword, intent type, platform, date range, or minimum score.
Setup
- Sign up at https://buska.io
- Get your API key at https://app.buska.io/settings (Growth or Scale plan required)
- Add the server to your MCP client using the config above
Use Cases
- Find people actively searching for your product or competitors
- Track brand mentions across all social platforms
- Automatically qualify social media leads with AI scoring
- Monitor competitor mentions in real-time
サーバー設定
{
"mcpServers": {
"buska": {
"command": "npx",
"args": [
"-y",
"buska-mcp-server"
],
"env": {
"BUSKA_API_KEY": "<YOUR_API_KEY>"
}
}
}
}