Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by Kirill812 • Search & Retrieval
An MCP server that integrates crawl4ai to crawl web pages and return markdown-formatted content with citations for LLMs and agents.
Fetch and aggregate web page content into markdown with clear per-URL citations for downstream LLM processing.
Crawl multiple URLs programmatically and receive consolidated, LLM-friendly formatted results for summarization or question answering.
Integrate crawl4ai's crawling capabilities as an MCP endpoint within an agent orchestration system or local toolchain.
This repository provides a Node.js MCP server that connects to a crawl4ai instance to crawl URLs and emit markdown output with citation footnotes, suitable for LLM consumption. It exposes a tool called crawl_urls which accepts a list of URLs and returns markdown-separated results with source citations. Configuration is done via environment variables (CRAWL4AI_API_URL and optional CRAWL4AI_AUTH_TOKEN) and the project is distributed under the MIT License. It is intended to be run alongside a crawl4ai service (documentation link included) and can be used within agent frameworks that support MCP servers.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.