metalift-mcp
OfficialClick 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., "@metalift-mcpscrape https://example.com into markdown"
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.
@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.
Related MCP server: Crawl4AI RAG MCP Server
Get an API key
Sign up for Metalift Cloud and verify your email.
Complete onboarding and copy your API key from Dashboard → API keys.
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
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"
}
}
}
}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.
Troubleshooting
Error | Cause | Fix |
| Cursor IDE bug on Windows | Reload window, restart Cursor — details |
| Corporate SSL inspection blocks npm | Local install + |
401 / 402 at runtime | Auth or billing | Check API key and subscription |
Full guide: packages/platform-web/docs/mcp-setup.md.
Web search vs scrape
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). Defaultresponse_detail=compact(~16k chars, no link lists). Usestandardfor full articles orfullfor raw JSON with all links.
Do not auto-scrape every search result. See Web search for agent workflow examples.
Environment variables
Variable | Description |
| Metalift scrape API base URL (default: |
| Bearer token for authenticated API access |
Tools
Tool | Description |
| Scrape a single URL (default: fast direct static markdown, |
| Scrape multiple URLs (same |
| Crawl a website |
| Discover site URLs from page HTML links |
| Fetch XML sitemap URLs (robots.txt / sitemap.xml) |
| Web search — top 10 SERP results (title, url, snippet). 2 credits per search. Does not fetch page content; use |
| Poll async jobs |
| List scrape strategies |
| Store browser session cookies for a domain |
| Warm WAF/retail cookies |
| List stored domain sessions |
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-qualityDmaintenanceProvides AI agents and coding assistants with advanced web crawling and RAG capabilities, allowing them to scrape websites and leverage that knowledge through various retrieval strategies.Last updated2MIT
- Alicense-qualityDmaintenanceProvides AI agents and assistants with advanced web crawling and RAG capabilities, enabling them to scrape websites and perform semantic search over crawled content.Last updated1MIT
- Alicense-qualityCmaintenanceEnables AI agents to fetch any web page as clean markdown or screenshot it, turning URLs into LLM-ready context.Last updated9MIT

HatFetchofficial
AlicenseAqualityAmaintenanceEnables LLM agents to read any website by scraping and crawling into clean Markdown, automatically bypassing bot detection with residential proxies.Last updated31,221MIT
Related MCP Connectors
Web scraping for AI agents. Converts URLs to clean, LLM-ready Markdown with anti-bot bypass.
Converts any URL to clean, LLM-ready Markdown using real Chrome browsers
Fetch any URL and get clean Markdown. Web scraping for AI agents.
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/MetaliftAI/metalift-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server