CrustAPI Google Search
БесплатноНе проверенCrustAPI delivers live Google data for AI agents: web, Maps, news, images, reviews and more — pay only for results.
Описание
CrustAPI delivers live Google data for AI agents: web, Maps, news, images, reviews and more — pay only for results.
README
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
searchcovers the whole Google menu behind one tool. Pick the surface withtype:web,maps,places,news,shopping,images,videos,scholar,patents,autocomplete.scrape_webpagefetches any URL as clean text + metadata + JSON-LD (RAG-ready).get_reviewspulls Google reviews for a business (byplaceId/cid/fidor a name query).linkedincovers public LinkedIn data behind one tool. Pick the surface withtype:profile,company,posts,jobs, orsearch(people search). Addenrich=trueon 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):
{
"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
npm install
{
"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
CRUSTAPI_API_KEY=key_live_xxxx node test-client.mjs
This spawns the server over stdio, lists the tools, and calls one.
Установить CrustAPI Google Search в Claude Desktop, Claude Code, Cursor
unyly install crustapi-google-searchСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add crustapi-google-search -- npx -y crustapi-mcpПошаговые гайды: как установить CrustAPI Google Search
FAQ
CrustAPI Google Search MCP бесплатный?
Да, CrustAPI Google Search MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для CrustAPI Google Search?
Нет, CrustAPI Google Search работает без API-ключей и переменных окружения.
CrustAPI Google Search — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить CrustAPI Google Search в Claude Desktop, Claude Code или Cursor?
Открой CrustAPI Google Search на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare CrustAPI Google Search with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
