Cardea Web Search (Tavily)
FreeNot checkedProvides web search capabilities through the Tavily API, returning structured results with titles, URLs, content snippets, and relevance scores for reliable inf
About
Provides web search capabilities through the Tavily API, returning structured results with titles, URLs, content snippets, and relevance scores for reliable information retrieval.
README
The Cardea Web Search MCP Server is a component of the Cardea project that provides web search capabilities through a Multi-Channel Protocol (MCP) server. It leverages the Tavily API to fetch and return web search results.
Tools
- search
- Perform a web search for the given query
- Input parameters:
query: The query to search for
- Output parameters:
query: The original queryresponse_time: The time taken to get the responseresults: A list of search results, each containing:content: The main content of the search resultraw_content: The raw content of the search resultscore: The relevance score of the search resulttitle: The title of the search resulturl: The URL of the search result
Build
# build mcp server
cargo build --release
Run
[!IMPORTANT]
Before running the mcp server, you need to set the Tavily API key. You can obtain a key from Tavily.
export TAVILY_API_KEY=<your-api-key>
The CLI options of the mcp server are as follows:
Usage: cardea-web-search [OPTIONS]
Options:
-s, --socket-addr <SOCKET_ADDR> Socket address to bind to [default: 127.0.0.1:8010]
-t, --transport <TRANSPORT> Transport type to use (sse or stream-http) [default: stream-http] [possible values: sse, stream-http]
-m, --max-results <MAX_RESULTS> Max results to return [default: 5]
-h, --help Print help
-V, --version Print version
Now, let's start the mcp server by running the following command:
# run mcp server (stream-http)
./target/release/cardea-web-search --transport stream-http
# run mcp server (sse)
./target/release/cardea-web-search --transport sse
If started successfully, you will see the following output:
Starting Cardea Web Search MCP server on 127.0.0.1:8010
Installing Cardea Web Search (Tavily)
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/cardea-mcp/web-searchFAQ
Is Cardea Web Search (Tavily) MCP free?
Yes, Cardea Web Search (Tavily) MCP is free — one-click install via Unyly at no cost.
Does Cardea Web Search (Tavily) need an API key?
No, Cardea Web Search (Tavily) runs without API keys or environment variables.
Is Cardea Web Search (Tavily) hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Cardea Web Search (Tavily) in Claude Desktop, Claude Code or Cursor?
Open Cardea Web Search (Tavily) on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Cardea Web Search (Tavily) with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
