CrustAPI MCP
OfficialProvides tools for searching Google's various surfaces (web, maps, news, shopping, images, videos, scholar, patents, autocomplete), scraping webpages, and retrieving Google reviews.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@CrustAPI MCPsearch Google for hiking trails near me"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
CrustAPI MCP server
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.
Related MCP server: Web Search MCP Server
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 |
| your CrustAPI key, sent as |
| defaults to |
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.mjsThis spawns the server over stdio, lists the tools, and calls one.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-quality-maintenanceProvides Google search capabilities, web content extraction, and screenshot functionality with advanced bot detection avoidance through the MCP protocol.Last updated656
- FlicenseBqualityDmaintenanceEnables web searching and content scraping through Google Custom Search API. Provides tools to search the internet, extract webpage content, and automatically scrape search results for comprehensive information gathering.Last updated3
- -licenseAquality-maintenanceEnables web search through Google and Wikipedia plus content extraction from any webpage via the Seekr API. Provides real-time search results with advanced filtering options and clean text extraction capabilities.Last updated2
- Alicense-qualityCmaintenanceEnables web searching through Google, DuckDuckGo, and Bing using a headless Chrome browser, returning structured results with titles, URLs, and snippets. Also supports fetching and extracting text content from any webpage.Last updated11MIT
Related MCP Connectors
Web search, news, page retrieval, sitemaps, and trending topics through Search1API.
Live Google Maps business search, review, and photo data for AI agents over MCP.
Google AI Overview answers and cited sources via the Apify Google AI Overview API, hosted MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/CrustAPI/crustapi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server