Live Google data for AI agents: web, Maps, news, images, reviews + 7 more. Pay only for results.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by CrustAPI Google Search.
searchCallable MCP tool function
typeCallable MCP tool function
webCallable MCP tool function
scrape_webpageCallable MCP tool function
get_reviewsCallable MCP tool function
placeIdCallable MCP tool function
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.
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.
Recommended: npx, nothing to install.
Add this to your MCP client config (e.g. Claude Desktop's claude_desktop_config.json):
Restart the client and the four tools appear. Requires Node 18+.
| 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")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.
This spawns the server over stdio, lists the tools, and calls one.
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/crustapi-google-search)<a href="https://allmcps.com/mcp/crustapi-google-search"><img src="https://allmcps.com/api/badge/crustapi-google-search?style=directory" alt="CrustAPI Google Search on AllMCPs" /></a>