
Research
/Security News
Popular npm Packages in the keyv and Cacheable Namespaces Compromised in Active Supply Chain Attack
Popular npm packages keyv and cacheable compromised.
crustapi-mcp
Advanced tools
MCP server for CrustAPI. Lets AI agents pull live Google data (Search, Maps, News, Shopping, Images, Videos, Reviews, Scholar, Patents, Autocomplete, web-page scrapes) and public LinkedIn data (profiles, companies, posts, jobs, people search). Pay only fo
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):
{
"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+.
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")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.
CRUSTAPI_API_KEY=key_live_xxxx node test-client.mjs
This spawns the server over stdio, lists the tools, and calls one.
FAQs
MCP server for CrustAPI. Lets AI agents pull live Google data (Search, Maps, News, Shopping, Images, Videos, Reviews, Scholar, Patents, Autocomplete, web-page scrapes) and public LinkedIn data (profiles, companies, posts, jobs, people search). Pay only fo
The npm package crustapi-mcp receives a total of 136 weekly downloads. As such, crustapi-mcp popularity was classified as not popular.
We found that crustapi-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.

Security News
/Company News
Socket has joined the new Composer and Packagist sponsorship program as a launch sponsor, supporting the team that keeps PHP's package ecosystem secure.