Model Context Protocol server for Gorilla — find your first 100 users by searching Reddit, YouTube, X, and TikTok for real demand signals.
npm install -g @gorilla/mcpOr run directly:
GORILLA_API_KEY=grla_... npx @gorilla/mcp- Sign in at gorilla.opusforge.com.br
- Menu → API Keys → Create
- Copy the key (shown once)
Add to your Claude Code settings:
{
"mcpServers": {
"gorilla": {
"command": "npx",
"args": ["@gorilla/mcp"],
"env": {
"GORILLA_API_KEY": "grla_your_key_here"
}
}
}
}Add to .cursor/mcp.json:
{
"mcpServers": {
"gorilla": {
"command": "npx",
"args": ["@gorilla/mcp"],
"env": {
"GORILLA_API_KEY": "grla_your_key_here"
}
}
}
}Run the full pipeline — searches all platforms and returns scored leads. Takes 30-90 seconds.
"Find leads for a meal planning app for busy parents"
Parameters:
idea(required) — Product description
Returns: Scored leads with source, title, URL, relevance score, category, and outreach angle.
Get 5 clarifying questions to improve search quality before running the pipeline.
"Help me refine my idea for a pet sitting marketplace"
Parameters:
idea(required) — Product description
Returns: 5 questions with suggested answer options.
Synthesize answers into a polished product description for better search results.
Parameters:
idea(required) — Original ideaanswers(required) — Array of{ question, answer }from refine_idea
Returns: Short title + detailed enhanced description.
Generate search keywords, pain points, competitors, and adjacent niches.
Parameters:
idea(required) — Product description
Returns: Structured themes for targeted searches.
Search a single platform with custom queries.
Parameters:
source(required) —reddit,youtube,twitter, ortiktokqueries(required) — Array of search queriesrun_id(optional) — Attach results to an existing run
Returns: Leads from the specified platform.
Fetch results for a completed run.
Parameters:
run_id(required) — Run ID
List all previous runs.
Check your plan and remaining runs.
Returns: Plan name, weekly usage, referral credits, total available runs.
1. refine_idea("a language learning app for travelers")
→ 5 questions about target audience, competitors, etc.
2. enhance_idea(idea, answers)
→ "TravelLingo: A mobile app for travelers to learn essential
phrases in any language through AI-powered conversations..."
3. find_leads(enhanced_idea)
→ 47 leads across Reddit, YouTube, X, and TikTok
→ 12 high-intent (people actively searching for this)
4. billing_status()
→ Weekly 3/5, 2 referral credits, 4 runs available
| Variable | Required | Description |
|---|---|---|
GORILLA_API_KEY |
Yes | Your API key (starts with grla_) |
Backend URL and gateway key are fetched automatically from https://gorilla.opusforge.com.br/mcp-config.json on startup — no other configuration required.
- Full pipeline (
find_leads) costs 1 run credit - Individual source search (
search_source) costs 1 credit refine_idea,enhance_idea,expand_themescost 1 credit eachget_run,list_runs,billing_statusare free- Plans: Weekly ($2.99/week, 5 runs) or Yearly ($129.99/year, 10 runs/week)