Skip to content

Cardea-Web-Search 0.10.0

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Sep 06:30
· 3 commits to main since this release

Cardea Web Search

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 query
      • response_time: The time taken to get the response
      • results: A list of search results, each containing:
        • content: The main content of the search result
        • raw_content: The raw content of the search result
        • score: The relevance score of the search result
        • title: The title of the search result
        • url: The URL of the search result