
Product
Microsoft Teams Notifications Are Now Available in Socket
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.
@metalift/mcp
Advanced tools
Metalift MCP server for AI agents. Exposes scrape, crawl, map, and batch tools over stdio for Cursor, Claude Desktop, and other MCP clients.
Metalift Cloud is a hosted web context platform — scrape, crawl, and map sites into LLM-ready markdown for AI agents. This MCP server connects your AI client to the Metalift API.
New accounts receive 1,000 free credits/month. Set METALIFT_API_KEY in your MCP config (see below). Do not commit keys to git.
Published on npm as @metalift/mcp. Default config uses npx:
{
"mcpServers": {
"metalift": {
"command": "npx",
"args": ["-y", "@metalift/mcp"],
"env": {
"METALIFT_API_URL": "https://api.metalift.ai",
"METALIFT_API_KEY": "YOUR_API_KEY"
}
}
}
}
Corporate Windows / SSL inspection: if npx fails with UNABLE_TO_VERIFY_LEAF_SIGNATURE, install locally and use node — see examples/cursor-mcp-local.json and MCP setup troubleshooting.
| Error | Cause | Fix |
|---|---|---|
Failed to acquire MessagePort | Cursor IDE bug on Windows | Reload window, restart Cursor — details |
UNABLE_TO_VERIFY_LEAF_SIGNATURE | Corporate SSL inspection blocks npm | Local install + node path — details |
| 401 / 402 at runtime | Auth or billing | Check API key and subscription |
Full guide: packages/platform-web/docs/mcp-setup.md.
Search and scrape are separate tools with separate billing:
metalift_web_search — returns up to 10 search snippets (2 credits). Review titles and snippets first.metalift_scrape — fetches full page content for URLs you choose (1+ credits per URL).Do not auto-scrape every search result. See Web search for agent workflow examples.
| Variable | Description |
|---|---|
METALIFT_API_URL | Metalift scrape API base URL (default: https://api.metalift.ai) |
METALIFT_API_KEY | Bearer token for authenticated API access |
| Tool | Description |
|---|---|
metalift_scrape | Scrape a single URL (default: fast direct static markdown; use strategy: "auto" for WAF/SPA/retail) |
metalift_batch_scrape | Scrape multiple URLs |
metalift_crawl | Crawl a website |
metalift_map | Discover site URLs |
metalift_web_search | Web search — top 10 SERP results (title, url, snippet). 2 credits per search. Does not fetch page content; use metalift_scrape separately for URLs you need |
metalift_job_status | Poll async jobs |
metalift_list_strategies | List scrape strategies |
metalift_warm_session | Warm WAF/retail cookies |
metalift_list_sessions | List stored domain sessions |
FAQs
Metalift MCP server for AI agents
The npm package @metalift/mcp receives a total of 58 weekly downloads. As such, @metalift/mcp popularity was classified as not popular.
We found that @metalift/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.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.