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.
- ✓Open-source license (MIT)
- ✓Recently active
- ✓Clear description
- ✓Documented (README)
git clone https://github.com/CrustAPI/crustapi-mcp{
"mcpServers": {
"crustapi-mcp": {
"command": "node",
"args": ["/path/to/crustapi-mcp/dist/index.js"],
"env": {
"CRUSTAPI_API_KEY": "<crustapi_api_key>"
}
}
}
}CRUSTAPI_API_KEYMCP Servers overview
# CrustAPI MCP server
[](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.
What people ask about crustapi-mcp
What is CrustAPI/crustapi-mcp?
+
CrustAPI/crustapi-mcp is mcp servers for the Claude AI ecosystem. 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. It has 0 GitHub stars and its last recorded update is dated 2026-07-15.
How do I install crustapi-mcp?
+
You can install crustapi-mcp by cloning the repository (https://github.com/CrustAPI/crustapi-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is CrustAPI/crustapi-mcp safe to use?
+
Our security agent has analyzed CrustAPI/crustapi-mcp and assigned a Trust Score of 82/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.
Who maintains CrustAPI/crustapi-mcp?
+
CrustAPI/crustapi-mcp is maintained by CrustAPI. The last recorded GitHub activity is dated 2026-07-15, with 0 open issues.
Are there alternatives to crustapi-mcp?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy crustapi-mcp to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](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>More MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!