mcp-server-multi-fetch
If you are the rightful owner of mcp-server-multi-fetch and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol server that provides web content fetching capabilities using the Firecrawl Python SDK.
The Multi Fetch MCP Server is a fork of the Fetch MCP Server by Anthropic, designed to enhance web content fetching capabilities for LLMs. By integrating the Firecrawl Python SDK, this server allows for efficient web scraping and content retrieval, converting HTML to markdown for easier processing by language models. It supports fetching content from single or multiple URLs and includes a search functionality using the Firecrawl search API. The server is customizable, allowing users to configure user-agents, proxy settings, and robots.txt compliance. It is designed to work seamlessly with platforms like Claude.app and can be run using the uvx tool for optimal performance.
Features
- Web content fetching: Retrieve and process web pages, converting HTML to markdown.
- Concurrent URL fetching: Fetch multiple URLs simultaneously with the fetch_multi tool.
- Search functionality: Use the Firecrawl search API to find and scrape web content.
- Customizable settings: Configure user-agents, proxy settings, and robots.txt compliance.
- Integration with platforms: Seamless setup with platforms like Claude.app using uvx.
Tools
fetch
Crawl the content of a single URL and convert it to Markdown
fetch_multi
Concurrently crawl content of multiple URLs