Gorilla MCP
# Gorilla MCP Server
[](https://github.com/opusforge/gorilla-mcp/actions/workflows/ci.yml)
[](https://github.com/opusforge/gorilla-mcp/releases)
[](LICENSE)
[](https://smithery.ai/servers/opusforge/gorilla-mcp)
[](https://glama.ai/mcp/servers/opusforge/gorilla-mcp)
[](https://github.com/opusforge/gorilla-mcp/stargazers)
[](https://github.com/opusforge/gorilla-mcp/commits/main)
[](https://github.com/opusforge/gorilla-mcp/issues)
[](https://www.typescriptlang.org/)
[](https://nodejs.org/)
[](https://modelcontextprotocol.io)
[](https://claude.ai)
Model Context Protocol server for [Gorilla](https://usegorilla.app). 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](https://usegorilla.app) · [Real run examples](https://usegorilla.app/find-users/) · [How Gorilla compares](https://usegorilla.app/alternatives/) · [Blog](https://usegorilla.app/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`:
```bash
GORILLA_API_KEY=grla_... npx -y @usegorilla/mcp
```
Or clone and run locally:
```bash
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](https://usegorilla.app). Free tier: 100 credits, no card.
2. Sign in at [platform.usegorilla.app](https://platform.usegorilla.app).
3. Menu, API Keys, Create.
4. Copy the key (shown once).
### Configure in Claude Code
Add to your Claude Code settings:
```json
{
"mcpServers": {
"gorilla": {
"command": "npx",
"args": ["-y", "@usegorilla/mcp"],
"env": {
"GORILLA_API_KEY": "grla_your_key_here"
}
}
}
}
```
### Configure in Cursor
Add to `.cursor/mcp.json`:
```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](https://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](https://usegorilla.app) for the full product.
TDQS
Scored across 9 tools
Each tool targets a distinct part of the lead generation workflow: billing, idea refinement, lead searching, outreach, and run management. No two tools have overlapping purposes; descriptions clearly differentiate them.
All tools follow a consistent 'category.action' naming pattern (e.g., account.billing, leads.find, outreach.draft). The pattern is predictable and uniformly applied across the entire set.
With 9 tools, the set covers the end-to-end process from billing check to outreach planning without being excessive. Each tool serves a clear, necessary function within the server's domain.
The toolset covers the main workflow comprehensively: billing, idea refinement, multiple search modes, outreach drafting and planning, and run history. Minor gaps include lack of run deletion or account update tools, but these are not essential for core functionality.