Skip to main content
ClaudeWave

MCP server for CrustAPI. Live Google Search, Maps, News, Images, Reviews plus public LinkedIn profiles, companies, jobs and people search for AI agents. Pay only for results.

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptMITActualizado 1mo ago
ClaudeWave Trust Score
82/100
Trusted
Passed
  • Open-source license (MIT)
  • Recently active
  • Clear description
  • Documented (README)
Last scanned: 8/22/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/CrustAPI/crustapi-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "crustapi-mcp": {
      "command": "node",
      "args": ["/path/to/crustapi-mcp/dist/index.js"],
      "env": {
        "CRUSTAPI_API_KEY": "<crustapi_api_key>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/CrustAPI/crustapi-mcp and follow its README for install instructions.
Detected environment variables
CRUSTAPI_API_KEY
Casos de uso

Resumen de MCP Servers

# CrustAPI MCP server

[![smithery badge](https://smithery.ai/badge/crustapi/search)](https://smithery.ai/servers/crustapi/search)

Give any MCP client (Claude Desktop, Cursor, Cline, Claude Code) live Google and public LinkedIn
data. It calls the hosted CrustAPI `/v1/search` and `/v1/linkedin` endpoints.

## Tools

- `search` covers the whole Google menu behind one tool. Pick the surface with `type`: `web`,
  `maps`, `places`, `news`, `shopping`, `images`, `videos`, `scholar`, `patents`, `autocomplete`.
- `scrape_webpage` fetches any URL as clean text + metadata + JSON-LD (RAG-ready).
- `get_reviews` pulls Google reviews for a business (by `placeId`/`cid`/`fid` or a name query).
- `linkedin` covers public LinkedIn data behind one tool. Pick the surface with `type`: `profile`,
  `company`, `posts`, `jobs`, or `search` (people search). Add `enrich=true` on people search to
  get each person's full profile.

You only pay for successful results; empty results are free. Get a free key (3,000 credits/month,
no card) at **https://crustapi.com**.

## Installation

Recommended: npx, nothing to install.

Add this to your MCP client config (e.g. Claude Desktop's `claude_desktop_config.json`):

```json
{
  "mcpServers": {
    "crustapi": {
      "command": "npx",
      "args": ["-y", "crustapi-mcp"],
      "env": { "CRUSTAPI_API_KEY": "key_live_xxxx" }
    }
  }
}
```

Restart the client and the four tools appear. Requires Node 18+.

### From source

```bash
npm install
```

```json
{
  "mcpServers": {
    "crustapi": {
      "command": "node",
      "args": ["/absolute/path/to/crustapi-mcp/server.mjs"],
      "env": { "CRUSTAPI_API_KEY": "key_live_xxxx" }
    }
  }
}
```

## Env

| var | purpose |
|---|---|
| `CRUSTAPI_API_KEY` | your CrustAPI key, sent as `x-api-key` (required) |
| `CRUSTAPI_BASE_URL` | defaults to `https://crustapi.com`; point at a local URL for testing |

## Usage

- `search(type="web", q="best serp api 2026")`
- `search(type="maps", q="dentists", location="Miami, FL", limit=20)`
- `search(type="news", q="openai")`
- `scrape_webpage(url="https://example.com/pricing", includeMarkdown=true)`
- `get_reviews(q="Blue Bottle Coffee", sortBy="newest")`
- `linkedin(type="profile", url="https://www.linkedin.com/in/williamhgates")`
- `linkedin(type="search", keywords="head of growth fintech", enrich=true)`

Every response is stable, structured JSON.

## Test it

```bash
CRUSTAPI_API_KEY=key_live_xxxx node test-client.mjs
```

This spawns the server over stdio, lists the tools, and calls one.

Lo que la gente pregunta sobre crustapi-mcp

¿Qué es CrustAPI/crustapi-mcp?

+

CrustAPI/crustapi-mcp es mcp servers para el ecosistema de Claude AI. MCP server for CrustAPI. Live Google Search, Maps, News, Images, Reviews plus public LinkedIn profiles, companies, jobs and people search for AI agents. Pay only for results. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-07-15.

¿Cómo se instala crustapi-mcp?

+

Puedes instalar crustapi-mcp clonando el repositorio (https://github.com/CrustAPI/crustapi-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar CrustAPI/crustapi-mcp?

+

Nuestro agente de seguridad ha analizado CrustAPI/crustapi-mcp y le ha asignado un Trust Score de 82/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene CrustAPI/crustapi-mcp?

+

CrustAPI/crustapi-mcp es mantenido por CrustAPI. La última actividad registrada en GitHub es del 2026-07-15, con 0 issues abiertos.

¿Hay alternativas a crustapi-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega crustapi-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: CrustAPI/crustapi-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/crustapi-crustapi-mcp)](https://claudewave.com/repo/crustapi-crustapi-mcp)
<a href="https://claudewave.com/repo/crustapi-crustapi-mcp"><img src="https://claudewave.com/api/badge/crustapi-crustapi-mcp" alt="Featured on ClaudeWave: CrustAPI/crustapi-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a crustapi-mcp