The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Gorilla MCP listing page.
Model Context Protocol server for Gorilla. Find your first 100 SaaS users by searching Reddit, X, YouTube, LinkedIn, and Bluesky for real demand signals. Start free with 100 credits. You spend one credit per qualified lead (hot or warm); low-relevance results are free.
Learn more: usegorilla.app · Real run examples · How Gorilla compares · Blog
Run directly from GitHub with npx:
Or clone and run locally:
Add to your Claude Code settings:
Add to .cursor/mcp.json:
searchSearch Reddit, X, YouTube, LinkedIn, and Bluesky in parallel for posts where people express demand for what you describe. Returns results ranked Hot / Warm / Cold by buying intent. Takes 30-90 seconds. One credit per qualified lead (Hot or Warm); Cold results are free, and a failed search is refunded. LinkedIn is a paid-plan source; the free tier covers Reddit, X, YouTube, and Bluesky.
Parameters:
query (required) - what to search for, in your own wordssource (optional) - reddit, twitter, youtube, linkedin, bluesky, or all (default)since (optional) - 24h | 7d | 30d | all, or an ISO date. Default 7d.limit (optional) - max results, 1-200. Default 50.Returns: A search_id plus scored results (source, channel, title, URL, score, Hot/Warm/Cold) and the credits charged.
get_searchFetch the current state and results for a search by its search_id. Use it to recover a search that timed out client-side, or to re-read a recent one. Free.
Parameters: search_id (required)
billing_statusCheck your plan and remaining credit balance. Free.
Returns: Plan (free or monthly) and credit balance (tier + pack = total).
Available at smithery.ai/server/opusforge/gorilla-mcp. Smithery distributes a pre-built MCPB bundle that any MCPB-compatible client can install in one click.
| Variable | Required | Description |
|---|---|---|
GORILLA_API_KEY | Yes | Your API key (starts with grla_). Create one at platform.usegorilla.app, Menu → API Keys. |
GORILLA_API_BASE | No | Override the API base. Default https://usegorilla.app/v1. Useful for self-hosted deployments. |
No other configuration is required — the package talks to the public API with your key.
search spends one credit per qualified lead it returns; Cold results are free. get_search and billing_status are free.
See usegorilla.app for the full product.