# Buska

Buska is a social listening and B2B lead generation tool that monitors 30+ platforms in real-time. Use this MCP server to search brand mentions, score leads with AI, and detect buying signals — all f…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add buska/mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list buska/mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get buska/mcp-server search_mentions

# Call a tool
npx -y @smithery/cli@latest tool call buska/mcp-server search_mentions '{}'
```

## Direct MCP Connection

Endpoint: `https://mcp-server--buska.run.tools`

**Required config:**
- `x-api-key` (header) — Your Buska API key. Get it at https://app.buska.io/settings

## Tools (3)

- `search_mentions` — Search for social media mentions of a keyword on a specific platform. Returns posts with content, author, URL, and enga…
- `score_lead` — Score a social media post for B2B lead qualification using Buska AI. Returns a 1-10 score, buying intent type, ICP matc…
- `get_signals` — Get recent buying signals (qualified leads) detected by Buska. Filter by keyword, intent type, platform, or minimum sco…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get buska/mcp-server <tool-name>
```
