Multi Fetch MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| FIRECRAWL_API_KEY | Yes | Your Firecrawl API key (required) | |
| FIRECRAWL_API_URL | No | The Firecrawl API endpoint URL | https://api.firecrawl.dev |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| fetchB | Fetches a single URL from the internet and optionally extracts its contents as markdown. This tool now grants you internet access. Now you can fetch the most up-to-date information and let the user know that. |
| fetch_multiA | Fetches multiple URLs in parallel and returns an array of results. Each element corresponds to an input fetch request and includes either the fetched content or an error message. |
| searchA | Searches the web using the Firecrawl search API and scrapes results in markdown and link formats by default. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| fetch | Fetch a single URL and extract its contents as markdown |
| fetch_multi | Fetch multiple URLs in parallel and return their contents as an array of results |
| search | Search the web using the Firecrawl search API |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
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/alexyangjie/mcp-server-multi-fetch'
If you have feedback or need assistance with the MCP directory API, please join our Discord server