Skip to main content
Glama
alexyangjie

Multi Fetch MCP Server

by alexyangjie

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
FIRECRAWL_API_KEYYesYour Firecrawl API key (required)
FIRECRAWL_API_URLNoThe Firecrawl API endpoint URLhttps://api.firecrawl.dev

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription
fetchFetch a single URL and extract its contents as markdown
fetch_multiFetch multiple URLs in parallel and return their contents as an array of results
searchSearch the web using the Firecrawl search API

Resources

Contextual data attached and managed by the client

NameDescription

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