Skip to main content
Glama
bpzx

tavily-firecrawl-mcp

by bpzx

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TAVILY_API_KEYYesTavily API key for web search and extraction
WEB_FETCH_PROXYNoOptional proxy URL for outbound requests
FIRECRAWL_API_KEYNoOptional Firecrawl API key for fallback web fetching

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
web_fetchA

Fetch and extract the content of a web page as markdown (or plain text). Tries Tavily first; on failure or empty result, automatically falls back to Firecrawl. Requires TAVILY_API_KEY and/or FIRECRAWL_API_KEY in the server's environment.

web_searchA

Search the web with Tavily and return titles, URLs, and snippets (plus an optional synthesized answer). No fallback — requires TAVILY_API_KEY in the server's environment.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 2 tools

Disambiguation5/5

web_fetch extracts page content as markdown, while web_search returns search results with titles and snippets. Their purposes are clearly distinct with no overlap.

Naming Consistency5/5

Both tools follow a consistent verb_noun pattern using snake_case (web_fetch, web_search), making the naming predictable and clear.

Tool Count3/5

With only 2 tools, the server feels minimal. While it covers the core operations of searching and fetching, the count is low for a combined service, though still functional.

Completeness4/5

The basic lifecycle of web content retrieval (search and fetch) is covered. Minor gaps include lack of explicit service selection or advanced options like pagination, but the main use cases are handled.

Maintenance

ActivityInactive
ResponsivenessNo issues