# gorilla-mcp

Find your first 100 SaaS users.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add opusforge/gorilla-mcp

# Browse available tools
npx -y smithery tool list opusforge/gorilla-mcp

# Get full schema for a tool
npx -y smithery tool get opusforge/gorilla-mcp leads.find

# Call a tool
npx -y smithery tool call opusforge/gorilla-mcp leads.find '{}'
```

## Tools (9)

- `leads.find` — Run the full pipeline. Searches Reddit, X, YouTube, and TikTok for posts where people express demand for the given idea…
- `idea.refine` — Conversational refinement. Returns one clarifying question at a time to sharpen the product description before searchin…
- `idea.expand` — Generate keyword scaffolding for an idea (core keywords, adjacent niches, pain points, competitor names, exclusion term…
- `leads.search` — Search a single platform (reddit, x, youtube, or tiktok) with custom queries. Bypasses theme expansion and AI scoring. …
- `runs.get` — Fetch the full result for a previously-started run by its run_id. Free.
- `runs.list` — List the user's recent lead-generation runs, newest first, capped at 50. Free.
- `account.billing` — Check the user's plan, remaining weekly runs, and referral credits. Free.
- `outreach.draft` — Generate a platform-tuned outreach message for a specific lead. Costs 1 run credit per draft.
- `outreach.plan` — Build a Week-1 outreach plan from a completed run's HIGH-intent leads, with per-channel send cadence and per-category a…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get opusforge/gorilla-mcp <tool-name>
```
