Skip to content
LangChain

Firecrawl Alternative Stealth MCP for LangChain

io.github.ansarii/firecrawl-stealth-mcp

WAF-bypass web scraper and passive URL mapper for AI agents with zero pay-on-fail.

client:LangChain transport:streamable-http

Install Firecrawl Alternative Stealth MCP in LangChain

pip install langchain-mcp-adapters

from langchain_mcp_adapters.client import MultiServerMCPClient

client = MultiServerMCPClient({
        "firecrawl-stealth-mcp": {
            "transport": "streamable_http",
            "url": "https://neon_innovation_lab--firecrawl-stealth-mcp.apify.actor/mcp",
        }
})

tools = await client.get_tools()

get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs

Firecrawl Alternative Stealth MCP in other clients