Featured

Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free β†’
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free β†’
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here β†’

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

opusforge/gorilla-mcp MCP server](https://glama.ai/mcp/servers/opusforge/gorilla-mcp/badges/score.svg)](https://glama.ai/mcp/servers/opusforge/gorilla-mcp) πŸ“‡ ☁️ - Lead discovery for solo SaaS founders.

README.md

Gorilla MCP Server

![CI](https://github.com/opusforge/gorilla-mcp/actions/workflows/ci.yml) ![Version](https://github.com/opusforge/gorilla-mcp/releases) ![License: MIT](LICENSE) ![smithery badge](https://smithery.ai/servers/opusforge/gorilla-mcp) ![gorilla-mcp MCP server](https://glama.ai/mcp/servers/opusforge/gorilla-mcp)

![Stars](https://github.com/opusforge/gorilla-mcp/stargazers) ![Last commit](https://github.com/opusforge/gorilla-mcp/commits/main) ![Open issues](https://github.com/opusforge/gorilla-mcp/issues) ![TypeScript](https://www.typescriptlang.org/) ![Node](https://nodejs.org/) ![MCP SDK](https://modelcontextprotocol.io) ![Built for Claude](https://claude.ai)

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

<a href="https://glama.ai/mcp/servers/opusforge/gorilla-mcp"> <img width="380" src="https://glama.ai/mcp/servers/opusforge/gorilla-mcp/badges/card.svg" alt="gorilla-mcp MCP server"> </a>

Setup

Run directly from GitHub with npx:

GORILLA_API_KEY=grla_... npx -y @usegorilla/mcp

Or clone and run locally:

git clone https://github.com/opusforge/gorilla-mcp
cd gorilla-mcp
npm install && npm run build
GORILLA_API_KEY=grla_... node dist/index.js

Get your API key

  1. Sign up at usegorilla.app. Free tier: 100 credits, no card.
  2. Sign in at platform.usegorilla.app.
  3. Menu, API Keys, Create.
  4. Copy the key (shown once).

Configure in Claude Code

Add to your Claude Code settings:

{
  "mcpServers": {
    "gorilla": {
      "command": "npx",
      "args": ["-y", "@usegorilla/mcp"],
      "env": {
        "GORILLA_API_KEY": "grla_your_key_here"
      }
    }
  }
}

Configure in Cursor

Add to .cursor/mcp.json:

{
  "mcpServers": {
    "gorilla": {
      "command": "npx",
      "args": ["-y", "@usegorilla/mcp"],
      "env": {
        "GORILLA_API_KEY": "grla_your_key_here"
      }
    }
  }
}

Tools

search

Search 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 words
  • source (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_search

Fetch 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_status

Check your plan and remaining credit balance. Free.

Returns: Plan (free or monthly) and credit balance (tier + pack = total).

Example workflow

1. search("a language learning app for travelers")
   -> search_id + scored leads across Reddit, X, YouTube, LinkedIn, Bluesky,
      ranked Hot / Warm / Cold by buying intent. One credit per Hot/Warm lead.

2. get_search(search_id)   -> re-read or recover results without searching again

3. billing_status()        -> plan + credits remaining

Install via Smithery

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.

Environment variables

| 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.

Pricing

  • Free tier: 100 credits, granted once, no card. A one-time trial.
  • Paid plan: $14.99/mo for 2,000 credits. Unused credits roll over.
  • Metering: one credit per qualified lead (hot or warm). Low-relevance results are free. Failed searches refund.
  • Sources: the free tier covers Reddit, X, YouTube, and Bluesky. The paid plan adds LinkedIn (all five).

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.

See related servers & alternatives β†’

Related MCP servers

Browse all β†’

Related guides

Hand-picked reading to help you choose and use Search servers.