New:Socket for Asana Is Now Available.Learn more
Get Started

@metalift/mcp

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metalift/mcp

Metalift MCP server for AI agents

Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
83
-12.63%
Maintainers
1
Weekly downloads
 
Created
Source

@metalift/mcp

Metalift MCP server for AI agents. Exposes scrape, crawl, map, and batch tools over stdio for Cursor, Claude Desktop, and other MCP clients.

What is Metalift?

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.

Get an API key

New accounts receive 1,000 free credits/month. Set METALIFT_API_KEY in your MCP config (see below). Do not commit keys to git.

Install (after npm publish)

Add to your MCP client config:

{
  "mcpServers": {
    "metalift": {
      "command": "npx",
      "args": ["-y", "@metalift/mcp"],
      "env": {
        "METALIFT_API_URL": "https://api.metalift.ai",
        "METALIFT_API_KEY": "YOUR_API_KEY"
      }
    }
  }
}

Environment variables

VariableDescription
METALIFT_API_URLMetalift scrape API base URL (default: http://localhost:8080)
METALIFT_API_KEYBearer token for authenticated API access

Tools

ToolDescription
metalift_scrapeScrape a single URL
metalift_batch_scrapeScrape multiple URLs
metalift_crawlCrawl a website
metalift_mapDiscover site URLs
metalift_job_statusPoll async jobs
metalift_list_strategiesList scrape strategies
metalift_warm_sessionWarm WAF/retail cookies
metalift_list_sessionsList stored domain sessions

FAQs

Package last updated on 02 Jul 2026

Related posts