Server data from the Official MCP Registry
Live Google data for AI agents: web, Maps, news, images, reviews + 7 more. Pay only for results.
Live Google data for AI agents: web, Maps, news, images, reviews + 7 more. Pay only for results.
This MCP server is well-structured and secure. It properly authenticates all API calls via environment variable-based API keys, validates all user inputs with Zod schemas, and correctly handles the external CrustAPI dependency. The server is read-only and makes only expected HTTP calls to the CrustAPI endpoint. Minor code quality issues exist but do not materially impact security. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
4 files analyzed · 7 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: CRUSTAPI_API_KEY
Add this to your MCP configuration file:
{
"mcpServers": {
"com-crustapi-search": {
"env": {
"CRUSTAPI_API_KEY": "your-crustapi-api-key-here"
},
"args": [
"-y",
"crustapi-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
Give any MCP client (Claude Desktop, Cursor, Cline, Claude Code) live Google data. It calls
the hosted CrustAPI /v1/search endpoint.
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).You only pay for successful results; empty results are free. Get a free key (3,000 credits/month, no card) at https://crustapi.com.
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 three tools appear. Requires Node 18+.
npm install
{
"mcpServers": {
"crustapi": {
"command": "node",
"args": ["/absolute/path/to/crustapi-mcp/server.mjs"],
"env": { "CRUSTAPI_API_KEY": "key_live_xxxx" }
}
}
}
| 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 |
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")Every response is stable, serper-compatible JSON.
CRUSTAPI_API_KEY=key_live_xxxx node test-client.mjs
This spawns the server over stdio, lists the tools, and calls one.
Be the first to review this server!
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption