Metalift MCP server for AI agents
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 Metalift.
metalift_scrapeScrape a single URL (default: fast direct static markdown, **`response_detail=compact`**; use `standard` / `full` for more)
metalift_batch_scrapeScrape multiple URLs (same `response_detail`; default `compact`)
metalift_crawlCrawl a website
metalift_mapDiscover site URLs from page HTML links
metalift_sitemapFetch XML sitemap URLs (robots.txt / sitemap.xml)
metalift_web_searchWeb 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 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:
Claude Desktop: paste the same JSON into claude_desktop_config.json (Settings β Developer β Edit Config). See MCP setup β Claude Desktop and examples/claude-mcp.json.
Corporate Windows / SSL inspection: if npx fails with UNABLE_TO_VERIFY_LEAF_SIGNATURE, install locally and use node β see examples/claude-mcp-local.json / 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, English by default). Review titles and snippets first.metalift_scrape β fetches page content for URLs you choose (1+ credits per URL). Default response_detail=compact (~16k chars, no link lists). Use standard for full articles or full for raw JSON with all links.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, response_detail=compact; use standard / full for more) |
metalift_batch_scrape | Scrape multiple URLs (same response_detail; default compact) |
metalift_crawl | Crawl a website |
metalift_map | Discover site URLs from page HTML links |
metalift_sitemap | Fetch XML sitemap URLs (robots.txt / sitemap.xml) |
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_seed_session | Store browser session cookies for a domain |
metalift_warm_session | Warm WAF/retail cookies |
metalift_list_sessions | List stored domain sessions |
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/metalift)<a href="https://allmcps.com/mcp/metalift"><img src="https://allmcps.com/api/badge/metalift?style=directory" alt="Metalift on AllMCPs" /></a>